window.onload=function(){
	DD_belatedPNG.fix('.png, a:hover.otherbtn'); 
}

function movie(){
	var st = "scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no";
	var wx = 340;
	var wy = 350;
	var x = (screen.width  - wx) / 2;
	var y = ((screen.height - wy) / 2) - 30;
	var newwin = window.open("movie/index.html","newWin","left="+x+",top="+y+",width="+wx+",height="+wy+","+st);
	newwin.focus();
}

