// Javascript Document - Veterans Memories Menu
//WPL copy right 2006. Wrote on July 5 2006 by Pengtao Li
function changePageLength(len){

document.getElementById("divContainer").style.height = len +"px";

}
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);

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_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_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 MM_showHideLayers() { //v6.0
 //alert(" inside MM_showHideLayers and the para is "+MM_showHideLayers.arguments+"length is "+MM_showHideLayers.arguments.length);
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null ) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

var timerID = "global";
function hideMenus() 
{

    MM_showHideLayers('HistorySubMenu','','hide','OurVeteransSubMenu','','hide','photoGallerySubMenu','','hide','acknowledgementsSubMenu','','hide','textSizeSubMenu','','hide');
}

function startTimer()
{
   stopTimer();
   timerID = setTimeout("hideMenus()", 1000);
}
function stopTimer()
{
   clearTimeout(timerID);
}
	
var mainMenuItems=new Array();
var subMenuItems=new Array();

mainMenuItems[0]= new Array('mainpage', 'index.php');
mainMenuItems[1]= new Array('history', 'history.php');
mainMenuItems[2]= new Array('ourveterans', 'ourVeterans.php');
mainMenuItems[3]= new Array('photogallery', 'photoGallery.php');
mainMenuItems[4]= new Array('warmemorial', 'warMemorial.php');
mainMenuItems[5]= new Array('kidsstuff', 'kidsStuff.php');
mainMenuItems[6]= new Array('organizations', 'organizations.php');
mainMenuItems[7]= new Array('links', 'links.php');
mainMenuItems[8]= new Array('acknowledgements', 'acknowledgements.php');
mainMenuItems[9]= new Array('enfrancais', 'enFrancais.php');
mainMenuItems[10]= new Array('contact', 'contact.php');

subMenuItems[0]=new Array();

subMenuItems[1]=new Array();
subMenuItems[1][0]=new Array('atimeline','history-atimeline.php');
subMenuItems[1][1]=new Array('worldwarI','history-worldwarI.php');
subMenuItems[1][2]=new Array('worldwarII','history-worldwarII.php');
subMenuItems[1][3]=new Array('koreanwar','history-koreanwar.php');
subMenuItems[1][4]=new Array('vietnamwar','history-vietnamwar.php');
subMenuItems[1][5]=new Array('localhistory','history-localhistory.php');
subMenuItems[1][6]=new Array('lancaster','history-lancaster.php');

subMenuItems[2]=new Array();
subMenuItems[2][0]=new Array('worldwarIIveterans','ourVeterans-WorldWarIIVeterans.php');
subMenuItems[2][1]=new Array('koreanwarveterans','ourVeterans-KoreanWarVeterans.php');
subMenuItems[2][2]=new Array('vietnamwarveterans','ourVeterans-VietnamWarVeterans.php');

subMenuItems[3]=new Array();
subMenuItems[3][0]=new Array('photocollections','photoGallery-photoCollections.php');
subMenuItems[3][1]=new Array('artifacts','photoGallery-artifacts.php');
subMenuItems[3][2]=new Array('memorials','photoGallery-memorials.php');
subMenuItems[3][3]=new Array('windsorabroad','photoGallery-windsorAbroad');
subMenuItems[3][4]=new Array('windsorathome','photoGallery-windsorAtHome.php');
subMenuItems[3][5]=new Array('presentday','photoGallery-presentDay.php');

subMenuItems[4]=new Array();

subMenuItems[5]=new Array();

subMenuItems[6]=new Array();

subMenuItems[7]=new Array();

subMenuItems[8]=new Array();
subMenuItems[8][0]=new Array('credits','acknowledgement-credits.php');
subMenuItems[8][1]=new Array('copyright','acknowledgement-copyright.php');

subMenuItems[9]=new Array();

subMenuItems[10]=new Array();

