// JavaScript Document
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  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);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->





<!--
function mainMenu(){
	var str='';
	str+='<table width="100%" border=0 cellpadding=3 cellspacing=0 align="center" id="menuTable" valign="top">';
	str+='<tr>';
	
	// Home Menu Item
	str+='<td width="10%">';
	if (location.pathname == "/index.shtml"){
		str+='<img src="images\/Menu\/home_over.png" name="homeMenu" height="25" border="0" id="homeMenu" \/>';
		str+='</td>';
	}else if (location.pathname == "/"){
		str+='<img src="images\/Menu\/home_over.png" name="homeMenu" height="25" border="0" id="homeMenu" \/>';		
		str+='</td>';
	}else{
		str+='<a href="index.shtml" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'homeMenu\',\'\',\'images\/Menu\/home_over.png\',1)"><img src="images\/Menu\/home.png" name="homeMenu" height="25" border="0" id="homeMenu" \/><\/a><\/td>';	
	}
	
	// Media Menu Item
	str+='<td width="12%">';
	if (location.pathname == "/media.shtml"){
		str+='<img src="images\/Menu\/media_over.png" name="mediaMenu" height="25" border="0" id="mediaMenu" \/>';
		str+='</td>';
	}else if (location.pathname == "/"){
		str+='<img src="images\/Menu\/media_over.png" name="mediaMenu" height="25" border="0" id="mediaMenu" \/>';		
		str+='</td>';
	}else{
		str+='<a href="media.shtml" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'mediaMenu\',\'\',\'images\/Menu\/media_over.png\',1)"><img src="images\/Menu\/media.png" name="mediaMenu" height="25" border="0" id="mediaMenu" \/><\/a><\/td>';	
	}

	// Bio Menu Item
	str+='<td width="18%">';
	if (location.pathname == "/bio.shtml"){ 
		str+='<img src="images\/Menu\/bio_over.png" name="bioMenu" height="25" border="0" id="bioMenu" \/>';
		str+='</td>';
	}else{
		str+='<a href="bio.shtml" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'bio\',\'\',\'images\/Menu\/bio_over.png\',1)"><img src="images\/Menu\/bio.png" name="bio" height="25" border="0" id="bio" \/><\/a><\/td>';
	}
	
	// Accomplishments Menu Item
	str+='<td width="20%">';
	if (location.pathname == "/accomplishments.shtml"){
		str+=' <img src="images\/Menu\/accomplishments_over.png" name="accomplishments" height="25" border="0" id="accomplishments"\/>';
		str+='</td>';
	}else{
		str+='<a href="accomplishments.shtml" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'accomplishments\',\'\',\'images\/Menu\/accomplishments_over.png\',1)"><img src="images\/Menu\/accomplishments.png" name="accomplishments" height="25" border="0" id="accomplishments" \/><\/a><\/td>';
	}
	
	// News Menu Item
	str+='<td width="14%">';
	if (location.pathname == "/news.shtml"){
		str+=' <img src="images\/Menu\/news_over.png" name="news" height="25" border="0" id="news"\/>';
		str+='</td>';
	}else{
	str+='<a href="news.shtml" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'news\',\'\',\'images\/Menu\/news_over.png\',1)"><img src="images\/Menu\/news.png" name="news" height="25" border="0" id="news" \/><\/a><\/td>';
	}
	
	// Store Menu Item
	str+='<td width="14%">';
	if (location.pathname == "/store.shtml"){
		str+=' <img src="images\/Menu\/store_over.png" name="store" height="25" border="0" id="store"\/>';
		str+='</td>';
	}else{
	str+='<a href="store.shtml" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'store\',\'\',\'images\/Menu\/store_over.png\',1)"><img src="images\/Menu\/store.png" name="store" height="25" border="0" id="store" \/><\/a><\/td>';
	}
	
	// Schedule Menu Item
	str+='<td width="14%">';
	if (location.pathname == "/schedule.shtml"){
		str+=' <img src="images\/Menu\/schedule_over.png" name="schedule" height="25" border="0" id="history"\/>';
		str+='</td>';
	}else{
	str+='<a href="schedule.shtml" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'schedule\',\'\',\'images\/Menu\/schedule_over.png\',1)"><img src="images\/Menu\/schedule.png" name="schedule" height="25" border="0" id="schedule" \/><\/a><\/td>';
	}
	str+='<\/tr>';
	str+='<\/table>	';
	document.write(str);
}
//-->

