
/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=11;
	var LowBgColor='000000';
	var LowSubBgColor='000000';
	var HighBgColor='0000ff';
	var HighSubBgColor='0000ff';
	var FontLowColor='ffff00';
	var FontSubLowColor='ffff00';
	var FontHighColor='ffffff';
	var FontSubHighColor='ffffff';
	var BorderColor='ffff00';
	var BorderSubColor='ffff00';
	var BorderWidth=3;
	var BorderBtwnElmnts=1;
	var FontFamily="arial";
	var FontSize=12;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered='center';
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=0;
	var ChildVerticalOverlap=0;
	var StartTop=130;
	var StartLeft=20;
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=5;
	var FirstLineHorizontal=0;
	var MenuFramesVertical=1;
	var DissapearDelay=600;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var TargetLoc='';
	var HideTop=0;
	var MenuWrap=1;
	var RightToLeft=0;
	var UnfoldsOnClick=0;
	var WebMasterCheck=0;

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("Home","index.html","",3,30,105);
	Menu1_1=new Array("About Us","about_us.html","",0,30,130);
	Menu1_2=new Array("Privacy","about_privacy.html","",0);
	Menu1_3=new Array("Disclaimer","about_disclaimer.html","",0);

Menu2=new Array("Products","products.html","",5);
	Menu2_1=new Array("Fishing Line","products_fishingline.html","",5,30,130);
		Menu2_1_1=new Array("Mean Green Xtreme","products_fishingline_xtreme.html","",0,50,150);
		Menu2_1_2=new Array("Xtra Clear","products_fishingline_clear.html","",0,30,150);
		Menu2_1_3=new Array("Clear Blue Fluorescent","products_fishingline_blue.html","",0,50,150);
		Menu2_1_4=new Array("Mean Green Braid","products_fishingline_braid.html","",0,30,150);
		Menu2_1_5=new Array("McCoy Ice Line","products_fishingline_iceline.html","",0,30,150);
	Menu2_2=new Array("Tackle","products_tackle.html","",5);
		Menu2_2_1=new Array("Flanged Tube Rattles","products_tackle_flanged.html","",0,50,150);
		Menu2_2_2=new Array("Standard Rattle","products_tackle_standard.html","",0,30,150);
		Menu2_2_3=new Array("Worm Rattles","products_tackle_worm.html","",0,30,150);
		Menu2_2_4=new Array("Tournament Pack","products_tackle_tournament.html","",0,30,150);
		Menu2_2_5=new Array("McStopper","products_tackle_mcstopper.html","",0,30,150);
	Menu2_3=new Array("Spinner Baits","products_lures.html","",0);
	Menu2_4=new Array("Accessories","products_accessories.html","",2);
		Menu2_4_1=new Array("Rod Shields","products_accessories_rodshields.html","",0,30,150);
		Menu2_4_2=new Array("Decals","products_accessories_decals.html","",0,30,150);
	Menu2_5=new Array("Shipping","shipping.html","",0);

Menu3=new Array("Pro Staff","staff_pro.html","",3);
	Menu3_1=new Array("Pro Staff","staff_pro.html","",0,30,130);
	Menu3_2=new Array("Pro Staff Login","password3.html","",0);
	Menu3_3=new Array("Trading Cards","staff_cards.html","",0);

Menu4=new Array("ASM Staff","staff_associate.html","",3,30,130);
	Menu4_1=new Array("ASM Staff","staff_associate.html","",0,30,130);
	Menu4_2=new Array("ASM Login","password.html","",0);
	Menu4_3=new Array("Trading Cards","staff_cards.html","",0);

Menu5=new Array("Dealers","dealers.html","",0);

Menu6=new Array("News","news.html","",1);
	Menu6_1=new Array("This Could Be You","you.html","",0,30,150);

Menu7=new Array("Events","events.html","",0);

Menu8=new Array("Clothing","clothing.html","",2);
	Menu8_1=new Array("Hats","clothing_hats.html","",0,30,130);
	Menu8_2=new Array("Shirts","clothing_shirts.html","",0);

Menu9=new Array("Articles","articles.html","",5);
	Menu9_1=new Array("Where's the Bass?","articles_where.html","",0,30,240);
	Menu9_2=new Array("Putting Together a Pattern","articles_pattern.html","",0);
	Menu9_3=new Array("Understanding Bass - Part 1","articles_understanding_1.html","",0);
	Menu9_4=new Array("Understanding Bass - Part 2","articles_understanding_2.html","",0);
	Menu9_5=new Array("Guide to Fishing Tournaments","articles_nonboater.html","",0);

Menu10=new Array("Links","links.html","",0);

Menu11=new Array("Contact","contact.html","",3);
	Menu11_1=new Array("Contact","contact.html","",0,30,130);
	Menu11_2=new Array("Dealer Access","password2.html","",0,30,130);
	Menu11_3=new Array("Dealer Registration","dealers_reg.html","",0,50,130);

