<!--
function videoWindow(pFileName)
{
bname=navigator.appName
if (bname.indexOf("Netscape")!=-1)
	{
	videoWindowNS(pFileName);
	return
	}
if (bname.indexOf("Microsoft")!=-1)
	{
	videoWindowIE(pFileName);
	return
	}
window.location="default.asp"
}
function videoWindowNS(pFileName){
	NewWin=window.open('http://63.151.17.159/selectspeed.asp?filename='+pFileName,'videoWindow','toolbars=no,titlebar=no,scrollbars=no,status=no,position=absolute,left=270,top=150,height=375,width=300');if(window.focus){NewWin.focus()};
	NewWin.focus();
}
/*
function videoWindowIE(pFileName){
	NewWin=window.open('miele-movies.asp?filename='+pFileName,'videoWindow','resizable=no,toolbars=no,menubar=no,titlebar=no,scrollbars=no,status=no,position=absolute,left=270,top=150,height=375,width=300');if(window.focus){NewWin.focus()};
}
*/

function videoWindowIE(pFileName){
	NewWin=window.open('http://63.151.17.159/selectspeed.asp?filename='+pFileName,'videoWindow','toolbars=no,titlebar=no,scrollbars=no,status=no,position=absolute,left=270,top=150,height=375,width=300');if(window.focus){NewWin.focus()};
}
//-->