/*****************************************************
*(c) Ger Versluis 2000 version 5.41 24 December 2001 *
*For info write to menus@burmees.nl		     *
*You may remove all comments for faster loading	     *
*  NOTE: File exmplmenu_var.js-long  has comments!   *		
*****************************************************/

	var NoOffFirstLineMenus=6;	
	var LowBgColor='#00ccff';	
	var LowSubBgColor='#00ccff';	
	var HighBgColor='black';	
	var HighSubBgColor='black';	
	var FontLowColor='black';	
	var FontSubLowColor='black';	
	var FontHighColor='white';	
	var FontSubHighColor='white';	
	var BorderColor='black';	
	var BorderSubColor='black';	
	var BorderWidth=1;		
	var BorderBtwnElmnts=1;		
	var FontFamily="arial,helvetica,tahoma"	
	var FontSize=10;		
	var FontBold=1;			
	var FontItalic=0;		
	var MenuTextCentered='left';	
	var MenuCentered='center';	
	var MenuVerticalCentered='top';	
	var ChildOverlap=.2;		
	var ChildVerticalOverlap=.2;	
	var StartTop=5;			
	var StartLeft=-9;		
	var VerCorrect=0;		
	var HorCorrect=0;		
	var LeftPaddng=3;		
	var TopPaddng=2;		
	var FirstLineHorizontal=1;	
	var MenuFramesVertical=0;	
	var DissapearDelay=1000;	
	var TakeOverBgColor=1;		
	var FirstLineFrame='navig';	
	var SecLineFrame='space';	
	var DocTargetFrame='space';	
	var TargetLoc='';		
	var HideTop=0;			
	var MenuWrap=1;			
	var RightToLeft=0;		
	var UnfoldsOnClick=0;		
	var WebMasterCheck=0;		
	var ShowArrow=1;		
	var KeepHilite=1;		
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","cas-home.htm","",0,20,120);

Menu2=new Array("Index","cas-indx.htm","",0);

Menu3=new Array("Public Service","","",7);
	Menu3_1=new Array("Congress","congress.htm","",0,20,180);
	Menu3_2=new Array("Governor","governor.htm","",0);
	Menu3_3=new Array("Senate","senate.htm","",3);
		Menu3_3_1=new Array("Senate years","senate.htm","",0,20,110);
		Menu3_3_2=new Array("Disarmament","disarm.htm","",0);
		Menu3_3_3=new Array("Resignation","resign.htm","",0);
	Menu3_4=new Array("Secretary of the Navy","navy.htm","",0);
	Menu3_5=new Array("Quotes & Quips","quotes.htm","",0);
	Menu3_6=new Array("Funeral & Obits","funeral.htm","",0);
	Menu3_7=new Array("Memorials","memorial.htm","",0);

Menu4=new Array("Family","","",5);
	Menu4_1=new Array("Backbround","genchart.htm","",0,20,120);
	Menu4_2=new Array("Lizzie","lizzie.htm","",0);
	Menu4_3=new Array("Lulie","lulie.htm","",0);
	Menu4_4=new Array("Step-son","ddh-talk.htm","",0);
	Menu4_5=new Array("homes","homes.htm","",0);

Menu5=new Array("USS Swanson","uss-swan.htm","",5);
	Menu5_1=new Array("Launching","launch.htm","",0,20,120);
	Menu5_2=new Array("Address","drewry.htm","",0);
	Menu5_3=new Array("Commissioning","uss-swan.htm","",0);
	Menu5_4=new Array("Museum","museum.htm","",0);
	Menu5_5=new Array("Reunion","reunion.htm","",0);

Menu6=new Array("References","","",4);
	Menu6_1=new Array("Sources","resource.htm","",0,20,120);
	Menu6_2=new Array("Quotes","quotes.htm","",0);
	Menu6_3=new Array("Links","links.htm","",0);
	Menu6_4=new Array("Rememberance","ddh-talk.htm","",0);