/***********************************************************************************
*	(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=9;			// Number of first level items
	var LowBgColor='#e8e8e8';			// Background color when mouse is not over
	var LowSubBgColor='#e8e8e8';			// Background color when mouse is not over on subs
	var HighBgColor='#01767A';			// Background color when mouse is over
	var HighSubBgColor='#01767A';		// Background color when mouse is over on subs
	var FontLowColor='#005153';			// Font color when mouse is not over
	var FontSubLowColor='#017d75';		// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';		// Font color subs when mouse is over
	var BorderColor='#ED9110';			// Border color
	var BorderSubColor='#ed9110';			// 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=9;				// 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=.02;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.002;			// vertical overlap child/ parent
	var StartTop=130;				// Menu offset x coordinate
	var StartLeft=10;				// 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=100;			// 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=1;			// 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=['tri.gif',5,10,'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("Uniforms","#","",6,20,150);
	Menu1_1=new Array("Karate Suits","#","",2,20,100);
		  Menu1_1_1=new Array("Page 1","karate.htm","",0,20,70);
		  Menu1_1_2=new Array("Page 2","karate1.htm","",0,20,70);
	Menu1_2=new Array("Judo Suits","#","",3,20,100);
		  Menu1_2_1=new Array("Page 1","judo.htm","",0,20,70);
		  Menu1_2_2=new Array("Page 2","judo1.htm","",0,20,70);
		  Menu1_2_3=new Array("Page 2","judo2.htm","",0,20,70);
	Menu1_3=new Array("Taekwondo Suits","#","",2,20,100);
		  Menu1_3_1=new Array("Page 1","taek.htm","",0,20,70);
		  Menu1_3_2=new Array("Page 2","taek1.htm","",0,20,70);
	Menu1_4=new Array("Ninja Suits","ninja.htm","",0,20,100);
	Menu1_5=new Array("Kungfu Suits","kungfu.htm","",0,20,100);
	Menu1_6=new Array("Kick Boxing","kickboxing.htm","",0,20,100);

                
Menu2=new Array("Gloves","#","",16,20,150);
	  Menu2_1=new Array("Boxing Gloves","#","",3,20,200);
		  Menu2_1_1=new Array("Page 1","boxinggloves.htm","",0,20,70);
		  Menu2_1_2=new Array("Page 2","boxinggloves1.htm","",0,20,70);
		  Menu2_1_3=new Array("Page 3","boxinggloves2.htm","",0,20,70);
	 Menu2_2=new Array("Grapling,Fingerless,Kungfu Gloves","kungfugloves.htm","",0,20,100);
	 Menu2_3=new Array("Weight Lifting Gloves","wlifting.htm","",0,20,100);
	 Menu2_4=new Array("Fancing Gloves","#","",2,20,200);
		  Menu2_4_1=new Array("Page 1","fancing.htm","",0,20,70);
		  Menu2_4_2=new Array("Page 2","fancing1.htm","",0,20,70);
	 Menu2_5=new Array("Batting Gloves","battingglove.htm","",0,20,200);
	 Menu2_6=new Array("Cross Country Gloves","#","",2,20,200);
		  Menu2_6_1=new Array("Page 1","crosscountry.htm","",0,20,70);
		  Menu2_6_2=new Array("Page 2","crosscountry1.htm","",0,20,70);
	 Menu2_7=new Array("Cycle Gloves","#","",4,20,200);
		  Menu2_7_1=new Array("Page 1","cyclegloves.htm","",0,20,70);
		  Menu2_7_2=new Array("Page 2","cyclegloves1.htm","",0,20,70);
		  Menu2_7_3=new Array("Page 3","cyclegloves2.htm","",0,20,70);
		  Menu2_7_4=new Array("Page 4","cyclegloves3.htm","",0,20,70);
	 Menu2_8=new Array("Dress Gloves","dressinggloves.htm","",0,20,200);
	 Menu2_9=new Array("Golf Gloves","golfgloves.htm","",0,20,200);
	 Menu2_10=new Array("Riding Gloves","ridinggloves.htm","",0,20,200);
	 Menu2_11=new Array("Summer Gloves","#.htm","",5,20,200);
		  Menu2_11_1=new Array("Page 1","mbsummer.htm","",0,20,70);
		  Menu2_11_2=new Array("Page 2","mbsummer1.htm","",0,20,70);
		  Menu2_11_3=new Array("Page 3","mbsummer2.htm","",0,20,70);
		  Menu2_11_4=new Array("Page 4","mbsummer3.htm","",0,20,70);
		  Menu2_11_5=new Array("Page 5","mbsummer4.htm","",0,20,70);
	 Menu2_12=new Array("Winter Gloves","mbwinter.htm","",0,20,200);
	 Menu2_13=new Array("Mountain Gloves","mountain.htm","",0,20,200);
	 Menu2_14=new Array("Sailing Gloves","sailing.htm","",0,20,200);
	 Menu2_15=new Array("Ski Gloves","sky.htm","",0,20,200);
	 Menu2_16=new Array("Working Gloves","working.htm","",0,20,200);

Menu3=new Array("Punching Bags","punchingbag.htm","",0,20,150);


Menu4=new Array("Mitts","#","",2,20,150);
	Menu4_1=new Array("Focus Pads","focuspads.htm","",0,20,100);
	Menu4_2=new Array("Striking Shields","striking.htm","",0,20,100);
	

Menu5=new Array("Guard & Protectors","#","",5,20,200);
	Menu5_1=new Array("Elasticated Items","guard.htm","",0,20,150);
	Menu5_2=new Array("Head Guards","headguard.htm","",0,20,150);
	Menu5_3=new Array("Shin Insteps","shinguard.htm","",0,20,150);
	Menu5_4=new Array("Foot Protectors","shoes.htm","",0,20,150);
	Menu5_5=new Array("Chest Guards","chestguard.htm","",0,20,150);


Menu6=new Array("Accessories","#","",4,20,150);
	Menu6_1=new Array("Boxing Shoes","boxingshoes.htm","",0,20,140);
	Menu6_2=new Array("Boxing Garments","#","",2,20,140);
		  Menu6_2_1=new Array("Page 1","boxinggarments.htm","",0,20,70);
		  Menu6_2_2=new Array("Page 2","boxinggarments1.htm","",0,20,70);

	Menu6_3=new Array("Belts","belts.htm","",0,20,140);
	Menu6_4=new Array("Miscellaneous","misc.htm","",0,20,140);

Menu7=new Array("Sports Wear","#","",6,20,150);
	Menu7_1=new Array("Track Suit","tracksuit.htm","",0,20,150);
	Menu7_2=new Array("Soccer Uniform","socceruniform.htm","",0,20,150);
	Menu7_3=new Array("Basket Ball Uniform","basket.htm","",0,20,150);
	Menu7_4=new Array("Vests & Rugby Uniform","vest.htm","",0,20,150);
	Menu7_5=new Array("Training Wear","trainingwear.htm","",0,20,150);
	Menu7_6=new Array("Polo Shirts","polo.htm","",0,20,150);


Menu8=new Array("Leather Products","#","",6,20,150);
	Menu8_1=new Array("Saddle Bags","saddlebag.htm","",0,20,100);
	Menu8_2=new Array("Tool Bags","toolbag.htm","",0,20,100);
	Menu8_3=new Array("Leather Vests","leathervest.htm","",0,20,100);
	Menu8_4=new Array("Leather Chaps","#","",3,20,100);
		  Menu8_4_1=new Array("Page 1","chaps.htm","",0,20,70);
		  Menu8_4_2=new Array("Page 2","chaps1.htm","",0,20,70);
		  Menu8_4_3=new Array("Page 3","chaps2.htm","",0,20,70);
	Menu8_5=new Array("Skirts & Shorts","#","",2,20,100);
		  Menu8_5_1=new Array("Page 1","shorts.htm","",0,20,70);
		  Menu8_5_2=new Array("Page 2","shorts1.htm","",0,20,70);
	Menu8_6=new Array("Club Wears","#","",6,20,100);
		  Menu8_6_1=new Array("Page 1","clubwear.htm","",0,20,70);
		  Menu8_6_2=new Array("Page 2","clubwear1.htm","",0,20,70);
		  Menu8_6_3=new Array("Page 3","clubwear2.htm","",0,20,70);
		  Menu8_6_4=new Array("Page 4","clubwear3.htm","",0,20,70);
		  Menu8_6_5=new Array("Page 5","clubwear4.htm","",0,20,70);
		  Menu8_6_6=new Array("Page 6","clubwear5.htm","",0,20,70);

Menu9=new Array("Manufacturing Process","#","",7,20,150);
	Menu9_1=new Array("Page 1","process1.htm","",0,20,100);
	Menu9_2=new Array("Page 2","process2.htm","",0,20,100);
	Menu9_3=new Array("Page 3","process3.htm","",0,20,100);
	Menu9_4=new Array("Page 4","process4.htm","",0,20,100);
	Menu9_5=new Array("Page 5","process5.htm","",0,20,100);
	Menu9_6=new Array("Page 6","process6.htm","",0,20,100);
	Menu9_7=new Array("Page 7","process7.htm","",0,20,100);

