/***********************************************************************************
*	(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=6;			// Number of first level items
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// 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='fixed';			// Menu horizontal position 'left', 'center' or 'right', 'fixed' uses value in MenuCenteredFixed
	var MenuVerticalCentered='fixed';		// Menu vertical position 'top', 'middle','bottom' or static, 'fixed' uses value in MenuVerticalCenteredFixed
	var MenuCenteredFixed=146;
	var MenuVerticalCenteredFixed=120;
	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=3;				// Left padding
	var TopPaddng=2;				// 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='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// 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=0;				// 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(" Restoration   |","/services/restoration.aspx","",4,20,85);
	Menu1_1=new Array(" Restoration Gallery","/gallery/restoration.aspx","",0,20,300);
	Menu1_2=new Array(" List of Restoration Engagements","/services/restoration_engagements.aspx","",0);
	//Menu1_3=new Array(" Window Frames","/services/window_frames.aspx","",0);
	//Menu1_4=new Array(" Protective Covering","/services/protective_covering.aspx","",0);
	Menu1_3=new Array(" Window Frames","/services/custom_wood_frames.aspx","",0); //2008-08-13 was window_frames.aspx
	Menu1_4=new Array(" Protective Covering","/services/standard_protective_covering.aspx","",0); //2008-08-13 was protective_covering.aspx
Menu2=new Array(" New Windows   |","/services/new_window_creation.aspx","",6,20,100);
	Menu2_1=new Array(" List of New Window Engagements","/services/new_window_engagements.aspx","",0,20,300);
	Menu2_2=new Array(" Doors","/services/doors.aspx","",0);
	Menu2_3=new Array("  Mosaic Glass & Tile","/services/mosaic_glass_and_tile.aspx","",0);
//	Menu2_4=new Array(" Custom Window Frames","/services/custom_window_frames.aspx","",0);
//	Menu2_5=new Array(" Protective Covering","/services/protective_covering.aspx","",0);
	Menu2_4=new Array(" Custom Window Frames","/services/custom_wood_frames.aspx","",0); //2008-08-13 was custom_window_frames.aspx
	Menu2_5=new Array(" Protective Covering","/services/standard_protective_covering.aspx","",0);  //2008-08-13 was protective_covering.aspx
	Menu2_6=new Array(" Medallion Order Form","/productorder.aspx","",0);
Menu3=new Array(" Frames   |","/services/custom_wood_frames.aspx","",6,20,60);
	Menu3_1=new Array(" Custom Wood Frames","/services/custom_wood_frames.aspx","",0,20,300);
	Menu3_2=new Array(" Aluminum Frames","/services/aluminum_frames.aspx","",0);
	Menu3_3=new Array(" Hurricane  Glazing","/services/hurricane_protection.aspx","",0);
	Menu3_4=new Array(" Stained Glass Protective Covering","/services/standard_protective_covering.aspx","",0);
	Menu3_5 = new Array(" Custom Light Boxes", "/services/custom_light_boxes.aspx", "", 0);
	Menu3_6 = new Array(" United States Patent", "/services/patent.aspx", "", 0);
Menu4 = new Array(" Hurricane Glazing   | ", "/services/hurricane_protection.aspx", "", 0, 20, 120);
Menu5=new Array(" Keys to Success   | ","/services/keystosuccess.aspx","",0,20,120);
//Menu6=new Array(" Appraisals & Consulting","/services/consulting.aspx","",0,20,150);
Menu6=new Array(" Appraisals & Consulting","/services/consulting.aspx","",2,20,150);
	Menu6_1=new Array(" Consulting","/services/consulting.aspx","",0,20,150);
	Menu6_2=new Array(" Partners","","",3,20,150);
		Menu6_2_1=new Array(" Church Supplies","/services/partners.aspx?pcatid=1","",0,20,300);
		Menu6_2_2=new Array(" Church Design, Architecture & Consultation","/services/partners.aspx?pcatid=3","",0,20,300);
		Menu6_2_3=new Array(" Murals, Decorative Painting & Gilding","/services/partners.aspx?pcatid=8","",0,20,300);