<!--
function mainMenu2(){
	var str='';
	str+='<table width="1018" align="center" id="menuTable" valign="top">';
	str+='<tr align="center" valign="top">';
	str+='<td>';
	// Home Menu Item
	if (location.pathname == "/index.htm"){
		str+='<img src="images\/Menu\/home_over.png" name="homeMenu" height="25" border="0" id="homeMenu" \/>';
		str+='</td>';
	}else if (location.pathname == "/"){
		str+='<img src="images\/Menu\/home_over.png" name="homeMenu" height="25" border="0" id="homeMenu" \/>';		
		str+='</td>';
	}else{
		str+='<a href="index.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'homeMenu\',\'\',\'images\/Menu\/home_over.png\',1)"><img src="images\/Menu\/home.png" name="homeMenu" height="25" border="0" id="homeMenu" \/><\/a><\/td>';	
	}
	str+='		<td>';
	// Media Menu Item
	if (location.pathname == "/media.htm"){
		str+='<img src="images\/Menu\/media_over.png" name="mediaMenu" height="25" border="0" id="mediaMenu" \/>';
		str+='</td>';
	}else if (location.pathname == "/"){
		str+='<img src="images\/Menu\/home_over.png" name="homeMenu" height="25" border="0" id="homeMenu" \/>';		
		str+='</td>';
	}else{
		str+='<a href="media.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'mediaMenu\',\'\',\'images\/Menu\/media_over.png\',1)"><img src="images\/Menu\/media.png" name="mediaMenu" height="25" border="0" id="mediaMenu" \/><\/a><\/td>';	
	}
	str+='<td>';
	// Bio Menu Item
	if (location.pathname == "/bio.htm"){ 
		str+='<img src="images\/Menu\/bio_over.png" name="bioMenu" height="25" border="0" id="bioMenu" \/>';
		str+='</td>';
	}else{
		str+='<a href="bio.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'bio\',\'\',\'images\/Menu\/bio_over.png\',1)"><img src="images\/Menu\/bio.png" name="bio" height="25" border="0" id="bio" \/><\/a><\/td>';
	}
	str+='<td>';
	// Accomplishments Menu Item
	if (location.pathname == "/accomplishments.htm"){
		str+=' <img src="images\/Menu\/accomplishments_over.png" name="accomplishments" height="25" border="0" id="accomplishments"\/>';
		str+='</td>';
	}else{
		str+='<a href="accomplishments.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'accomplishments\',\'\',\'images\/Menu\/accomplishments_over.png\',1)"><img src="images\/Menu\/accomplishments.png" name="accomplishments" height="25" border="0" id="accomplishments" \/><\/a><\/td>';
	}
	str+='<td>';
	// News Menu Item
	if (location.pathname == "/news.htm"){
		str+=' <img src="images\/Menu\/news_over.png" name="news" height="25" border="0" id="news"\/>';
		str+='</td>';
	}else{
	str+='<a href="news.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'news\',\'\',\'images\/Menu\/news_over.png\',1)"><img src="images\/Menu\/news.png" name="news" height="25" border="0" id="news" \/><\/a><\/td>';
	}
	str+='<td>';
		// Store Menu Item
	if (location.pathname == "/store.htm"){
		str+=' <img src="images\/Menu\/store_over.png" name="store" height="25" border="0" id="store"\/>';
		str+='</td>';
	}else{
	str+='<a href="store.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'store\',\'\',\'images\/Menu\/store_over.png\',1)"><img src="images\/Menu\/store.png" name="store" height="25" border="0" id="store" \/><\/a><\/td>';
	}
	str+='<td>';
	// Schedule Menu Item
	if (location.pathname == "/schedule.shtml"){
		str+=' <img src="images\/Menu\/schedule_over.png" name="schedule" height="25" border="0" id="history"\/>';
		str+='</td>';
	}else{
	str+='<a href="schedule.shtml" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'schedule\',\'\',\'images\/Menu\/schedule_over.png\',1)"><img src="images\/Menu\/schedule.png" name="schedule" height="25" border="0" id="schedule" \/><\/a><\/td>';
	}
	str+='<\/tr>';
	str+='<\/table>	';
	document.write(str);
}
//-->