function makeRemote(){ if ((navigator.appName=='Netscape') && (intX <= 1024)){         //{ if (1==2){//(confirm("Wanna run Interweb Interactive in fullscreen?\nThis requires additonal privilegs!")){         //netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserWrite");         yyprops= "titlebar=no,screenX=0,screenY=0,width="+(screen.width+1)+",height="+(screen.height+50);         window.open("../capabilties/hifi/frames.htm", "fullscreen", yyprops);         //}else{         //window.open("frames.htm", "fullscreen", "screenX=0,screenY=-10,width=640, height=480");     }  if ((navigator.appName!='Netscape') && (intX <= 1024)){          window.open("../capabilities/hifi/frames.htm", "fullscreen", "fullscreen=yes,scrollbars=no");     }	   if (intX > 1024)	{  	var strSettings = "width=1024,height=768,screenX=5,screenY=5,scrollbars=no,toolbars=no,resizable=no"  	window.open("../capabilities/hifi/frames.htm", "windowed", strSettings);  }  }