	

	var NoOffFirstLineMenus=5;			// Number of first level items
	
	var LowBgColor='002953';			// Background color when mouse is not over
	var LowSubBgColor='002953';			// Background color when mouse is not over on subs
	var HighBgColor='C0C0C0';			// Background color when mouse is over
	var HighSubBgColor='C0C0C0';			// Background color when mouse is over on subs
	
	var FontLowColor='002953';			// Font color when mouse is not over
	var FontSubLowColor='ffffff';			// Font color subs when mouse is not over
	var FontHighColor='002953';			// Font color when mouse is over
	var FontSubHighColor='002953';			// Font color subs when mouse is over
	
	var BorderColor='ffffff';			// Border color
	var BorderSubColor='ffffff';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial,technical"	                  // Font family menu items
	var FontSize=10;				// Font size menu items
	var FontBold=0;				// 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' or 'bottom'
	var ChildOverlap=.08;				// 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=8;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='MenuPos';			// DIV id for relative positioning (refer to config.htm for info)
	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

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("","","images/buttons/bj_button.jpg",2,25,147);
	Menu1_1=new Array("Home","http://www.robertbfletcher.com","",0,20,175);
   	Menu1_2=new Array("About Bob & Josie","bob_josie.html","",0,20,175);
	
Menu2=new Array("","","images/buttons/ward_button.jpg",8,25,147);
	Menu2_1=new Array("Benefits of Cedar","benefits.html","",0,20,175);
	Menu2_2=new Array("Compare Before You Decide","compare.html","",0,20,175);
	Menu2_3=new Array("Comfort System-5","comf5.html","",0,20,175);
	Menu2_4=new Array("Traditional Comfort System","comf2000.html","",0,20,175);
	Menu2_5=new Array("Roof Systems","RoofSystems.html","",0,20,175);
	Menu2_6=new Array("Delivery Process","wlhunl.html","",0,20,175);
	Menu2_7=new Array("20 Year Warranty","warranty.html","",0,20,175);
	Menu2_8=new Array("Step-by-Step Process","buildingprocess.html","",0,20,175);

Menu3=new Array("","","images/buttons/plans_button.jpg",3,25,147);
	Menu3_1=new Array("Ward Design Plans","","",3,20,175);
		Menu3_1_1=new Array("Premier Series","premier.html","",0,20,175);
		Menu3_1_2=new Array("Cedar Valley Series","cedarvalley.html","",0,20,175);
		Menu3_1_3=new Array("Camp Series","camps.html","",0,20,175);

	Menu3_2=new Array("Featured Homes","","",1,18,175);
		Menu3_2_1=new Array("East Grand","eastgrand.html","",0,20,175);
	Menu3_3=new Array("Garage Series","garage.html","",0,20,175);

Menu4=new Array("","gallery.html","images/buttons/gallery_button.jpg",0,25,147);
	
Menu5=new Array("","","images/buttons/contact_button.jpg",2,25,147);
	Menu5_1=new Array("Contact Us","contact.html","",0,20,175);
	Menu5_2=new Array("Request Information","orderinfo.html","",0,20,175);
	