//trying to wrap up some dummy code
//function showMenu(){
//	document.writeln(" <div id=\"MainMenu\" style=\"position:absolute; left:5px; top:90px; width:172px; height:325px; z-index:3; visibility: visible;\"> ");
//	document.writeln("   <table width=\"66%\" border=\"0\" background=\"images/BUTTON_STATES/MATTE_SIZES/matte_main.gif\" width=\"170\" height=\"321\"> ");
//	for(mainMenuCount=0; mainMenuCount<mainMenuItems.length;mainMenuCount++){
//		document.writeln("<tr> ");	
//		document.writeln("<td><a href="+ mainMenuItems[mainMenuCount][1]+" onMouseOver=\"MM_swapImage('Image"+mainMenuCount+"','','images/BUTTON_STATES/"+mainMenuItems[mainMenuCount][0]+"_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\">");
//		document.writeln("<img src=\"images/BUTTON_STATES/"+mainMenuItems[mainMenuCount][0]+"_off.gif\" name=\"Image"+mainMenuCount+"\" width=\"163\" height=\"25\" border=\"0\" id=\"Image"+mainMenuCount+"\"  onMouseOver=\"showSubMenu("+mainMenuCount+")\" onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\" ></a></td> ");
//		document.writeln("</tr> ");
//	}
//	document.writeln("   </table> ");
//	document.writeln(" </div> "); 
//}


//function showSubMenu(MainMenuNum){
//var paraStringHide='';
//for(i=0;i<mainMenuItems.length;i++){
//	if(subMenuItems[i].length>0){
//			if (paraStringHide.length>0){
//				paraStringHide=","+paraStringHide;
//			}
//			if(i==MainMenuNum){
//					paraStringHide="'"+mainMenuItems[i][0] +"SubMenu','','show'" +paraStringHide;
//			}
//			else{
//					paraStringHide="'"+mainMenuItems[i][0] +"SubMenu','','hide'" +paraStringHide;
//			}
//		}
//	}	
//	var trypara=new String(paraStringHide);
//	var stringArray=trypara.split(",");
//	alert(stringArray[0]+stringArray[1]+stringArray[2]+stringArray[3]+stringArray[4]+stringArray[5]+stringArray[6]+stringArray[7]+stringArray[8]+stringArray[9]+stringArray[10]+stringArray[11]);
//	
//	MM_showHideLayers('HistorySubMenu','','hide','OurveteransSubMenu','','show','photoGallerySubMenu','','hide','acknowledgementsSubMenu','','hide');
//	//MM_showHideLayers(stringArray[0],stringArray[1],stringArray[2],stringArray[3],stringArray[4],stringArray[5],stringArray[6],stringArray[7],stringArray[8],stringArray[9],stringArray[10],stringArray[11]);
//	
//}
////function showlayers(paraStringHide){
////	alert("inside showlayer and the String is "+paraStringHide+" And the length is "+paraStringHide.length);
////	//MM_showHideLayers('HistorySubMenu','','hide','OurveteransSubMenu','','show','photoGallerySubMenu','','hide','acknowledgementsSubMenu','','hide');
////	MM_showHideLayers(paraStringHide);
////}

//function subMenuLayout(){
//alert(" show sub layer");
//for(i=0;i<mainMenuItems.length;i++){
//	if(subMenuItems[i].length>0){
//		document.writeln(" <div id=\""+mainMenuItems[i][0] +"SubMenu\" style=\"position:absolute; left:174px; top:155px; width:170px; height:93px; z-index:5; visibility: hidden;\"> ");
//		document.writeln("   <table width=\"75%\" border=\"0\" background=\"images/BUTTON_STATES/MATTE_SIZES/matte_"+mainMenuItems[i][0] +".gif\" > ");
//		for(subMenuCount=0; subMenuCount<subMenuItems[i].length;subMenuCount++){
//			document.writeln("<tr> ");
//			document.writeln("<td><a href="+ subMenuItems[i][subMenuCount][1]+" onMouseOver=\"MM_swapImage('SubImage"+mainMenuItems[i][0]+subMenuCount+"','','images/BUTTON_STATES/"+subMenuItems[i][subMenuCount][0]+"_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\">");
//			document.writeln("<img src=\"images/BUTTON_STATES/"+subMenuItems[i][subMenuCount][0]+"_off.gif\" name=\"SubImage"+mainMenuItems[i][0]+subMenuCount+"\" width=\"163\" height=\"25\" border=\"0\" id=\"SubImage"+mainMenuItems[i][0]+subMenuCount+"\" ></a></td> ");
//			document.writeln("</tr> ");
//		}
//		document.writeln("   </table> ");
//		document.writeln(" </div> ");
//	}
//}
//}

