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