function s(){		var agnt=navigator.userAgent,bIsIE=agnt.indexOf("MSIE")>-1,bIsMac=agnt.indexOf("Macintosh")>-1 || agnt.indexOf("PowerPC")>-1 || agnt.indexOf("PPC")>-1,bIsMz=agnt.indexOf("Mozilla/")>-1,bIsWin=agnt.indexOf("Windows")>-1,M=window;	var win=new objWin(),h=win.h,w=win.w;		/*pos("everything",w>800?Math.round((w-800)/2):0);*/		pos("mnuHomeDVDOptimizerVideo",w>800?Math.round((w-800)/2) + 160:160);	pos("mnuHomeDVDOptimizerAudio",w>800?Math.round((w-800)/2) + 160:160);		pos("mnuHomeSetupSpeaker",w>800?Math.round((w-800)/2) + 160:160);	pos("mnuHomeSetupListening",w>800?Math.round((w-800)/2) + 160:160);	pos("mnuHomeProductsTests",w>800?Math.round((w-800)/2) + 160:160);	pos("mnuCinemaBuilt",w>800?Math.round((w-800)/2) + 160:160);		pos("mnuPress",w>800?Math.round((w-800)/2) + 160:160);}function wol(){/*splash=false;*/s();/*if(bIsWin&&ieVer>=6)everything.filters[0].Apply();*//*vis("everything");*//*if(bIsWin&&ieVer>=6)everything.filters[0].Play();*/}function objWin(){if(bIsIE){this.h=document.body.offsetHeight;this.w=document.body.offsetWidth;}else{this.h=window.innerHeight;this.w=window.innerWidth;}}function glblSearch(){
	var f = document.frm;
	window.location="/search.html?glbl_sch=" + f.global_search.value + "&pg=1";
}