function newwin(){sub = window.open("top.html","top","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no");sub.moveTo(0,0);sub.resizeTo(screen.width*1,screen.height*1);sub.focus();	var newwin = window.open("top.html","top","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no");	newwin.focus();	if (navigator.appVersion.indexOf("Mac",0)>0) {		newwin.moveTo(0,0);		newwin.resizeTo(screen.availWidth,screen.availHeight);	} }function windowOpen(TheURL,Name,feature) { //v2.0  window.open(TheURL,Name,feature);}function newwin2(){sub = window.open("top2.html","top","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no");sub.moveTo(0,0);sub.resizeTo(screen.width*1,screen.height*1);sub.focus();	var newwin = window.open("top2.html","top","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no");	newwin.focus();	if (navigator.appVersion.indexOf("Mac",0)>0) {		newwin.moveTo(0,0);		newwin.resizeTo(screen.availWidth,screen.availHeight);	} }
