/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=21;			// Number of first level items
	var LowBgColor= '#ff9966';			// Background color when mouse is not over
	var LowSubBgColor='#ff9966';			// Background color when mouse is not over on subs
	var HighBgColor='#E6D7C1';			// Background color when mouse is over
	var HighSubBgColor='#E6D7C1';			// 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="arial,comic sans ms,technical"	// 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=362;				// Menu offset x coordinate
	var StartLeft=12;				// 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='';				// 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=['menu_files/red_dot.gif',9,7,'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","http://www.palisadecoc.com/index.html","",0,20,150);
Menu2=new Array("Members","","",5);
	Menu2_1=new Array("Member Login","http://www.chamberlogin.com","",0,20,130);
	Menu2_2=new Array("Become a Member","http://www.palisadecoc.com/members.html","",0,20,130);
	Menu2_3=new Array("Business Resources","http://www.palisadecoc.com/bus_resources.html","",0,20,130);
	Menu2_4=new Array("News","http://www.palisadecoc.com/news.html","",0);
	Menu2_5=new Array("Member Forum","http://palisadechamber.chamberforum.com","",0);
Menu3=new Array("About Palisade","http://www.palisadecoc.com/about_palisade.html","",0);
Menu4=new Array("Upcoming Events","http://www.chambermaster.com/directory/events.jsp?ccid=562","",0);
Menu5=new Array("Seasonal Events","","",10);
	Menu5_1=new Array("Calendar of Events","http://www.palisadecoc.com/calendar.html","",0,20,130);
	Menu5_2=new Array("Classic Bike Festival","http://www.palisadecoc.com/bikefest.html","",0,20,130);
	Menu5_3=new Array("Bluegrass Festival","Palisade_BGMF.htm","",0,20,130);	
	Menu5_4=new Array("Peach Festival","http://www.palisadepeachfest.com","",0,20,130);	
	Menu5_5=new Array("Sunday Market","javascript:window.open('http://www.townofpalisade.org/farmers_mkt.html')","",0,20,130);
											   
	<!--Menu5_5=new Array("Sunday Market","http://www.townofpalisade.org/farmers_mkt.html","",0,20,130); -->
	Menu5_6=new Array("Renaissance Faire","http://www.palisadecoc.com/renfaire.html","",0,20,130);
	Menu5_7=new Array("Christmas","http://www.palisadecoc.com/christmas.html","",0,20,130);
	Menu5_8=new Array("Parade of Roses","http://www.palisadecoc.com/parade_roses.html","",0,20,130);
	Menu5_9=new Array("Wine Festival","http://www.coloradowinefest.com","",0,20,130);
	Menu5_10=new Array("Palisade Art Show","http://palisadeartlovers.org","",0,20,130);
Menu6=new Array("Business Directory","http://www.chambermaster.com/directory/jsp/busdir/Search.jsp?ccid=562","",0);	
Menu7=new Array("Info Request","http://www.chambermaster.com/directory/jsp/inforeq/qryInterests.jsp?ccid=562","",0);
Menu8=new Array("Job Search","http://www.chambermaster.com/directory/jsp/jobs/Search.jsp?ccid=562","",0);
Menu9=new Array("Maps","http://www.palisadecoc.com/maps.html","",0);				
Menu10=new Array("Recipes/Local Cuisine","http://www.palisadecoc.com/recipes_cuisine.html","",0);
Menu11=new Array("Photo Gallery","http://www.palisadecoc.com/photo_gallery.html","",0);
Menu12=new Array("Fruit & Wine","","",2);
	Menu12_1=new Array("Fruit Industry","http://www.palisadecoc.com/fruit_industry.html","",0,20,95);
	Menu12_2=new Array("Wine Industry","http://www.palisadecoc.com/wine_industry.html","",0,20,95);
Menu13=new Array("Attractions","http://www.palisadecoc.com/attractions.html","",0,20,95);
Menu14=new Array("Things to Do","","",4);
	Menu14_1=new Array("Agritours","http://www.palisadecoc.com/agritourism.html","",0,20,110);
	Menu14_2=new Array("Area Tours","http://www.palisadecoc.com/area_tours.html","",0,20,110);
	Menu14_3=new Array("Walking Tour","http://www.palisadecoc.com/walking_tour.html","",0,20,110);
	Menu14_4=new Array("Arts & Artisans","http://www.palisadecoc.com/arts.html","",0,20,110);
Menu15=new Array("Lodging","http://www.palisadecoc.com/lodging.html","",0);
Menu16=new Array("Dining","http://www.palisadecoc.com/dining.html","",0);
Menu17=new Array("Hot Deals","http://www.chambermaster.com/directory/jsp/hotdeals/Search.jsp?ccid=562","",0);
Menu18=new Array("Our Partners","http://www.palisadecoc.com/partners.html","",0);	
Menu19=new Array("Press Room","http://www.palisadecoc.com/media.html","",0);
Menu20=new Array("Weather","http://chambermaster.com/directory/weather.jsp?ccid=562","",0);
Menu21=new Array("Contact Us","http://www.chambermaster.com/directory/jsp/inforeq/ContactUs.jsp?ccid=562","",0)

