function OpenPopUp(StaticPage,dow,WindowWidth,WindowHeight) {
   scott=window.open(StaticPage,'desc','toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=no,copyhistory=no,width='+WindowWidth+',height='+WindowHeight)
   scott.focus()
}

browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);

//if (browserVer >= 3) version = "n3";
//else version = "n2";
//if (version == "n3") {
//}

//function flip (imageID,objectName) {
//	if (version == "n3") {document.images[imageID].src = eval(objectName + ".src");}
//}

