
<!-- Begin

//////////////////////////////
// RELOAD PAGE FOR NETSCAPE //
//////////////////////////////
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();
}
MM_reloadPage(true);

/////////////////////////////////
// REMOTE CONTROL CLOSE REMOTE //
/////////////////////////////////
function closeRemote() {
timer = setTimeout('window.close();', 10);
}

/////////////////////////////////////////
// REMOTE CONTROL OPEN CENTERED WINDOW //
/////////////////////////////////////////
function CenterWindow(mypage, myname) {
self.name = "ki";
var winl = (screen.width - 750) / 2;
var wint = (screen.height - 600) / 2;
winprops = 'height='+600+',width='+750+',top='+wint+',left='+winl+',scrollbars'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

////////////////
// PRINT PAGE //
////////////////
function fnPrint() {
         window.print();
}

////////////////////////
// CSS MENU HIGHLIGHT //
////////////////////////

/*
CSS Menu highlight- By Marc Boussard (marc.boussard@syntegra.fr)
Modified by DD for NS4 compatibility
Visit http://www.dynamicdrive.com for this script
*/
var ns4class=''

////////////////////////
// SCRIPT OPEN WINDOW //
////////////////////////

/*
Original:  Eric King (eric_andrew_king@hotmail.com)
Web Site:  http://redrival.com/eak/
This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
*/

function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

// end hiding javascript -->




////////////////////
//SCRIPT SHOW-HIDE OLD//
////////////////////

<!--

function MM_findObj(n, d) { //v3.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&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<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}

function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}
//-->


////////////////////
//SCRIPT SHOW-HIDE NEW//
////////////////////

<!--
function showDiv(pass) {
var divs = document.getElementsByTagName('div');
for(i=0;i<divs.length;i++){
if(divs[i].id.match(pass)){//if they are 'see' divs
if (document.getElementById) // DOM3 = IE5, NS6
divs[i].style.visibility="visible";// show/hide
else
if (document.layers) // Netscape 4
document.layers[divs[i]].display = 'visible';
else // IE 4
document.all.divs[i].visibility = 'visible';
} else {
if (document.getElementById)
divs[i].style.visibility="hidden";
else
if (document.layers) // Netscape 4
document.divs[i].visibility = 'hidden';
else // IE 4
document.all.divs[i].visibility = 'hidden';
}
}
}
//-->

function correctit(){
return true
}
window.onerror=correctit
