

//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=3; //set number of main menu items
	var LowBgColor='#5F87BF';
	var HighBgColor='#0F307F';
	var FontLowColor='white';
	var FontHighColor='white';
	var BorderColor='#0F307F';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana"
	var FontSize=8;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=153; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=8;
	var TopPaddng=4;
	var FirstLineHorizontal=1; //set menu layout (0=horizontal, 1=vertical)
	var MenuFramesVertical=0;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus
	
	
Menu1=new Array("Product Brands A-M","bridgestone.html",9,25,180);
	Menu1_1=new Array("Bridgestone","bridgestone.html",0,20,180);
        Menu1_2=new Array("Callaway","callaway.html",0);
        Menu1_3=new Array("Cleveland","cleveland.html",0);
        Menu1_4=new Array("Cobra","cobra.html",0);
	Menu1_5=new Array("FootJoy","footjoy.html",0);
	Menu1_6=new Array("Galvin Green","galvingreen.html",0);
        Menu1_7=new Array("Howson","howson.html",0);
        Menu1_8=new Array("Jaxx Golf","jaxx.html",0);
        Menu1_9=new Array("Mizuno","mizuno.html",0);
     
Menu2=new Array("Product Brands N-Y","nike.html",8);
        Menu2_1=new Array("Nike","nike.html",0,20,180);
	Menu2_2=new Array("Odyssey","odyssey.html",0);
        Menu2_3=new Array("Ping","ping.html",0);
	Menu2_4=new Array("Srixon","srixon.html",0);
	Menu2_5=new Array("TaylorMade","taylormade.html",0);
	Menu2_6=new Array("Titleist","titleist.html",0);
	Menu2_7=new Array("Wilson","wilson.html",0);
	Menu2_8=new Array("Yes Putters","yes.html",0);

Menu3=new Array("Accessories/Apparel etc.","accessories.html",5);
	Menu3_1=new Array("Accessories","accessories.html",0,20,180);
	Menu3_2=new Array("Apparel","apparel.html",0);
	Menu3_3=new Array("Bracelets","bracelets.html",0);
        Menu3_4=new Array("Gifts","gifts.html",0);
	Menu3_5=new Array("Trolleys","trolleys.html",0);



	
