/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='blue';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='blue';			// Background color when mouse is over
	var HighSubBgColor='blue';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// 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,arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=145;				// Menu offset x coordinate
	var StartLeft=25;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=1;				// Left padding
	var TopPaddng=1;				// 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=200;			// 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=['',0,0,'',0,0,'',0,0];	// 'Arrow source', width, 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("Packages","","",3,15,80);
	Menu1_1=new Array("Golf","../1.html","",0,15,195);
	Menu1_2=new Array("Golf & Travel","../2.html","",0,15,195);
	Menu1_3=new Array("College Golf","../29.html","",0,15,195);
	
Menu2=new Array("Golf Clubs","","",2);	
	Menu2_1=new Array("Machina Golf Iron Set","../3.html","",0,15,195);
	Menu2_2=new Array("Machina Golf Wood Set","../19.html","",0,15,128);
	
Menu3=new Array("Golf Bags","","",2);
	Menu3_1=new Array("Machina Golf Stand Bag","../4.html","",0,15,195);
	Menu3_2=new Array("Club Glove Travel Covers","","",10,15,195);
	Menu3_2_1=new Array("Club Glove Golf Travel Set","../15.html","",0,15,195);
	Menu3_2_2=new Array("Club Glove Garment Travel Set","../16.html","",0,15,125);
	Menu3_2_3=new Array("Club Glove BP Travel Bag","../7.html","",0,15,125);
	Menu3_2_4=new Array("Club Glove BP Wheels Travel","../8.html","",0,15,125);
	Menu3_2_5=new Array("Club Glove Last Travel Bag","../9.html","",0,15,125);
	Menu3_2_6=new Array("Club Glove Last XXL Travel Bag","../10.html","",0,15,125);
	Menu3_2_7=new Array("Club Glove Rolling Duffle Bag","../11.html","",0,15,125);
	Menu3_2_8=new Array("Club Glove Piggy Back Carry","../12.html","",0,15,125);
	Menu3_2_9=new Array("Club Glove Shoulder Bag","../13.html","",0,15,125);
	Menu3_2_10=new Array("Club Glove Garment Bag","../14.html","",0,15,125);
		
	
Menu4=new Array("Accessories","","",5);
	Menu4_1=new Array("Machina Golf Cap","../5.html","",0,15,195);
	Menu4_2=new Array("Machina Golf Shirt","../20.html","",0,15,195);
	Menu4_3=new Array("Golf Umbrellas","","",2,15,195);
	Menu4_3_1=new Array("Machina Golf","../6.html","",0,15,195);
	Menu4_3_2=new Array("College Team Golf","../31.html","",0,15,195);
	Menu4_4=new Array("Bite Sandals & Shoes","../bite.html","",0,15,195);
	Menu4_5=new Array("Club Glove Travel Covers","","",10,15,195);
	Menu4_5_1=new Array("Club Glove Golf Travel Set","../15.html","",0,15,195);
	Menu4_5_2=new Array("Club Glove Garment Travel Set","../16.html","",0,15,125);
	Menu4_5_3=new Array("Club Glove BP Travel Bag","../7.html","",0,15,125);
	Menu4_5_4=new Array("Club Glove BP Wheels Travel","../8.html","",0,15,125);
	Menu4_5_5=new Array("Club Glove Last Travel Bag","../9.html","",0,15,125);
	Menu4_5_6=new Array("Club Glove Last XXL Travel Bag","../10.html","",0,15,125);
	Menu4_5_7=new Array("Club Glove Rolling Duffle Bag","../11.html","",0,15,125);
	Menu4_5_8=new Array("Club Glove Piggy Back Carry","../12.html","",0,15,125);
	Menu4_5_9=new Array("Club Glove Shoulder Bag","../13.html","",0,15,125);
	Menu4_5_10=new Array("Club Glove Garment Bag","../14.html","",0,15,125);
	
Menu5=new Array("Smart Stuff","","",4);
	Menu5_1=new Array("Experience Exchange","../community/index.html","",0,15,140);
	Menu5_2=new Array("Referral Program","../marketing/refer.html","",0);
	Menu5_3=new Array("Affiliate Program","../marketing/affiliate.html","",0);
	Menu5_4=new Array("Free Stuff","../drawing.html","",0);
	Menu5_5=new Array("Machina Fitting","../fitting/index.html","",0);		
	

Menu6=new Array("Company","","",5);
	Menu6_1=new Array("About Us","../marketing/index.html","",0,15,80);
	Menu6_2=new Array("Contact Us","../contact.html","",0,15,140);
	Menu6_3=new Array("Privacy","../policy.html#privacy","",0,15,140);
	Menu6_4=new Array("Shipping","../policy.html#shipping","",0,15,140);
	Menu6_5=new Array("Warranty","../policy.html#warranty","",0,15,140);

	