/***********************************************************************************
*	(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=11;			// Number of first level items
	var LowBgColor='222f64';			// Background color when mouse is not over
	var LowSubBgColor='222f64';			// Background color when mouse is not over on subs
	var HighBgColor='cc0000';			// Background color when mouse is over
	var HighSubBgColor='cc0000';			// 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='ffff00';			// Font color when mouse is over
	var FontSubHighColor='ffff00';			// Font color subs when mouse is over
	var BorderColor='ffffff';			// 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"	// Font family menu items
	var FontSize=11;				// 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';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.05;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.6;			// vertical overlap child/ parent
	var StartTop=144;				// Menu offset x coordinate
	var StartLeft=-42;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=4;				// 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=40;			// 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=['tri2.gif',5,10,'tridown2.gif',10,5,'trileft2.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("Welcome","index.html","","",28,80);

Menu2=new Array("New Boats","new_boats_for_sale.html","",14,28,88);	
	Menu2_1=new Array("<b>Jeanneau Sun Odyssey</b>","jeanneau_sailboats_sun_odyssey.html","","",26,200);
	Menu2_2=new Array("Sun Odyssey 30i","jeanneau_sailboats_sun_odyssey_30i.html","","");
	Menu2_3=new Array("Sun Odyssey 33i","jeanneau_sailboats_sun_odyssey_33i.html","","");
	Menu2_4=new Array("Sun Odyssey 379","jeanneau_sailboats_sun_odyssey_379.html","","");
	Menu2_5=new Array("Sun Odyssey 409","jeanneau_sailboats_sun_odyssey_409.html","","");
	Menu2_6=new Array("Sun Odyssey 439","jeanneau_sailboats_sun_odyssey_439.html","","");
	Menu2_7=new Array("Sun Odyssey 509","jeanneau_sailboats_sun_odyssey_509.html","","");
	Menu2_8=new Array("<b>Jeanneau Deck Salon</b>","jeanneau_sailboats_sun_odyssey_deck_salon.html","","");
	Menu2_9=new Array("Sun Odyssey 44 DS","jeanneau_sailboats_sun_odyssey_deck_salon_44.html","","");
	Menu2_10=new Array("Sun Odyssey 45 DS","jeanneau_sailboats_sun_odyssey_deck_salon_45.html","","");
	Menu2_11=new Array("Sun Odyssey 50 DS","jeanneau_sailboats_sun_odyssey_deck_salon_50.html","","");
	Menu2_12=new Array("<b>Jeanneau Sailing Yachts</b>","jeanneau_sailing_yacht.html","","");
	Menu2_13=new Array("Jeanneau Yacht 53","jeanneau_sailing_yacht_53.html","","");
	Menu2_14=new Array("Jeanneau Yacht 57","jeanneau_sailing_yacht_57.html","","");

Menu3=new Array("Previously Owned","used_boats_houston.html","",2,28,136);
	Menu3_1=new Array("Sailboats","used_sailboats_for_sale.html","","",28,180);
	Menu3_2=new Array("Power Boats","used_power_boats_for_sale.html","","");

Menu4=new Array("Events","events_clear_lake.html","","",28,61);

Menu5=new Array("Services","services_boating.html","","",28,74);

Menu6=new Array("News","news_sailing_boats.html","","",28,55);

Menu7=new Array("Links","links_marine_texas.html","","",28,50);

Menu8=new Array("About us","about_texas_yachts.html","","",28,74);

Menu9=new Array("Location","location_sailboats.html","","",28,73);

Menu10=new Array("Contact us","contact_yacht_texas.html","","",28,87);

Menu11=new Array("Brochures","brochures_sailboats.html","","",28,84);
