function imageSwap(id, newSrc) { var theImage = FindImage(document, id, 0); if (theImage) { theImage.src = newSrc; } } function FindImage(doc, name, j) { var theImage = false; if (doc.images) { theImage = doc.images[name]; } if (theImage) { return theImage; } if (doc.layers) { for (j = 0; j < doc.layers.length; j++) { theImage = FindImage(doc.layers[j].document, name, 0); if (theImage) { return (theImage); } } } return (false); } function forgotPassword() { top.location = "/" + ExtranetPath + "/registration.nsf/framesForgotPassword?ReadForm"; } function requestNewAccount() { top.location = "/" + ExtranetPath + "/registration.nsf/framesUserRegistration?ReadForm"; } function projectWebHelp() { pwURL = "http://" + server_name + "/SignUpHelp/privacy.htm"; pwWidth = 850; pwHeight = 500; pwLeft = ( screen.width / 2 ) - ( pwWidth / 2 ); pwTop = ( screen.height / 2 ) - ( pwHeight / 2 ); window.open( pwURL , "Help" , "toolbar=0,directories=0,location=0,menubar=1,resizable=1,status=0,scrollbars=1" + ",width=" + pwWidth + ",height=" + pwHeight + ",left=" + pwLeft + ",top=" + pwTop + ""); } function changePage() { if (self.parent.frames.length != 0) parent.window.location.reload(); document.forms[0].Username.focus(); } function URLToUpgradeIEBrowser() { //twURL = "http://www.microsoft.com/downloads/details.aspx?FamilyID=1e1550cb-5e5d-48f5-b02b-20b602228de6&DisplayLang=en"; //twURL = "http://www.microsoft.com/windows/ie"; twURL = "http://www.microsoft.com/downloads/en/default.aspx"; twName = "URLToUpgradeIEBrowser"; twWidth = 650; twHeight = 420; twLeft = ( screen.width / 2 ) - ( twWidth / 2 ); twTop = ( screen.height / 2 ) - ( twHeight / 2 ); window.open( twURL, twName, "toolbar=0,directories=0,location=0,menubar=1,resizable=1,status=1,scrollbars=1,width=" + twWidth + ",height=" + twHeight + ",left=" + twLeft + ",top=" + twTop + ""); } function FileToUpgradeIE10Browser() { twURL = "/" + ExtranetPath + "/start.nsf/Files/IE10CompatibilityView/$File/IE10CompatibilityView.pdf"; twName = "FileToUpgradeIEBrowser"; twWidth = 650; twHeight = 420; twLeft = ( screen.width / 2 ) - ( twWidth / 2 ); twTop = ( screen.height / 2 ) - ( twHeight / 2 ); window.open( twURL, twName, "toolbar=0,directories=0,location=0,menubar=1,resizable=1,status=1,scrollbars=1,width=" + twWidth + ",height=" + twHeight + ",left=" + twLeft + ",top=" + twTop + ""); } function FileToUpgradeIE11Browser() { twURL = "/" + ExtranetPath + "/start.nsf/Files/IE11CompatibilityView/$File/IE11CompatibilityView.pdf"; twName = "FileToUpgradeIEBrowser"; twWidth = 650; twHeight = 420; twLeft = ( screen.width / 2 ) - ( twWidth / 2 ); twTop = ( screen.height / 2 ) - ( twHeight / 2 ); window.open( twURL, twName, "toolbar=0,directories=0,location=0,menubar=1,resizable=1,status=1,scrollbars=1,width=" + twWidth + ",height=" + twHeight + ",left=" + twLeft + ",top=" + twTop + ""); } function URLToUpgradeOperaBrowser() { //twURL = "http://www.opera.com/download/index.dml?opsys=MacOS&lng=en&ver=9.02&platform=MacOS&local=y"; //twURL = "http://arc.opera.com/pub/opera/mac/924/"; //twURL = "http://www.opera.com/browser/download/?os=mac&ver=11.52&local=y"; twURL = "http://arc.opera.com/pub/opera/mac/1100/"; twName = "URLToUpgradeOperaBrowser"; twWidth = 650; twHeight = 420; twLeft = ( screen.width / 2 ) - ( twWidth / 2 ); twTop = ( screen.height / 2 ) - ( twHeight / 2 ); window.open( twURL, twName, "toolbar=0,directories=0,location=0,menubar=1,resizable=1,status=1,scrollbars=1,width=" + twWidth + ",height=" + twHeight + ",left=" + twLeft + ",top=" + twTop + ""); }