// JavaScript Document function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } function isNetscape(v) { return isBrowser("Netscape", v); } function isMicrosoft(v) { return isBrowser("Microsoft", v); } function isBrowser(b,v) { browserOk = false; versionOk = false; browserOk = (navigator.appName.indexOf(b) != -1); if (v == 0) versionOk = true; else versionOk = (v <= parseInt(navigator.appVersion)); return browserOk && versionOk; } function checkNets4() { if (isNetscape(5)==false && isNetscape(2)==true){ alert ("This page may not view correctly as your browser is unsupported."); } } function checkMac(){ if (checkIt('mac')) { if (checkIt('msie')) { return true; } } } function checkIt(string){ var detect = navigator.userAgent.toLowerCase(); place = detect.indexOf(string) + 1; return place; } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i 200) { with (document) if (getElementById && ((obj=getElementById('content'))!=null)) { if (obj.style) { obj=obj.style; } obj.width=thisPageWidth+"px"; obj.height=thisPageHeight+"px"; } } } function navSelect() { if (thisPage) { thisPageObj = document.getElementById(thisPage); imageString = thisPageObj.src.split('.png'); thisPageObj.src = imageString[0]+'_r.png'; } }