	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#990000';			// Background color when mouse is not over
	var LowSubBgColor='#990000';			// Background color when mouse is not over on subs
	var HighBgColor='#990000';			// Background color when mouse is over
	var HighSubBgColor='#800000';			// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#ffffff';			// Font color subs when mouse is not over
	var FontHighColor='#FFFF99';			// Font color when mouse is over
	var FontSubHighColor='#FFFF99';			// 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=1;			// 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=.1;				// 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=12;				// 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=500;			// 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='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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,6,'tridown.gif',7,6,'trileft.gif',5,6];	// 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"
//    <td width="1%"><a href="#" onMouseOver="document.home.src='images/buthome_on.gif'" onMouseOut="document.home.src='images/buthome.gif'"><img src="images/buthome.gif" name="home" border=0></a></td>
//    <td width="1%"><a href="#" onMouseOver="document.log.src='images/butlog_on.gif'" onMouseOut="document.log.src='images/butlog.gif'"><img src="images/butlog.gif" name="log" border=0></a></td>
//    <td width="1%"><a href="#" onMouseOver="document.residential.src='images/butresidential_on.gif'" onMouseOut="document.residential.src='images/butresidential.gif'"><img src="images/butresidential.gif" name="residential" border=0></a></td>
//    <td width="1%"><a href="#" onMouseOver="document.church.src='images/butchurches_on.gif'" onMouseOut="document.church.src='images/butchurches.gif'"><img src="images/butchurches.gif" name="church" border=0></a></td>
//    <td width="1%"><a href="#" onMouseOver="document.commercial.src='images/butcommercial_on.gif'" onMouseOut="document.commercial.src='images/butcommercial.gif'"><img src="images/butcommercial.gif" name="commercial" border=0></a></td>
//    <td width="99%"><a href="#" onMouseOver="document.contact.src='images/butcontact_on.gif'" onMouseOut="document.contact.src='images/butcontact.gif'"><img src="images/butcontact.gif" name="contact" border=0></a></td>

Menu1=new Array("Home","http://www.majesticinteriors.net/index.php","",0,17,49);
Menu2=new Array("Log Furniture","http://www.majesticinteriors.net/furniture/index.php","",4,17,100);
	Menu2_1=new Array("Beds","http://www.majesticinteriors.net/furniture/beds.php","",0,20,160);
	Menu2_2=new Array("Other Furniture","http://www.majesticinteriors.net/furniture/other.php","",0,20,160);
	Menu2_3=new Array("Accessories","http://www.majesticinteriors.net/furniture/accessories.php","",0,20,160);
	Menu2_4=new Array("Bid Request","http://www.majesticinteriors.net/furniture/bid.php","",0,20,160);
Menu3=new Array("Residential","http://www.majesticinteriors.net/residential/index.php","",3,17,85);
	Menu3_1=new Array("Booths","http://www.majesticinteriors.net/residential/booths.php","",0,20,160);
	Menu3_2=new Array("Other Furniture","http://www.majesticinteriors.net/residential/other.php","",0,20,160);
	Menu3_3=new Array("Bid Request","http://www.majesticinteriors.net/residential/bid.php","",0,20,160);
Menu4=new Array("Churches","http://www.majesticinteriors.net/churches/index.php","",5,17,77);
	Menu4_1=new Array("Pews","http://www.majesticinteriors.net/churches/pews.php","",3,20,160);
		Menu4_1_1=new Array("New","http://www.majesticinteriors.net/churches/newpews.php","",0,20,160);
		Menu4_1_2=new Array("Upholstery","http://www.majesticinteriors.net/churches/upholstpews.php","",1,20,160);
			Menu4_1_2_1=new Array("Pew Types","http://www.majesticinteriors.net/churches/pewtypes.php","",0,20,160);
		Menu4_1_3=new Array("Bid Request","http://www.majesticinteriors.net/churches/chairbid.php","",0,20,160);
	Menu4_2=new Array("Chairs","http://www.majesticinteriors.net/churches/chairs.php","",1,20,160);
		Menu4_2_1=new Array("Bid Request","http://www.majesticinteriors.net/churches/chairbid.php","",0,20,160);
	Menu4_3=new Array("Other Services","http://www.majesticinteriors.net/churches/other.php","",0,20,160);
	Menu4_4=new Array("Other Furnishings","http://www.majesticinteriors.net/churches/otherfurn.php","",0,20,160);
	Menu4_5=new Array("Furnishings Maintenance","http://www.majesticinteriors.net/churches/fmaintenance.php","",1,20,160);
		Menu4_5_1=new Array("Bid Request","http://www.majesticinteriors.net/churches/fmaintenancebid.php","",0,20,160);
Menu5=new Array("Commercial","http://www.majesticinteriors.net/commercial/index.php","",4,17,90);
	Menu5_1=new Array("Restaurants","http://www.majesticinteriors.net/commercial/restaurants.php","",0,20,160);
	Menu5_2=new Array("Theaters","http://www.majesticinteriors.net/commercial/theaters.php","",0,20,160);
	Menu5_3=new Array("Stadium","http://www.majesticinteriors.net/commercial/stadium.php","",0,20,160);
	Menu5_4=new Array("Bid Request","http://www.majesticinteriors.net/commercial/bid.php","",0,20,160);
Menu6=new Array("Contact Us","http://www.majesticinteriors.net/contact.php","",0,17,77);
