function popWin(file,width,height,scrollbars,menubar){
		window.open(file,'','toolbar=no,left=150,top=150,status=no,width='+width+',height='+height+',scrollbars='+scrollbars+',directories=no,location=no,resizable=yes,menubar='+menubar+'')
}

function reloader(){
  window.location='<valueof param="thispage">empty</valueof>';
} 

if (navigator.userAgent.indexOf("Win") != -1) {
	if (navigator.appName == "Netscape") {
		document.writeln('<LINK REL="stylesheet" TYPE="text/css" HREF="/plus/css/styleWinNS.css">');
	} else {
		document.writeln('<LINK REL="stylesheet" TYPE="text/css" HREF="/plus/css/styleWinIE.css">');
	}
} else {
	if (navigator.appName == "Netscape") {
		document.writeln('<LINK REL="stylesheet" TYPE="text/css" HREF="/plus/css/styleMacNS.css">');
	} else {
		document.writeln('<LINK REL="stylesheet" TYPE="text/css" HREF="/plus/css/styleMacIE.css">');
		}
}