function showMenu(){
document.writeln(" <div id=\"MainMenu\" style=\"position:absolute; left:5px; top:90px; width:172px; height:290px; z-index:3; visibility: visible;\"> ");
document.writeln("   <table width=\"66%\" border=\"0\" background=\"images/BUTTON_STATES/MATTE_SIZES/matte_main.gif\" width=\"170\" height=\"290\"> ");
document.writeln("     <tr> ");
document.writeln("       <td><a href=\"index.php\" onMouseOver=\"MM_swapImage('Image1','','images/BUTTON_STATES/mainpage_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/BUTTON_STATES/mainpage_off.gif\" name=\"Image1\" width=\"163\" height=\"25\" border=\"0\" id=\"Image1\" onMouseOver=\"hideMenu()\" onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");
document.writeln("     <tr> ");
document.writeln("       <td><a href=\"history.php\"  onMouseOver=\"MM_swapImage('Image2','','images/BUTTON_STATES/history_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/BUTTON_STATES/history_off.gif\" name=\"Image2\" width=\"163\" height=\"25\" border=\"0\" id=\"Image2\"  onMouseOver=\"MM_showHideLayers('HistorySubMenu','','show','OurVeteransSubMenu','','hide','photoGallerySubMenu','','hide','acknowledgementsSubMenu','','hide','textSizeSubMenu','','hide')\" onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");
document.writeln("     <tr> ");
document.writeln("       <td><a href=\"ourVeterans.php\" onMouseOver=\"MM_swapImage('Image3','','images/BUTTON_STATES/ourveterans_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/BUTTON_STATES/ourveterans_off.gif\" name=\"Image3\" width=\"163\" height=\"25\" border=\"0\" id=\"Image3\"  onMouseOver=\"MM_showHideLayers('HistorySubMenu','','hide','OurVeteransSubMenu','','show','photoGallerySubMenu','','hide','acknowledgementsSubMenu','','hide','textSizeSubMenu','','hide')\" onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");
document.writeln("     <tr> ");
document.writeln("       <td><a href=\"photoGallery.php\" onMouseOver=\"MM_swapImage('Image4','','images/BUTTON_STATES/photogallery_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/BUTTON_STATES/photogallery_off.gif\" name=\"Image4\" width=\"163\" height=\"25\" border=\"0\" id=\"Image4\"  onMouseOver=\"MM_showHideLayers('HistorySubMenu','','hide','OurVeteransSubMenu','','hide','photoGallerySubMenu','','show','acknowledgementsSubMenu','','hide','textSizeSubMenu','','hide')\" onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");
document.writeln("     <tr> ");
document.writeln("       <td><a href=\"warMemorial.php\" onMouseOver=\"MM_swapImage('Image5','','images/BUTTON_STATES/warmemorial_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/BUTTON_STATES/warmemorial_off.gif\" name=\"Image5\" width=\"163\" height=\"25\" border=\"0\" id=\"Image5\" onMouseOver=\" hideMenus()\" onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");
document.writeln("     <tr> ");
document.writeln("       <td><a href=\"kidsStuff.php\" onMouseOver=\"MM_swapImage('Image6','','images/BUTTON_STATES/forStudents_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/BUTTON_STATES/forStudents_off.gif\" name=\"Image6\" width=\"163\" height=\"25\" border=\"0\" id=\"Image6\" onMouseOver=\" hideMenus()\" onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");
document.writeln("     <tr> ");
document.writeln("       <td><a href=\"organizations.php\" onMouseOver=\"MM_swapImage('Image7','','images/BUTTON_STATES/organizations_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/BUTTON_STATES/organizations_off.gif\" name=\"Image7\" width=\"163\" height=\"25\" border=\"0\" id=\"Image7\" onMouseOver=\" hideMenus()\" onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");
document.writeln("     <tr> ");
document.writeln("       <td><a href=\"links.php\" onMouseOver=\"MM_swapImage('Image8','','images/BUTTON_STATES/links_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/BUTTON_STATES/links_off.gif\" name=\"Image8\" width=\"163\" height=\"25\" border=\"0\" id=\"Image8\" onMouseOver=\" hideMenus()\" onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");
document.writeln("     <tr> ");
document.writeln("       <td><a href=\"acknowledgements.php\" onMouseOver=\"MM_swapImage('Image9','','images/BUTTON_STATES/acknowledgements_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/BUTTON_STATES/acknowledgements_off.gif\" name=\"Image9\" width=\"163\" height=\"25\" border=\"0\" id=\"Image9\" onMouseOver=\"MM_showHideLayers('HistorySubMenu','','hide','OurVeteransSubMenu','','hide','photoGallerySubMenu','','hide','acknowledgementsSubMenu','','show','textSizeSubMenu','','hide')\"  onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");

document.writeln("     <tr> ");
document.writeln("       <td><a href=\"textSize.php\" onMouseOver=\"MM_swapImage('Image11','','images/BUTTON_STATES/textsize_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/BUTTON_STATES/textsize_off.gif\" name=\"Image11\" width=\"163\" height=\"25\" border=\"0\" id=\"Image11\" onMouseOver=\" MM_showHideLayers('HistorySubMenu','','hide','OurVeteransSubMenu','','hide','photoGallerySubMenu','','hide','acknowledgementsSubMenu','','hide','textSizeSubMenu','','show')\" onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");
document.writeln("   </table> ");
document.writeln(" </div> ");
document.writeln(" <div id=\"HistorySubMenu\" style=\"position:absolute; left:174px; top:126px; width:171px; height:207px; z-index:4; visibility: hidden;\"> ");
document.writeln("   <table width=\"75%\" border=\"0\" background=\"images/BUTTON_STATES/MATTE_SIZES/matte_history.gif\" width=\"170\" height=\"150\"> ");

document.writeln("     <tr> ");
document.writeln("       <td><a href=\"history-worldWarI.php\" onMouseOver=\"MM_swapImage('Image13','','images/BUTTON_STATES/worldwarI_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/BUTTON_STATES/worldwarI_off.gif\" name=\"Image13\" width=\"163\" height=\"25\" border=\"0\" id=\"Image13\" onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");
document.writeln("     <tr> ");
document.writeln("       <td><a href=\"history-worldWarII.php\" onMouseOver=\"MM_swapImage('Image14','','images/BUTTON_STATES/worldwarII_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/BUTTON_STATES/worldwarII_off.gif\" name=\"Image14\" width=\"163\" height=\"25\" border=\"0\" id=\"Image14\" onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");
document.writeln("     <tr> ");
document.writeln("       <td><a href=\"history-koreanWar.php\" onMouseOver=\"MM_swapImage('Image15','','images/BUTTON_STATES/koreanwar_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/BUTTON_STATES/koreanwar_off.gif\" name=\"Image15\" width=\"163\" height=\"25\" border=\"0\" id=\"Image15\" onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");
document.writeln("     <tr> ");
document.writeln("       <td><a href=\"history-vietnamWar.php\" onMouseOver=\"MM_swapImage('Image16','','images/BUTTON_STATES/vietnamwar_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/BUTTON_STATES/vietnamwar_off.gif\" name=\"Image16\" width=\"163\" height=\"25\" border=\"0\" id=\"Image16\" onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");
document.writeln("     <tr> ");
document.writeln("       <td><a href=\"history-localHistory.php\" onMouseOver=\"MM_swapImage('Image17','','images/BUTTON_STATES/localhistory_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/BUTTON_STATES/localhistory_off.gif\" name=\"Image17\" width=\"163\" height=\"25\" border=\"0\" id=\"Image17\" onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");

document.writeln("   </table> ");
document.writeln(" </div> ");
document.writeln(" <div id=\"OurVeteransSubMenu\" style=\"position:absolute; left:174px; top:155px; width:170px; height:93px; z-index:5; visibility: hidden;\"> ");
document.writeln("   <table width=\"75%\" border=\"0\" background=\"images/BUTTON_STATES/MATTE_SIZES/matte_ourveterans_re.gif\" width=\"170\" height=\"111\"> ");
document.writeln("     <tr> ");
document.writeln("       <td><a href=\"ourVeterans-worldWarIVeterans.php\" onMouseOver=\"MM_swapImage('Image31','','images/BUTTON_STATES/ourV_worldwarI_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\" ><img src=\"images/BUTTON_STATES/ourV_worldwarI_off.gif\" name=\"Image31\" width=\"163\" height=\"25\" border=\"0\" id=\"Image31\" onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");
document.writeln("     <tr> ");
document.writeln("       <td><a href=\"ourVeterans-worldWarIIVeterans.php\" onMouseOver=\"MM_swapImage('Image19','','images/BUTTON_STATES/ourV_worldwarII_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/BUTTON_STATES/ourV_worldwarII_off.gif\" name=\"Image19\" width=\"163\" height=\"25\" border=\"0\" id=\"Image19\" onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");
document.writeln("     <tr> ");
document.writeln("       <td><a href=\"ourVeterans-KoreanWarVeterans.php\" onMouseOver=\"MM_swapImage('Image20','','images/BUTTON_STATES/ourV_koreanwar_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/BUTTON_STATES/ourV_koreanwar_off.gif\" name=\"Image20\" width=\"163\" height=\"25\" border=\"0\" id=\"Image20\"  onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");
document.writeln("     <tr> ");
document.writeln("       <td><a href=\"ourVeterans-VietnamWarVeterans.php\" onMouseOver=\"MM_swapImage('Image21','','images/BUTTON_STATES/ourV_vietnamwar_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\" ><img src=\"images/BUTTON_STATES/ourV_vietnamwar_off.gif\" name=\"Image21\" width=\"163\" height=\"25\" border=\"0\" id=\"Image21\" onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");


document.writeln("   </table> ");
document.writeln(" </div> ");
document.writeln(" <div id=\"photoGallerySubMenu\" style=\"position:absolute; left:174px; top:185px; width:172px; height:150px; z-index:6; visibility: hidden;\"> ");
document.writeln("   <table width=\"75%\" border=\"0\" background=\"images/BUTTON_STATES/MATTE_SIZES/matte_photogallery.gif\" width=\"170\" height=\"150\"> ");
document.writeln("     <tr> ");
document.writeln("       <td><a href=\"photoGallery-photoCollections.php\" onMouseOver=\"MM_swapImage('Image22','','images/BUTTON_STATES/photocollections_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/BUTTON_STATES/photocollections_off.gif\" name=\"Image22\" width=\"163\" height=\"25\" border=\"0\" id=\"Image22\"  onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");
document.writeln("     <tr> ");
document.writeln("       <td><a href=\"photoGallery-artifacts.php\" onMouseOver=\"MM_swapImage('Image23','','images/BUTTON_STATES/artifacts_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\" ><img src=\"images/BUTTON_STATES/artifacts_off.gif\" name=\"Image23\" width=\"163\" height=\"25\" border=\"0\" id=\"Image23\" onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");
document.writeln("     <tr> ");
document.writeln("       <td><a href=\"photoGallery-memorials.php\" onMouseOver=\"MM_swapImage('Image24','','images/BUTTON_STATES/memorials_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\" ><img src=\"images/BUTTON_STATES/memorials_off.gif\" name=\"Image24\" width=\"163\" height=\"25\" border=\"0\" id=\"Image24\" onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");
document.writeln("     <tr> ");
document.writeln("       <td><a href=\"photoGallery-windsoratwar.php\" onMouseOver=\"MM_swapImage('Image26','','images/BUTTON_STATES/windsoratwar_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\" ><img src=\"images/BUTTON_STATES/windsoratwar_off.gif\" name=\"Image26\" width=\"163\" height=\"25\" border=\"0\" id=\"Image26\" onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");
document.writeln("     <tr> ");
document.writeln("       <td><a href=\"photoGallery-PresentDay.php\" onMouseOver=\"MM_swapImage('Image27','','images/BUTTON_STATES/presentday_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\" ><img src=\"images/BUTTON_STATES/presentday_off.gif\" name=\"Image27\" width=\"163\" height=\"25\" border=\"0\" id=\"Image27\" onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");
document.writeln("   </table> ");
document.writeln(" </div> ");
document.writeln(" <div id=\"acknowledgementsSubMenu\" style=\"position:absolute; left:174px; top:325px; width:171px; height:82px; z-index:7; visibility: hidden;\"> ");
document.writeln("   <table width=\"75%\" border=\"0\" background=\"images/BUTTON_STATES/MATTE_SIZES/matte_acknowledgements.gif\" width=\"170\" height=\"82\"> ");
document.writeln("     <tr> ");
document.writeln("       <td><a href=\"acknowledgement-bibliography.php\" onMouseOver=\"MM_swapImage('Image28','','images/BUTTON_STATES/bibliography_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/BUTTON_STATES/bibliography_off.gif\" name=\"Image28\" width=\"163\" height=\"25\" border=\"0\" id=\"Image28\"  onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");
document.writeln("     <tr> ");
document.writeln("       <td><a href=\"acknowledgement-credits.php\" onMouseOver=\"MM_swapImage('Image29','','images/BUTTON_STATES/credits_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/BUTTON_STATES/credits_off.gif\" name=\"Image29\" width=\"163\" height=\"25\" border=\"0\" id=\"Image29\"  onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");
document.writeln("     <tr> ");
document.writeln("       <td><a href=\"acknowledgement-copyright.php\" onMouseOver=\"MM_swapImage('Image30','','images/BUTTON_STATES/copyright_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\" ><img src=\"images/BUTTON_STATES/copyright_off.gif\" name=\"Image30\" width=\"163\" height=\"25\" border=\"0\" id=\"Image30\" onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");
document.writeln("   </table> ");
document.writeln(" </div> "); 

document.writeln(" <div id=\"textSizeSubMenu\" style=\"position:absolute; left:174px; top:355px; width:171px; height:82px; z-index:7; visibility: hidden;\"> ");
document.writeln("   <table width=\"75%\" border=\"0\" background=\"images/BUTTON_STATES/MATTE_SIZES/matte_acknowledgements.gif\" width=\"170\" height=\"82\"> ");
document.writeln("     <tr> ");
document.writeln("       <td><a href=\"classes/resize.php?s=small\" onMouseOver=\"MM_swapImage('Image34','','images/BUTTON_STATES/small_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/BUTTON_STATES/small_off.gif\" name=\"Image34\" width=\"163\" height=\"25\" border=\"0\" id=\"Image34\"  onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");
document.writeln("     <tr> ");
document.writeln("       <td><a href=\"classes/resize.php?s=medium\" onMouseOver=\"MM_swapImage('Image35','','images/BUTTON_STATES/medium_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/BUTTON_STATES/medium_off.gif\" name=\"Image35\" width=\"163\" height=\"25\" border=\"0\" id=\"Image35\"  onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");
document.writeln("     <tr> ");
document.writeln("       <td><a href=\"classes/resize.php?s=large\" onMouseOver=\"MM_swapImage('Image36','','images/BUTTON_STATES/large_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\" ><img src=\"images/BUTTON_STATES/large_off.gif\" name=\"Image36\" width=\"163\" height=\"25\" border=\"0\" id=\"Image36\" onMouseOver=\"stopTimer()\" onMouseOut=\"startTimer()\"></a></td> ");
document.writeln("     </tr> ");
document.writeln("   </table> ");
document.writeln(" </div> "); 
}
