// JavaScript Document

	

function moveWindow(page,comando) {
	
	element = document.getElementById('callmenu');
	if (comando == 1 ) {
		active = 1;
		bytefx.size(
			element,
			{width:350,height:430},
			15,
			function () {
			//path = page; 
		    ahah(page,'callmenu')	
			}
		);
		} else {
			path = "blank.html";
			ahah(path,'callmenu');
			bytefx.size(
				element,
				{width:1,height:1},
				15,
				function () {

				}
			);
		}
	}


window.onload=function() {

	element = document.getElementById('contmenudvd');
	bytefx.alpha(element, 80);

}







