	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#FDE3A5';			// Background color when mouse is not over
	var LowSubBgColor='#FDE3A5';			// Background color when mouse is not over on subs
	var HighBgColor='#FEF2D4';			// Background color when mouse is over
	var HighSubBgColor='#FEF2D4';			// Background color when mouse is over on subs
	var FontLowColor='Black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='Black';			// Font color when mouse is over
	var FontSubHighColor='Black';			// 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=1;			// Border between elements 1 or 0
	var FontFamily="verdana"	// Font family menu items
	var FontSize=7;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';		2/45/2010	// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=331;				// Menu offset x coordinate
	var StartLeft=-1;
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=8;				// Left padding
	var TopPaddng=3;				// 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=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=['scripts/tri.gif',5,7,'scripts/tridown.gif',10,5,'scripts/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","http://easyinnkeeping.com/","",0,18,80);


Menu2=new Array("PRODUCTS","","",10, 18, 114);
	Menu2_1=new Array("WHAT IS WEB-BASED","http://easyinnkeeping.com/portfolio/web_based.htm","",0,18,150);
	Menu2_2=new Array("DELUXE VERSION","http://easyinnkeeping.com/portfolio/reservation_software.htm","",0);
	Menu2_3=new Array("SUITE VERSION","http://easyinnkeeping.com/portfolio/hotel_software.htm","",0);
	Menu2_4=new Array("CONDO VERSION","http://easyinnkeeping.com/portfolio/Condo_management_software.htm","",0);
	Menu2_5=new Array("ENTERPRISE","http://easyinnkeeping.com/portfolio/Property_management_software.htm","",0);
	Menu2_6=new Array("COMPARISON","http://easyinnkeeping.com/comparison.htm","",0);
	Menu2_7=new Array("FEATURES","http://easyinnkeeping.com/portfolio/features.htm","",0);
	Menu2_8=new Array("GLOBAL DISTRIBUTON SYSTEM","http://easyinnkeeping.com/resources/globaldistribution.htm","",0);
	Menu2_9=new Array("CALL ACCOUNTING","http://easyinnkeeping.com/portfolio/callaccounting.htm","",0);			
	Menu2_10=new Array("INTERFACES","http://easyinnkeeping.com/resources/Online_reservations.htm","",0);				

Menu3=new Array("DEMO","","",1, 18, 75);
	Menu3_1=new Array("FREE DEMO","http://www.gracesoft.com/benefits/trial.htm","",0,18,95);

Menu4=new Array("SUPPORT","","",3, 18, 95);
	Menu4_1=new Array("TECH SUPPORT","http://www.gracesoft.com/support/productsupport.asp","",0,18,150);
	Menu4_2=new Array("CONTACT US","http://easyinnkeeping.com/contactus.htm","",0);
	Menu4_3=new Array("OUR CLIENTS SPEAK","http://easyinnkeeping.com/portfolio/testimonials.htm","",0);
	

Menu5=new Array("FAQ","http://www.gracesoft.com/support/faq.htm","",0,18,70);

Menu6=new Array("LODGING RESOURCES","","",4	,18,173);
	Menu6_1=new Array("INN TECH NEWS","http://easyinnkeeping.com/resources/inntechnews.htm","",0,18,173);
	Menu6_2=new Array("LINKS","http://easyinnkeeping.com/resources/links.htm","",0);
	Menu6_3=new Array("CONFERENCE SERVICES","http://easyinnkeeping.com/resources/conference.htm","",0);
	Menu6_4=new Array("ASPIRING INNKEEPERS","http://easyinnkeeping.com/resources/aspiringinnkeepers.htm","",0);

Menu7=new Array("SITE MAP","http://easyinnkeeping.com/sitemap.htm","",0,18,100);

