<!-- 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');
}


function openFlashExtranet(url) {

// width & height & top
var w = 580;
var h= 420;
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);



<!-- NAV IMAGES

home_off = new Image();
home_off.src = "images/b_home2.gif";
home_on = new Image();
home_on.src = "images/b_home2_f2.gif";

directors_off = new Image();
directors_off.src = "images/b_directors2.gif";
directors_on = new Image();
directors_on.src = "images/b_directors2_f2.gif";

scriptnotes_off = new Image();
scriptnotes_off.src = "images/b_scriptnotes2.gif";
scriptnotes_on = new Image();
scriptnotes_on.src = "images/b_scriptnotes2_f2.gif";

getreel_off = new Image();
getreel_off.src = "images/b_getreel2.gif";
getreel_on = new Image();
getreel_on.src = "images/b_getreel2_f2.gif";

company_off = new Image();
company_off.src = "images/b_company2.gif";
company_on = new Image();
company_on.src = "images/b_company2_f2.gif";

contact_off = new Image();
contact_off.src = "images/b_contact2.gif";
contact_on = new Image();
contact_on.src = "images/b_contact2_f2.gif";

login_off = new Image();
login_off.src = "images/b_login2.gif";
login_on = new Image();
login_on.src = "images/b_login2_f2.gif";

interactive_off = new Image();
interactive_off.src = "images/b_interactive.gif";
interactive_on = new Image();
interactive_on.src = "images/b_interactive_f2.gif";

<!-- HOME NAV IMAGES

home3_off = new Image();
home3_off.src = "images/b_home3.gif";
home3_on = new Image();
home3_on.src = "images/b_home3_f2.gif";

directors3_off = new Image();
directors3_off.src = "images/b_directors3.gif";
directors3_on = new Image();
directors3_on.src = "images/b_directors3_f2.gif";

buzz3_off = new Image();
buzz3_off.src = "images/b_buzz3.gif";
buzz3_on = new Image();
buzz3_on.src = "images/b_buzz3_f2.gif";

getreel3_off = new Image();
getreel3_off.src = "images/b_getreel3.gif";
getreel3_on = new Image();
getreel3_on.src = "images/b_getreel3_f2.gif";

company3_off = new Image();
company3_off.src = "images/b_company3.gif";
company3_on = new Image();
company3_on.src = "images/b_company3_f2.gif";

contact3_off = new Image();
contact3_off.src = "images/b_contact3.gif";
contact3_on = new Image();
contact3_on.src = "images/b_contact3_f2.gif";

login3_off = new Image();
login3_off.src = "images/b_login3.gif";
login3_on = new Image();
login3_on.src = "images/b_login3_f2.gif";

interactive3_off = new Image();
interactive3_off.src = "images/b_interactive3.gif";
interactive3_on = new Image();
interactive3_on.src = "images/b_interactive3_f2.gif";







<!-- ADDITIONAL NAV IMAGES

garyphoto_off = new Image();
garyphoto_off.src = "images/b_gary_photo.gif";
garyphoto_on = new Image();
garyphoto_on.src = "images/b_gary_photo_f2.gif";

ipod_off = new Image();
ipod_off.src = "images/b_ipod.gif";
ipod_on = new Image();
ipod_on.src = "images/b_ipod_f2.gif";

blog_off = new Image();
blog_off.src = "images/b_blog.gif";
blog_on = new Image();
blog_on.src = "images/b_blog_f2.gif";

clients_off = new Image();
clients_off.src = "images/b_clients.gif";
clients_on = new Image();
clients_on.src = "images/b_clients_f2.gif";

notes_off = new Image();
notes_off.src = "images/b_scriptnotes.gif";
notes_on = new Image();
notes_on.src = "images/b_scriptnotes_f2.gif";

facebook_off = new Image();
facebook_off.src = "images/b_facebook.gif";
facebook_on = new Image();
facebook_on.src = "images/b_facebook_f2.gif";

dirwork_off = new Image();
dirwork_off.src = "images/b_dirwork.gif";
dirwork_on = new Image();
dirwork_on.src = "images/b_dirwork_f2.gif";

crew_off = new Image();
crew_off.src = "images/b_crew.gif";
crew_on = new Image();
crew_on.src = "images/b_crew_f2.gif";

backstory_off = new Image();
backstory_off.src = "images/b_backstory.gif";
backstory_on = new Image();
backstory_on.src = "images/b_backstory_f2.gif";

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.gif";
contact2_on = new Image();
contact2_on.src = "images/b_contact2_f2.gif";

viewwork_off = new Image();
viewwork_off.src = "images/b_viewwork.gif";
viewwork_on = new Image();
viewwork_on.src = "images/b_viewwork_f2.gif";

viewlibrary_off = new Image();
viewlibrary_off.src = "images/b_viewlibrary.gif";
viewlibrary_on = new Image();
viewlibrary_on.src = "images/b_viewlibrary_f2.gif";

play_off = new Image();
play_off.src = "images/b_play.gif";
play_on = new Image();
play_on.src = "images/b_play_f2.gif";

play2_off = new Image();
play2_off.src = "images/b_play2.gif";
play2_on = new Image();
play2_on.src = "images/b_play2_f2.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 = ipod_on.src;
  }
}

function moreOff(imgName) {
  if (document.images) {
    document[imgName].src = ipod_off.src;
  }
}

function view2On(imgName) {
  if (document.images) {
    document[imgName].src = viewlibrary_on.src;
  }
}

function view2Off(imgName) {
  if (document.images) {
    document[imgName].src = viewlibrary_off.src;
  }
}

function viewOff(imgName) {
  if (document.images) {
    document[imgName].src = viewwork_off.src;
  }
}


function viewOn(imgName) {
  if (document.images) {
    document[imgName].src = viewwork_on.src;
  }
}

function playOff(imgName) {
  if (document.images) {
    document[imgName].src = play_off.src;
  }
}


function playOn(imgName) {
  if (document.images) {
    document[imgName].src = play_on.src;
  }
}

function play2Off(imgName) {
  if (document.images) {
    document[imgName].src = play2_off.src;
  }
}


function play2On(imgName) {
  if (document.images) {
    document[imgName].src = play2_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 -->