<!-- Hide the script from old browsers--var gBrowserName=navigator.appName;var gVersion=navigator.appVersion.substring(0,2);function jsitPopupLayer2(pShow){if(gBrowserName=="Netscape"&&gVersion>3){if(pShow==1)document.Layer2.visibility="show";else{document.Layer2.visibility="hide"}}else if(gBrowserName=="Microsoft Internet Explorer"&&gVersion>3){if(pShow==1)Layer2.style.visibility="visible";else{Layer2.style.visibility="hidden"}}}