//(c) Ger Versluis 2000 version 1.0, 1 november 2000

 var NoOffFirstLineMenus=6; //set number of main menu items
 var LowBgColor='#BCBCF2';
 var HighBgColor='#101068';
 var FontLowColor='black';
 var FontHighColor='white';
 var BorderColor='black';
 var BorderWidth=1;
 var BorderBtwnElmnts=1;
 var FontFamily="system,technical,arial"
 var FontSize=10;
 var FontBold=1;
 var FontItalic=0;
 var MenuTextCentered=0;
 var MenuCentered='left';
 var MenuVerticalCentered='top';
 var ChildOverlap=.1;
 var ChildVerticalOverlap=.1;
 var StartTop=100; //set vertical offset(¼¼·Î À§Ä¡)
 var StartLeft=102; //set horizontal offset(°¡·Î À§Ä¡)
 var VerCorrect=0;
 var HorCorrect=0;
 var LeftPaddng=3;
 var TopPaddng=2;
 var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
 var MenuFramesVertical=1;
 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("Go To Home","../home.htm",2,20,132);
	Menu1_1=new Array("Go To Fishing Tackle","maint.htm",0,20,200); 
	Menu1_2=new Array("Go To Commercial Gear","../commercial/mainc.htm",0); 

Menu2=new Array("About Us","about.htm",0);

Menu3=new Array("Contact Us","contact.htm",0);

Menu4=new Array("Product","",13);
	Menu4_1 =new Array("Hook","hook.htm",0,20,200);
	Menu4_2 =new Array("Reel","reel.htm",0);
	Menu4_3 =new Array("Rod, Guide, Cap, Reel Seat","rod.htm",0);
	Menu4_4 =new Array("Swivel","swivel.htm",15);
		Menu4_4_1 =new Array("Brass Barrel Swivel","s1.htm",0,20,150);
		Menu4_4_2 =new Array("Crane Swivel","s2.htm",0);
		Menu4_4_3 =new Array("Rolling Swivel","s3.htm",0);
		Menu4_4_4 =new Array("Ball Bearing Swivel","s4.htm",0);
		Menu4_4_5 =new Array("Bran Swivel","s5.htm",0);
		Menu4_4_6 =new Array("Heavy Swivel","s6.htm",0);
		Menu4_4_7 =new Array("3-Way Swivel","s7.htm",0);
		Menu4_4_8 =new Array("Triple Swivel","s8.htm",0);
		Menu4_4_9 =new Array("Cross Line Swivel","s9.htm",0);
		Menu4_4_10=new Array("Minus Swivel","s10.htm",0);
		Menu4_4_11=new Array("Matsuba Swivel","s11.htm",0);
		Menu4_4_12=new Array("Box Swivel","s12.htm",0);
		Menu4_4_13=new Array("BL Swivel","s13.htm",0);
		Menu4_4_14=new Array("8-Type Swivel","s14.htm",0);
		Menu4_4_15=new Array("Leaded Swivel","s15.htm",0);
	Menu4_5 =new Array("Snap","snap.htm",12);
		Menu4_5_1 =new Array("Branch Hanger","snap01.htm",0, 20, 150);
		Menu4_5_2 =new Array("Safety Snap","snap02.htm",0);
		Menu4_5_3 =new Array("Interlock Snap","snap03.htm",0);
		Menu4_5_4 =new Array("Duallock Snap","snap04.htm",0);
		Menu4_5_5 =new Array("Hooked Snap","snap05.htm",0);
		Menu4_5_6 =new Array("Coastlock Snap","snap06.htm",0);
		Menu4_5_7 =new Array("Italian Snap","snap07.htm",0);
		Menu4_5_8 =new Array("Crosslock Snap","snap08.htm",0);
		Menu4_5_9 =new Array("OS Snap","snap09.htm",0);
		Menu4_5_10=new Array("Nice Snap","snap10.htm",0);
		Menu4_5_11=new Array("Split Ring","snap11.htm",0);
		Menu4_5_12=new Array("Key Holder","snap12.htm",0);
	Menu4_6 =new Array("Lure & Jigs","lure.htm",0);
	Menu4_7 =new Array("Accessories","Accessories.htm",0);
	Menu4_8 =new Array("Squid Skirts","squidskirts.htm",0);
	Menu4_9 =new Array("Octopus Skirts","Octopusskirts.htm",0);
	Menu4_10=new Array("Mono Line","monoline.htm",0);
	Menu4_11=new Array("Wire, Wire Leader","wire.htm",0);
	Menu4_12=new Array("Tackle Box","box.htm",0);
	Menu4_13=new Array("Copper, Aluminum Sleeve","sleeve.htm",0);
 	
Menu5=new Array("Board","http://suntops.com/board/zboard.php?id=suntops",0);

Menu6=new Array("Other","",1);
	Menu6_1=new Array("E - Mail","mailto:jeongwoo@suntops.com",0,20,140);
