<!-- Hide Script from non-compliant 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);

// If someone else tries to display this page within a frame, break out.
   if (parent.frames.length > 0) {
      parent.location.href = location.href
   }
// Display standard header
document.write('<img src="Graphics/Top_1c.gif" border="0" usemap="#Map_Tabs" > ');

// Then create the hotspots:

document.write('<map name="Map_Tabs">');
document.write('  <area shape="rect" coords="57,10,129,36" href="index.htm">');
document.write('  <area shape="rect" coords="392,10,476,36" href="coast_0.htm">');
document.write('  <area shape="rect" coords="483,10,569,36" href="graphics_0.htm">');
document.write('  <area shape="rect" coords="574,10,659,36" href="program_1.htm">');
document.write('  <area shape="rect" coords="666,10,752,36" href="websites_1.htm">');
document.write('</map>');

// document.write( document.URL);
var the_url;
var indexpage;
var coastpage;
var graphicspage;
var programspage;
var sitespage;
the_url = document.URL;
//document.write(the_url.search ("temp"));
//document.write( "<BR>" + the_url + "<BR>");

indexpage = document.URL.search ("temp") > -1 || document.URL.search ("index") > -1 ;
indexpage = true ; // unless something else is found - it must be the index page
coastpage = document.URL.search ("temp") > -1 || document.URL.search ("coast") > -1 ;
programspage = document.URL.search ("temp") > -1 || document.URL.search ("program") > -1 ;
graphicspage = document.URL.search ("temp") > -1 || document.URL.search ("graphics") > -1 ;
sitespage = document.URL.search ("temp") > -1 || document.URL.search ("websites") > -1 ;
//document.write("  indexpage = " + indexpage);
//The font used in the tabs is Square 721 BT
if (!indexpage){ 
	document.write('<div id="LayerHomeUnder" style="position:absolute; width:84px; height:2px; z-index:2; ');
	document.write('left: 55px; top: 36px;"><img src="Graphics/Tabline.gif" width="74" height="1"></div>');
	}

if (!coastpage){ 
	document.write('<div id="Layer1UnderPrograms" style="position:absolute; width:84px; height:2px; z-index:2; ');
	document.write('left: 392px; top: 36px;"><img src="Graphics/Tabline.gif" width="85" height="1"></div>');
	}

if (!programspage){ 
	document.write('<div id="Layer1UnderPrograms" style="position:absolute; width:84px; height:2px; z-index:2; ');
	document.write('left: 573px; top: 36px;"><img src="Graphics/Tabline.gif" width="85" height="1"></div>');
	}
//document.write("  graphicspage = " + graphicspage);
//The font used in the tabs is Square 721 BT
if (!graphicspage){ 
	document.write('<div id="Layer1UnderGraphics" style="position:absolute; width:84px; height:2px; z-index:2; ');
	document.write('left: 483px; top: 36px;"><img src="Graphics/Tabline.gif" width="85" height="1"></div>');
	}
if (!sitespage){ 
	document.write('<div id="Layer1UnderSites" style="position:absolute; width:84px; height:2px; z-index:2; ');
	document.write('left: 666px; top: 36px;"><img src="Graphics/Tabline.gif" width="85" height="1"></div>');
	}

// -->
