<!-- 


function init(page)
{
	 var s = "newwindow = window.open(page,'largewindow','screenX=" + (screen.width/2-375) + ",left="  + (screen.width/2-375) + ",screenY=0,top=0,width=750,height=550,menubar=yes,resizable=yes,titlebar=no,alwaysRaised=yes,scrollbars=yes,status=no,fullscreen=0');";
  	 eval(s);
  	 newwindow.focus();
}

function mediapop(page)
{
	 var s = "newwindow = window.open(page,'smallwindow','screenX=" + (screen.width/2-300) + ",left="  + (screen.width/2-300) + ",screenY=24,top=24,width=600,height=475,menubar=yes,resizable=yes,titlebar=no,alwaysRaised=yes,scrollbars=yes,status=no,fullscreen=0');";
  	 eval(s);
  	 newwindow.focus();
}


-->
