/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *	
*      Horizontal menu
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#656c8a';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=4;				// Left padding
	var TopPaddng=1;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='';			// Frame where first level appears
	var SecLineFrame='';			// Frame where sub levels appear
	var DocTargetFrame='';			// Frame where target documents appear
	var TargetLoc='MenuPos';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['images/tri.gif',5,10,'images/tridown.gif',10,5,'images/trileft.gif',5,10];	// Arrow source, width and height

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","index.php","",0,18,93);
Menu2=new Array("About","","",9,93);
	Menu2_1=new Array("History","","",6,18,160);	
		Menu2_1_1=new Array("Heritage of Honor","heritage.php","",0,18,150);
		Menu2_1_2=new Array("SCV History","scvHistory.php","",0);
		Menu2_1_3=new Array("Video Presentation","http://www.scv.org/video.php","",0);
		Menu2_1_4=new Array("Texas Division History","txHistory.php","",0);
		Menu2_1_5=new Array("The Charge","charge.php","",0);
		Menu2_1_6=new Array("Constitution","pdf/TX_Constitution_2006.pdf","",0);
	Menu2_2=new Array("Calendar","calendar.php","",0);	
	Menu2_3=new Array("Current Newsletter","newsletter.php","",0);	
	Menu2_4=new Array("Press Releases","pressReleases.php","",0);	
	Menu2_5=new Array("Education Committee","educationCommittee.php","",0);	
	Menu2_6=new Array("Confederate History Month","pdf/resolution.pdf","",0);	
	Menu2_7=new Array("Robert E. Lee Award","RELeeAward.php","",0);	
	Menu2_8=new Array("Conventions","","",2);	
		Menu2_8_1=new Array("National","http://www.scv.org","",0,18,150);
		Menu2_8_2=new Array("State","convention.php","",0);
	Menu2_9=new Array("Directories","","",4);	
		Menu2_9_1=new Array("Division Officers","divOfficers.php","",0,18,150);
		Menu2_9_2=new Array("Brigade Officers","brigOfficers.php","",0);
		Menu2_9_3=new Array("Committees","committees.php","",0);
		Menu2_9_4=new Array("OCR","http://www.texasocr.org/","",0);
Menu3=new Array("Camps","","",7,93);
	Menu3_1=new Array("Camp Locator","campLocator.php","",0,18,150);	
	Menu3_2=new Array("Brigades","","",10);	
		Menu3_2_1=new Array("Texas 1st Brigade","brigPages.php?ptr=1","",0,18,150);
		Menu3_2_2=new Array("Texas 2nd Brigade","brigPages.php?ptr=2","",0);
		Menu3_2_3=new Array("Texas 3rd Brigade","brigPages.php?ptr=3","",0);
		Menu3_2_4=new Array("Texas 4th Brigade","brigPages.php?ptr=4","",0);
		Menu3_2_5=new Array("Northeast Texas Brigade","brigPages.php?ptr=5","",0);
		Menu3_2_6=new Array("South Texas Brigade","brigPages.php?ptr=6","",0);
		Menu3_2_7=new Array("Texas 7th Brigade","brigPages.php?ptr=7","",0);
		Menu3_2_8=new Array("Texas 8th Brigade","brigPages.php?ptr=8","",0);
		Menu3_2_9=new Array("Texas 9th Brigade","brigPages.php?ptr=9","",0);
		Menu3_2_10=new Array("Texas 10th Brigade","brigPages.php?ptr=10","",0);
	Menu3_3=new Array("Member Activities","activities.php","",0);	
	Menu3_4=new Array("Start a Camp","startCamp.php","",0);	
	Menu3_5=new Array("Monuments","monuments.php","",0);	
	Menu3_6=new Array("Fundraisers","fundraisers.php","",0);	
	Menu3_7=new Array("Build Webpage","makeweb.php","",0);	
	Menu3_8=new Array("Request Application","http://www.scv.org/onlineApp.php","",0);	
Menu4=new Array("Services","","",9,93);
	Menu4_1=new Array("Advertising","adRates.php","",0,18,150);	
	Menu4_2=new Array("Publications","publications.php","",0);	
	Menu4_3=new Array("Mailing Lists","mailList.php","",0);	
	Menu4_4=new Array("Speakers","speakers.php","",0);	
	Menu4_5=new Array("Build Webpage","makeweb.php","",0);	
	Menu4_6=new Array("Forms","http://www.scv.org/documents.php","",0);	
	Menu4_7=new Array("TX Div Media Group","http://web.mac.com/ausborn4/Southern_Legacy/TX_Division_Media_Group.html","",0);	
	Menu4_8=new Array("ISP Service","http://scv.clicksouth.net","",0);	
	Menu4_9=new Array("Member Businesses","memberBusinesses.php","",0);	
Menu5=new Array("History","","",7,93);
	Menu5_1=new Array("Flag Restoration","flagRestore.php","",0,18,150);	
	Menu5_2=new Array("Texas Flags","txFlags.php","",0);	
	Menu5_3=new Array("Confederate Flags","confedFlags.php","",0);	
	Menu5_4=new Array("Texas Heroes","","",3);	
		Menu5_4_1=new Array("Calvin Crozier","crozier.php","",0,18,150);
		Menu5_4_2=new Array("David Dodd","dodd.php","",0);
		Menu5_4_3=new Array("Lawrence Sullivan Ross","ross.php","",0);
	Menu5_5=new Array("Poetry","poetry.php","",0);	
	Menu5_6=new Array("Music","music.php","",0);	
	Menu5_7=new Array("Historical Documents","histDocs.php","",0);	
Menu6=new Array("Research","","",3,93);
	Menu6_1=new Array("Genealogy Help","","",5,18,150);	
		Menu6_1_1=new Array("Eligibility","eligibility.php","",0,18,150);
		Menu6_1_2=new Array("Primer","primer.php","",0,18,150);
		Menu6_1_3=new Array("State Libraries","http://www.scv.org/genealogy.php","",0);
		Menu6_1_4=new Array("SCV Genealogists","http://www.scv.org/genealogy.php","",0);
		Menu6_1_5=new Array("Relationship Table","relationships.php","",0);
	Menu6_2=new Array("Links","","",9);	
		Menu6_2_1=new Array("SCV Intl","http://www.scv.org","",0,18,160);
		Menu6_2_2=new Array("Army of Trans-Mississippi","http://www.atm-scv.org","",0);
		Menu6_2_3=new Array("Camp Websites","camplist.php","",0);
		Menu6_2_4=new Array("Research","links.php?cat=RE","",0);
		Menu6_2_5=new Array("Reenactors","links.php?cat=RN","",0);
		Menu6_2_6=new Array("Unit Histories","links.php?cat=UH","",0);
		Menu6_2_7=new Array("Heritage Organizations","links.php?cat=HO","",0);
		Menu6_2_8=new Array("WBTS Related","links.php?cat=WR","",0);
		Menu6_2_9=new Array("Commercial","links.php?cat=CO","",0);
	Menu6_3=new Array("Confederate Graves","graves/","",0);	
Menu7=new Array("Contact","contactForm.php","",0,93);
Menu8=new Array("Search","siteSearch.php","",0,93);
