/***********************************************************************************
*	(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	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#381300';			// Background color when mouse is not over
	var LowSubBgColor='#381300';			// Background color when mouse is not over on subs
	var HighBgColor='#D99B14';			// Background color when mouse is over
	var HighSubBgColor='#D99B14';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// 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=0;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial"				// Font family menu items
	var FontSize=9;					// 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','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=102;				// Menu offset x coordinate
	var StartLeft=8;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=900;				// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='MyFrameOne';		// Frame where first level appears
	var SecLineFrame='MyFrameTwo';			// Frame where sub levels appear
	var DocTargetFrame='MyFrameTwo';		// Frame where target documents appear
	var TargetLoc='';				// 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=['tri.gif',5,10,'tridown.gif',10,5,'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 Designs","m_homedesigns.htm","",4,20,110);
	Menu1_1=new Array("CedarMill Collection","b_legacy.htm","",0,20,120);
	Menu1_2=new Array("Heritage Collection","m_homedesigns_cc.htm","",0,20,120);
	Menu1_3=new Array("New Designs","b_new.htm","",0,20,120);
	Menu1_4=new Array("Virtual Tours","m_homedesigns_vt.htm","",0,20,120);
	Menu1_5=new Array("Traditional Collection","M_traditional.htm","",0,20,120);
	Menu1_6=new Array("Recreational Collection","M_recreational.htm","",0,20,120);

Menu2=new Array("Log Options","m_logoptions.htm","",5,20,95);
	Menu2_1=new Array("Size Of Log","m_logoptions_size.htm","",0,20,100);
	Menu2_2=new Array("Shape Of Log","m_logoptions_shape.htm","",0,20,140);
	Menu2_3=new Array("Species Of Log","m_logoptions_species.htm","",0);
	Menu2_4=new Array("Corner Styles","m_logoptions_corner.htm","",0,20,100);
	Menu2_5=new Array("Energy Savings","m_logoptions_energy.htm","",0,20,100);

Menu3=new Array("About Us","m_aboutus.htm","",6,20,80);
	Menu3_1=new Array("Custom Design","m_aboutus_custom.htm","",0,20,110);
	Menu3_2=new Array("Complete Package","m_aboutus_complete.htm","",0,20,120);
	Menu3_3=new Array("Quality Materials","m_aboutus_highquality.htm","",0,20,120);
	Menu3_4=new Array("Support","m_aboutus_construction.htm","",0,20,120);
	Menu3_5=new Array("Shipping","m_aboutus_shipping.htm","",0,20,120);
	Menu3_6=new Array("Warranty","m_aboutus_warranty.htm","",0,20,120);

Menu4=new Array("Building Process","m_buildingprocess.htm","",8,20,122);
	Menu4_1=new Array("Chosing A Design","m_buildingprocess_design.htm","",0,20,122);
	Menu4_2=new Array("Log Selection","m_buildingprocess_selection.htm","",0,20,100);
	Menu4_3=new Array("Buget Finalization","m_buildingprocess_budget.htm","",0);
	Menu4_4=new Array("Select Contractor","m_buildingprocess_contractor.htm","",0);
	Menu4_5=new Array("Obtain Permits","m_buildingprocess_permits.htm","",0);
	Menu4_6=new Array("Home Construction","m_buildingprocess_construction.htm","",0);
	Menu4_7=new Array("Log Finishes","m_buildingprocess_finishes.htm","",0);
	Menu4_8=new Array("Interior Completion","m_buildingprocess_interior.htm","",0);

Menu5=new Array("FAQ's","m_faqs.htm","",0,20,55);
	Menu5_1=new Array("Answer","M_ouradvantage_designop.htm","",0,20,130);
	Menu5_2=new Array("Performax Materials","M_ouradvantage_performax.htm","",0);
	Menu5_3=new Array("Proven Process","M_ouradvantage_proven_process.htm","",0);	
	Menu5_4=new Array("Buying Power","M_ouradvantage_buying_power.htm","",0);
	Menu5_5=new Array("Warranty","M_ouradvantage_warranty.htm","",0);
	Menu5_6=new Array("Dealer Opportunities","M_ouradvantage_dealers.htm","",0);

Menu6=new Array("Store","m_store.htm","",0,20,52);
	Menu6_1=new Array("Design","M_faq_design.htm","",0,20,80);
	Menu6_2=new Array("Price","M_faq_price.htm","",0);
	Menu6_3=new Array("Materials","M_faq_materials.htm","",0);
	Menu6_4=new Array("Delivery","M_faq_delivery.htm","",0);
	Menu6_5=new Array("Construction","M_faq_construction.htm","",0);

Menu7=new Array("Contact Us","m_contactus.htm","",0,20,63);
	Menu7_1=new Array("Corporate Experience","M_aboutus_experience.htm","",0,20,130);
	Menu7_2=new Array("Design","M_aboutus_design.htm","",0);
	Menu7_3=new Array("Manufacturing","M_aboutus_manufacturing.htm","",0);

Menu8=new Array("Home","m_home.htm","",0,20,70);

