<!-- hide from JavaScript-challenged browsers

// 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);


<!--- SITE-WIDE POPUP WINDOWS
function openWindow(url) {

// width & height & top
var w = 360;
var h= 340;
var top = 48

// new window position -- right, left, center
var position = "left"

var winX = 32;
var winY = top;

bVer = parseInt(navigator.appVersion); 
if(bVer >= 4) {
	if(position=="right"){
		winX = screen.width - w -32;
		}
	if(position=="center"){
		winX = (screen.width/2)-(w/2);
		winY = (screen.height/2)-(h/2);
		}
}

popupWin = window.open(url,'newwin','toolbar=no,width='+ w +',height= ' + h + ',directories=no,status=no,scrollbars=no,resizable=yes,top=' + winY + ',left=' + winX +',menubar=no');
}

function openFlash(url) {

// width & height & top
var w = 580;
var h= 500;
var top = 48

// new window position -- right, left, center
var position = "left"

var winX = 32;
var winY = top;

bVer = parseInt(navigator.appVersion); 
if(bVer >= 4) {
	if(position=="right"){
		winX = screen.width - w -32;
		}
	if(position=="center"){
		winX = (screen.width/2)-(w/2);
		winY = (screen.height/2)-(h/2);
		}
}

popupWin = window.open(url,'newwin','toolbar=no,width='+ w +',height= ' + h + ',directories=no,status=no,scrollbars=no,resizable=yes,top=' + winY + ',left=' + winX +',menubar=no');
}


<!-- GET AND DISPLAY DATE ON HEADER
var dayArray = new Array("sunday","monday","tuesday","wednesday","thursday","friday","saturday");
var monthArray = new Array("january","february","march","april","may","june","july","august","september","october","november","december");
var lastUpdate = new Date();
var thisDay=dayArray[lastUpdate.getDay()];
var thisDate=lastUpdate.getDate() < 10 ? '0'+lastUpdate.getDate() : lastUpdate.getDate();
var thisMonth=monthArray[lastUpdate.getMonth()];
var thisMonthNum=lastUpdate.getMonth()+1 < 10 ? '0'+ (lastUpdate.getMonth()+1) : lastUpdate.getMonth()+1;
var thisFullYear=String(lastUpdate.getFullYear());
var thisYear= thisFullYear.charAt(2) + thisFullYear.charAt(3);



download_off = new Image();
download_off.src = "images/add_03.gif";
enter_off = new Image();
enter_off.src = "images/add_04.gif";

download_on = new Image();
download_on.src = "images/add_03_on.gif";
enter_on = new Image();
enter_on.src = "images/add_04_on.gif";

more_off = new Image();
more_off.src = "images/b_more_off.gif";
more_on = new Image();
more_on.src = "images/b_more_on.gif";

spot_off = new Image();
spot_off.src = "images/spacer.gif";
spot01_on = new Image();
spot01_on.src = "images/spot01_on.gif";
spot02_on = new Image();
spot02_on.src = "images/spot02_on.gif";



<!-- MAIN BODY NAV IMAGES

directors_off = new Image();
directors_off.src = "images/b_directors.gif";
directors_on = new Image();
directors_on.src = "images/b_directors_f2.gif";

company_off = new Image();
company_off.src = "images/b_company.gif";
company_on = new Image();
company_on.src = "images/b_company_f2.gif";

staff_off = new Image();
staff_off.src = "images/b_staff.gif";
staff_on = new Image();
staff_on.src = "images/b_staff_f2.gif";


reel_off = new Image();
reel_off.src = "images/b_reel.gif";
reel_on = new Image();
reel_on.src = "images/b_reel_f2.gif";

work_off = new Image();
work_off.src = "images/b_lib.gif";
work_on = new Image();
work_on.src = "images/b_lib_f2.gif";



<!-- BOTTOM NAV IMAGES

clients_off = new Image();
clients_off.src = "images/b_clients.gif";
clients_on = new Image();
clients_on.src = "images/b_clients_f2.gif";

awards_off = new Image();
awards_off.src = "images/b_awards.gif";
awards_on = new Image();
awards_on.src = "images/b_awards_f2.gif";

contact_off = new Image();
contact_off.src = "images/b_contact.gif";
contact_on = new Image();
contact_on.src = "images/b_contact_f2.gif";

hotlinks_off = new Image();
hotlinks_off.src = "images/b_links.gif";
hotlinks_on = new Image();
hotlinks_on.src = "images/b_links_f2.gif";

email_off = new Image();
email_off.src = "images/b_email.gif";
email_on = new Image();
email_on.src = "images/b_email_f2.gif";

library_off = new Image();
library_off.src = "images/b_library.gif";
library_on = new Image();
library_on.src = "images/b_library_f2.gif";

notes_off = new Image();
notes_off.src = "images/b_notes.gif";
notes_on = new Image();
notes_on.src = "images/b_notes_f2.gif";

login_off = new Image();
login_off.src = "images/b_login.gif";
login_on = new Image();
login_on.src = "images/b_login_f2.gif";

corporate_off = new Image();
corporate_off.src = "images/b_corporate.gif";
corporate_on = new Image();
corporate_on.src = "images/b_corporate_f2.gif";

home_off = new Image();
home_off.src = "images/b_home.gif";
home_on = new Image();
home_on.src = "images/b_home_f2.gif";

client_off = new Image();
client_off.src = "images/b_client.gif";
client_on = new Image();
client_on.src = "images/b_client_f2.gif";



<!-- ADDITIONAL SUB NAV IMAGES

getreel2_off = new Image();
getreel2_off.src = "images/b_getreel2_off.gif";
getreel2_on = new Image();
getreel2_on.src = "images/b_getreel2_on.gif";

contact2_off = new Image();
contact2_off.src = "images/b_contact2_off.gif";
contact2_on = new Image();
contact2_on.src = "images/b_contact2_on.gif";

viewspot_off = new Image();
viewspot_off.src = "images/b_viewspot_off.gif";
viewspot_on = new Image();
viewspot_on.src = "images/b_viewspot_on.gif";

viewspot2_off = new Image();
viewspot2_off.src = "images/b_viewspots_off.gif";
viewspot2_on = new Image();
viewspot2_on.src = "images/b_viewspots_on.gif";



<!-- ROLLOVER FUNCTIONS
function rollOn(imgName) {
  if (document.images) {
    document[imgName].src = eval(imgName + "_on.src");
  }
}

function rollOff(imgName) {
  if (document.images) {
    document[imgName].src = eval(imgName + "_off.src");
  }
}

function moreOn(imgName) {
  if (document.images) {
    document[imgName].src = more_on.src;
  }
}

function moreOff(imgName) {
  if (document.images) {
    document[imgName].src = more_off.src;
  }
}

function viewOn(imgName) {
  if (document.images) {
    document[imgName].src = viewspot_on.src;
  }
}

function viewOff(imgName) {
  if (document.images) {
    document[imgName].src = viewspot_off.src;
  }
}

function view2Off(imgName) {
  if (document.images) {
    document[imgName].src = viewspot2_off.src;
  }
}


function view2On(imgName) {
  if (document.images) {
    document[imgName].src = viewspot2_on.src;
  }
}



function infoOn(imgName) {
  if (document.images) {
    document.spot_info.src = eval(imgName + "_on.src");
  }
}

function infoOff() {
  if (document.images) {
    document.spot_info.src = spot_off.src;
  }
}




// done hiding -->