	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='black';				// Background color when mouse is not over
	var LowSubBgColor='black';			// Background color when mouse is not over on subs
	var HighBgColor='white';			// Background color when mouse is over
	var HighSubBgColor='white';			// Background color when mouse is over on subs
	var FontLowColor='#D8D8AF';			// Font color when mouse is not over
	var FontSubLowColor='#D8D8AF';		// Font color subs when mouse is not over
	var FontHighColor='#4B4B25';			// Font color when mouse is over
	var FontSubHighColor='#4B4B25';		// Font color subs when mouse is over
	var BorderColor='#D8D8AF';			// Border color
	var BorderSubColor='#D8D8AF';			// Border color for subs
	var BorderWidth=2;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily='arial,times new roman'	// Font family menu items
	var FontSize=10;					// 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=.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=0;			// 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='MenuPos';			// span id for relative positioning
	var HideTop=0;					// Hide first level when loading new document 1 or 0
	var MenuWrap=0;					// 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=['http://www.idahocitychamber.com/images/trigold.jpg',5,10,'http://www.idahocitychamber.com/images/tridown.gif',10,5,'http://www.idahocitychamber.com/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("Home","http://www.idahocitychamber.com","",0,22,180);

Menu2=new Array("Calendar of Events","http://www.idahocitychamber.com/calendar/index.php","",0);

Menu3=new Array("Contact","http://www.idahocitychamber.com/contact.html","",0);

Menu4=new Array("Chamber Info","","",2);
	Menu4_1=new Array("Officers","http://www.idahocitychamber.com/chamberofficers.html","",0,22,150);
	Menu4_2=new Array("Membership","http://www.idahocitychamber.com/chambermembership.html","",0);

Menu5=new Array("Business Directory","","",11);
	Menu5_1=new Array("Construction","http://www.idahocitychamber.com/directory/directory.php?op=cat&dircat=Construction","",0,22,150);
	Menu5_2=new Array("Entertainment","http://www.idahocitychamber.com/directory/directory.php?op=cat&dircat=Entertainment","",0);
        Menu5_3=new Array("Lodging","http://www.idahocitychamber.com/directory/directory.php?op=cat&dircat=Lodging","",0);	
        Menu5_4=new Array("Manufacturing & Engineering","http://www.idahocitychamber.com/directory/directory.php?op=cat&dircat=Manufacturing & Engineering","",0);
        Menu5_5=new Array("Pubs & Saloons","http://www.idahocitychamber.com/directory/directory.php?op=cat&dircat=Pubs & Saloons","",0);
        Menu5_6=new Array("R.V. Parking","http://www.idahocitychamber.com/directory/directory.php?op=cat&dircat=R.V.Parking","",0);
	Menu5_7=new Array("Real Estate","http://www.idahocitychamber.com/directory/directory.php?op=cat&dircat=Realestate","",0);
	Menu5_8=new Array("Recreation","http://www.idahocitychamber.com/directory/directory.php?op=cat&dircat=Recreation","",0);
	Menu5_9=new Array("Restaurants","http://www.idahocitychamber.com/directory/directory.php?op=cat&dircat=Restaurants","",0);
	Menu5_10=new Array("Services","http://www.idahocitychamber.com/directory/directory.php?op=cat&dircat=Services","",0);
	Menu5_11=new Array("Shops & Stores","http://www.idahocitychamber.com/directory/directory.php?op=cat&dircat=Shops & Stores","",0);
//	Menu5_9=new Array("Shops-Antiques","http://www.idahocitychamber.com/directory/directory.php?op=cat&dircat=Shops-Antiques","",0);
//    Menu5_10=new Array("Shops-Sporting Goods","http://www.idahocitychamber.com/directory/directory.php?op=cat&dircat=Shops-Sporting Goods","",0);
Menu6=new Array("Idaho City History","","",3);
	Menu6_1=new Array("Historical Info","http://www.idahocitychamber.com/historicalinfo.html","",0,22,150);
	Menu6_2=new Array("Historical Maps","http://www.idahocitychamber.com/historicalmaps.html","",0);
	Menu6_3=new Array("Historical Photos","http://www.idahocitychamber.com/historicalphotos.html","",0);

Menu7=new Array("Idaho City Info","","",9);
	Menu7_1=new Array("Directions","http://www.idahocitychamber.com/directions.html","",0,22,150);
    
	Menu7_2=new Array("Recreational Area","http://www.idahocitychamber.com/rec-area.html","",0);
    
	Menu7_3=new Array("Churches","http://www.idahocitychamber.com/churchinfo.html","",0);
	Menu7_4=new Array("Cultural","http://www.idahocitychamber.com/culturalinfo.html","",0);
	Menu7_5=new Array("Education/Youth","http://www.idahocitychamber.com/educationinfo.html","",0);
	Menu7_6=new Array("Emergency","http://www.idahocitychamber.com/emergencyinfo.html","",0);
	Menu7_7=new Array("Government","http://www.idahocitychamber.com/localgovtinfo.html","",0);
	Menu7_8=new Array("Medical","http://www.idahocitychamber.com/medicalinfo.html","",0);
	Menu7_9=new Array("Rentals","http://www.idahocitychamber.com/rentalinfo.html","",0);

Menu8=new Array("Other Info","","",4);
	Menu8_1=new Array("Boise County","http://www.idahocitychamber.com/boisecountyinfo.html","",0,22,150);
	Menu8_2=new Array("Links","http://www.idahocitychamber.com/relatedlinks.html","",0);
	Menu8_3=new Array("Photos","http://www.idahocitychamber.com/photogallery.html","",0);
	Menu8_4=new Array("Licenses/Permits","http://www.idahocitychamber.com/licenses-permits.html","",0);
	Menu8_4=new Array("Local Equip. Rentals","http://www.idahocitychamber.com/equipRentalinfo.html","",0);


