

<!-- 
if (document.images) {
nav_rollover = new Image(108,255); nav_rollover.src= 'menu_o.gif';
menu_1o = new Image(108,255); menu_1o.src= 'menu_1o.gif';
menu_2o = new Image(108,255); menu_2o.src= 'menu_2o.gif';
menu_3o = new Image(108,255); menu_3o.src= 'menu_3o.gif';
menu_4o = new Image(108,255); menu_4o.src= 'menu_4o.gif';
menu_5o = new Image(108,255); menu_5o.src= 'menu_5o.gif';
menu_6o = new Image(108,255); menu_6o.src= 'menu_6o.gif';
menu_7o = new Image(108,255); menu_7o.src= 'menu_7o.gif';
menu_8o = new Image(108,255); menu_8o.src= 'menu_8o.gif';
top_img1 = new Image; top_img1.src= 'top_img1.jpg';
top_img2 = new Image; top_img2.src= 'top_img2.jpg';
top_img3 = new Image; top_img3.src= 'top_img3.jpg';
top_img4 = new Image; top_img4.src= 'top_img4.gif';
top_img5 = new Image; top_img5.src= 'top_img5.jpg';
}
function di(id,name){
  if (document.images) {document.images[id].src=eval(name+".src"); }
}

// Displays status bar message

function dm(msgStr) {
  document.returnValue = false;
  if (document.images) { 
     window.status = msgStr;
     document.returnValue = true;
  }
}
var showMsg = navigator.userAgent != "Mozilla/4.0 (compatible; MSIE 4.0; Mac_PowerPC)";
function dmim(msgStr) {
  document.returnValue = false;
  if (showMsg) { 
    window.status = msgStr;
    document.returnValue = true;
  }
}


function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}


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);


//-->

