
//GLOBAL VARIABLES

	var NoOffFirstLineMenus=37;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='black';			// 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="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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=140;				// 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=1000;			// 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=['nav/tri.gif',5,10,'nav/tridown.gif',10,5,'nav/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, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","index.htm","",0,20,138);

Menu2=new Array("rollover:nav/webSpec1.jpg:nav/webSpec2.jpg","webSpecials.htm","",0);

Menu3=new Array("Rods & Combo's","","",13);
	Menu3_1=new Array("Custom Rods","","",7,20,128);
		Menu3_1_1=new Array("Inshore","rods_custom_inshore.htm","",0,20,128);	
		Menu3_1_2=new Array("Live Bait","rods_custom_livebait.htm","",0);
		Menu3_1_3=new Array("Heavy Bait/Jig","rods_custom_jigbait.htm","",0);
		Menu3_1_4=new Array("Billfish Casting","rods_custom_billfish_casting.htm","",0);
		Menu3_1_5=new Array("Light Trolling","rods_custom_light_trolling.htm","",0);
		Menu3_1_6=new Array("Big Game Trolling","rods_custom_big_game_trolling.htm","",0);
		Menu3_1_7=new Array("Big Game Stand Up","rods_custom_big_game_standup.htm","",0);
	Menu3_2=new Array("Calstar Rods","","",2);
		Menu3_2_1=new Array("West Coast","rods_calstar_westcoast.htm","",0,20,128);
		Menu3_2_2=new Array("Grafighter","rods_calstar_graphiter.htm","",0);
	Menu3_3=new Array("Penn Rods","","",3);
		Menu3_3_1=new Array("International IGFA","rods_penn_igfa.htm","",0,20,128);
		Menu3_3_2=new Array("Torque Gamefish","rods_penn_torque_gamefish.htm","",0);
		Menu3_3_3=new Array("Torque Jigging","rods_penn_torque_jigging.htm","",0);
	Menu3_4=new Array("Shimano Rods","","",8);
		Menu3_4_1=new Array("Crucial","rods_shimano-crucial.htm","",0,20,128);
		Menu3_4_2=new Array("Tallus Bait","rods_shimano_tallus.htm","",0);
		Menu3_4_3=new Array("Tallus Stand Up","rods_shimano_tallus_standup.htm","",0);
		Menu3_4_4=new Array("Tallus IGFA","rods_shimano_tallus_igfa.htm","",0);
		Menu3_4_5=new Array("Teramar","rods_shimano_teramar.htm","",0);
		Menu3_4_6=new Array("Tiralejo Surf","rods_shimano_tiralejo.htm","",0);
		Menu3_4_7=new Array("Trevala Jigging","rods_shimano_trevala.htm","",0);
		Menu3_4_8=new Array("Trevala F Jigging","rods_shimano_trevalaf.htm","",0);
	Menu3_5=new Array("Seeker Rods","","",2);
		Menu3_5_1=new Array("Black Steel","rods_seeker_bsteel.htm","",0,20,128);
		Menu3_5_2=new Array("Hercules Jigging","rods_seeker_hercules.htm","",0);
	Menu3_6=new Array("Daiwa Rods","","",7);
		Menu3_6_1=new Array("Deep Drop & Kite","rods_daiwa_dendoh.htm","",0,20,128);
		Menu3_6_2=new Array("Dendoh Combo's","combo_daiwa_dendoh.htm","",0);
		Menu3_6_3=new Array("Saltiga Rods","rods_daiwa_saltiga.htm","",0);
		Menu3_6_4=new Array("Saltiga Surf","rods_daiwa_saltiga_ballistic_surf.htm","",0);
		Menu3_6_5=new Array("Saltist Rods","rods_daiwa_saltist.htm","",0);
		Menu3_6_6=new Array("Jigging Combo's","rods_daiwa_combos.htm","",0);
		Menu3_6_7=new Array("Coastal Inshore","rods_daiwa_coastal_inshore.htm","",0);
	Menu3_7=new Array("G Loomis","","",9);
		Menu3_7_1=new Array("View All","rods_gloomis.htm","",0,20,128); 
		Menu3_7_2=new Array("Pro-Blue Series","rods_gloomis_pro-blue.htm","",0);
		Menu3_7_3=new Array("Pelagic Series","rods_gloomis_pelagic.htm","",0);
		Menu3_7_4=new Array("Multi Piece Travel","rods_gloomis_escape-travel.htm","",0);
		Menu3_7_5=new Array("Greenwater","rods_gloomis_greenwater.htm","",0);
		Menu3_7_6=new Array("Halibut","rods_gloomis_halibut.htm","",0);
		Menu3_7_7=new Array("Pro Green","rods_gloomis_pro-green.htm","",0);
		Menu3_7_8=new Array("Popping","rods_gloomis-popping.htm","",0);
		Menu3_7_9=new Array("Livebait","rods_gloomis-livebait.htm","",0);
	Menu3_8=new Array("Shimano Combo's","","",2);
		Menu3_8_1=new Array("Stand Up","combo_shimano_tallus_standup.htm","",0,20,128);
		Menu3_8_2=new Array("Jigging","combo_shimano_jigging.htm","",0);
	Menu3_9=new Array("Accurate Rods","rods_accurate_boss.htm","",0);
	Menu3_10=new Array("Accurate Combos","combo_accurate_boss.htm","",0);
	Menu3_11=new Array("Sabiki","rods_sabiki.htm","",0,20,128);
	Menu3_12=new Array("Okuma Rods","","",1);
		Menu3_12_1=new Array("Nomad Travel Rods","rods_okuma_nomad.htm","",0,20,128);
	Menu3_13=new Array("Spinning Combo's","combo-seeker-spin.htm","",0);		
		
Menu4=new Array("Reels","","",12);
	Menu4_1=new Array("Shimano","","",29,20,128);
		Menu4_1_1=new Array("Tiagra","reels_shimano_tiagra.htm","",0,20,128);
		Menu4_1_2=new Array("Torsa","reels_shimano_torsa.htm","",0);
		Menu4_1_3=new Array("Torsa Cams","reels_shimano_torsa-cams.htm","",0);
		Menu4_1_4=new Array("Talica","reels_shimano-talica.htm","",0);
		Menu4_1_5=new Array("Trinidad","reels_shimano_trinidad-old-1.htm","",0);
		Menu4_1_6=new Array("Trinidad A","reels_shimano-trinidad-a.htm","",0);
		Menu4_1_7=new Array("Trinidad DC","reels_shimano_trinidaddc.htm","",0);
		Menu4_1_8=new Array("TLD","reels_shimano_tld.htm","",0);
		Menu4_1_9=new Array("Tyrnos","reels_shimano_tyrnos.htm","",0);
		Menu4_1_10=new Array("Tekota","reels-shimano-tekota.htm","",0);
		Menu4_1_11=new Array("Torium","reels-shimano-torium.htm","",0);
		Menu4_1_12=new Array("Calcutta","reels_shimano_calcutta.htm","",0);
		Menu4_1_13=new Array("CORE","reels-shimano-core.htm","",0);
		Menu4_1_14=new Array("Chronarch D","reels-shimano-chronarch.htm","",0);
		Menu4_1_15=new Array("Curado","reels_shimano_curado.htm","",0);
		Menu4_1_16=new Array("Citica","reels-shimano-citica.htm","",0);
		Menu4_1_17=new Array("Cruxis","reels-shimano-cruxis.htm","",0);
		Menu4_1_18=new Array("Baitrunner Spinning","reels_shimano_baitrunner.htm","",0);
		Menu4_1_19=new Array("Stella Spinning","","",3);
			Menu4_1_19_1=new Array("View All","reels_shimano_stella-fa.htm","",0,20,128);
			Menu4_1_19_2=new Array("Stella SW","reels_shimano-stella-sw.htm","",0);
			Menu4_1_19_3=new Array("Stella FE","reels_shimano-stella.htm","",0);
		Menu4_1_20=new Array("Sustain Spinning","reels_shimano_sustainfd.htm","",0);
		Menu4_1_21=new Array("Stradic Spinning","","",2);
			Menu4_1_21_1=new Array("Stradic FI","reels_shimano_stradic.htm","",0,20,128);
			Menu4_1_21_2=new Array("Stradic Ci4","reels_shimano-stradic-ci4.htm","",0);
		Menu4_1_22=new Array("Thunnus Spinning","reels_shimano_thunnus.htm","",0);
		Menu4_1_23=new Array("Spheros Spnning","reels_shimano_spheros.htm","",0);
		Menu4_1_24=new Array("Saros Spinning","reels_shimano_saros.htm","",0);
		Menu4_1_25=new Array("Symetre Spinning","reels_shimano_symetre.htm","",0);
		Menu4_1_26=new Array("Sahara Spinning","reels_shimano_sahara.htm","",0);
		Menu4_1_27=new Array("Sedona Spinning","reels_shimano_sedona.htm","",0);
		Menu4_1_28=new Array("Socorro Spinning","reels_shimano_socorro.htm","",0);
		Menu4_1_29=new Array("Saragosa Spinning","reels_shimano_saragosa.htm","",0);
	Menu4_2=new Array("Accurate","","",6);
		Menu4_2_1=new Array("Boss Xtreme","reels_accurate_boss.htm","",0,20,128);
		Menu4_2_2=new Array("Extreme 2 Speed","reels_accurate_boss_2speed.htm","",0);
		Menu4_2_3=new Array("Xtreme Black Gold","reels_accurate_boss_extreme-bg.htm","",0);
		Menu4_2_4=new Array("Platinum ATD","reels_accurate_platinum.htm","",0);
		Menu4_2_5=new Array("TwinSpin","reels_accurate_twinspin.htm","",0);
		Menu4_2_6=new Array("Accessories","reels_accurate-accessories.htm","",0);
	Menu4_3=new Array("Penn","","",12);
		Menu4_3_1=new Array("View All","reels_penn.htm","",0,20,128);
		Menu4_3_2=new Array("International V Series","reels_penn_intl_two.htm","",0,20,128);
		Menu4_3_3=new Array("International Single Speed","reels_penn_intl_single.htm","",0);
		Menu4_3_4=new Array("Custom Shop","reels_penn-custom-shop.htm","",0);
		Menu4_3_5=new Array("International TORQUE","reels_penn_torque.htm","",0);
		Menu4_3_6=new Array("Torque Spinning","reels_penn_torque_spinning.htm","",0);
		Menu4_3_7=new Array("Senator","reels_penn_senator.htm","",0);
		Menu4_3_8=new Array("Graphite Lever Drag","reels_penn_kg.htm","",0);
		Menu4_3_9=new Array("Baja Special","reels_penn_113hn.htm","",0);
		Menu4_3_10=new Array("GS Series","reels_penn_gs.htm","",0);
		Menu4_3_11=new Array("International Baitcast","reels_penn_baitcaster.htm","",0);
		Menu4_3_12=new Array("SS Spinning Reels","reels_penn_spinning.htm","",0);
	Menu4_4=new Array("Tiburon","","",2);
		Menu4_4_1=new Array("T-Bar Handles","reels_tiburon_tbar.htm","",0,20,128);
		Menu4_4_2=new Array("Rod Clamps","reels_tiburon_rod-clamp.htm","",0);
	Menu4_5=new Array("Daiwa","","",29);
		Menu4_5_1=new Array("View All","reels_daiwa.htm","",0,20,128);
		Menu4_5_2=new Array("SLT Big Game","reels_daiwa_slt.htm","",0);
		Menu4_5_3=new Array("Saltist Big Game","reels_daiwa_saltist_big_game_lever_drag.htm","",0);
		Menu4_5_4=new Array("Saltiga Conventional","reels_daiwa_saltiga.htm","",0);
		Menu4_5_5=new Array("Saltist Lever Drag","reels_daiwa_saltist_ld.htm","",0);
		Menu4_5_6=new Array("Saltist Conventional","reels_daiwa_saltist.htm","",0);
		Menu4_5_7=new Array("Saltist Levelwind","reels_daiwa_saltist-levelwind.htm","",0);
		Menu4_5_8=new Array("SLXA Conventional","reels_daiwa_slx.htm","",0);
		Menu4_5_9=new Array("SL-SH","reels_daiwa_slsh.htm","",0);
		Menu4_5_10=new Array("BG Spinning Reels","reels_daiwa_bg.htm","",0);
		Menu4_5_11=new Array("TD Luna","reels_daiwa_td_luna.htm","",0);
		Menu4_5_12=new Array("Pluton","reels_daiwa_td_pluton.htm","",0);
		Menu4_5_13=new Array("TD Zillion","reels_daiwa_td_zillion.htm","",0);
		Menu4_5_14=new Array("TD Zillion Coastal","reels_daiwa_td_zillion_coastal.htm","",0);
		Menu4_5_15=new Array("TD Advantage","reels_daiwa_td_advantage.htm","",0);
		Menu4_5_16=new Array("Coastal Inshore","reels_daiwa_coastal_inshore.htm","",0);
		Menu4_5_17=new Array("Viento","reels_daiwa_viento.htm","",0);
		Menu4_5_18=new Array("Aggrest","reels_daiwa_aggrest.htm","",0);
		Menu4_5_19=new Array("TD SOL","reels_daiwa_td_sol.htm","",0);
		Menu4_5_20=new Array("Megaforce Baitcast","reels_daiwa_megaforce.htm","",0);
		Menu4_5_21=new Array("Megaforce Plus","reels_daiwa_megaforce-plus.htm","",0);
		Menu4_5_22=new Array("DOGFIGHT","reels_daiwa_saltiga_dogfight_spinning.htm","",0);
		Menu4_5_23=new Array("Saltiga Spinning","reels_daiwa_saltiga_spin.htm","",0);
		Menu4_5_24=new Array("Saltist Spinning","reels_daiwa_saltist_spinning.htm","",0);
		Menu4_5_25=new Array("Coastal Spinning","reels_daiwa_coastal_inshore_spin.htm","",0);
		Menu4_5_26=new Array("Exceler Spinning","reels_daiwa_exceler_spin.htm","",0);
		Menu4_5_27=new Array("Exceler Saltwater","reels_daiwa_exceler_saltwater_spin.htm","",0);
		Menu4_5_28=new Array("Dendoh Electric","reels_daiwa_dendoh.htm","",0);
		Menu4_5_29=new Array("Seaborg Megatwin","reels_daiwa_dendoh_2speed.htm","",0);
	Menu4_6=new Array("Newell","reels_newell.htm","",0);
	Menu4_7=new Array("Alutecnos","reels_alutecnos.htm","",0);
	Menu4_8=new Array("Avet","reels_avet.htm","",0);
	Menu4_9=new Array("Abu Garcia","","",2);
		Menu4_9_1=new Array("Round Baitcast","reels_abu_record.htm","",0,20,128);
		Menu4_9_2=new Array("REVO Reels","reels_abu_revo.htm","",0);
	Menu4_10=new Array("Ardent Reels","","",2);
		Menu4_10_1=new Array("Reels & Accessories","reels_ardent.htm","",0,20,128);
		Menu4_10_2=new Array("Ardent Casting","reels_ardent_casting.htm","",0);
	Menu4_11=new Array("ZeeBaas Spinning","reels_zeebaas-spinning.htm","",0);
	Menu4_12=new Array("Parts & Accessories","reels_maint_acc.htm","",0);

Menu5=new Array("Line","","",5);
	Menu5_1=new Array("Monofilament","","",10,20,128);
		Menu5_1_1=new Array("Momoi Diamond","monofilament_momoi.htm","",0,20,128);
		Menu5_1_2=new Array("Momoi IGFA","monofilament_momoi_igfa.htm","",0);
		Menu5_1_3=new Array("Sufix Superior","monofilament_sufix.htm","",0);
		Menu5_1_4=new Array("Sufix Tritanium","monofilament_sufix_tritaniumplus.htm","",0);
		Menu5_1_5=new Array("Sufix Key Lime IFGA","monofilament_sufix_keylime.htm","",0);
		Menu5_1_6=new Array("P-Line CXX","monofilament_pline.htm","",0);
		Menu5_1_7=new Array("Izorline First String","monofilament_izorline.htm","",0);
		Menu5_1_8=new Array("Berkley Big Game","monofilament_berkley_bg.htm","",0);
		Menu5_1_9=new Array("Ande","","",2);
			Menu5_1_9_1=new Array("Premium","monofilament_ande-premium.htm","",0,20,128);
			Menu5_1_9_2=new Array("Tournament","monofilament_ande-tournament.htm","",0);
		Menu5_1_10=new Array("Maxima Line","","",5);
			Menu5_1_10_1=new Array("View All","monofilament_maxima.htm","",0,20,128);
			Menu5_1_10_2=new Array("Ultra Green","monofilament_maxima-ultra-green.htm","",0);
			Menu5_1_10_3=new Array("Chameleon","monofilament_maxima-chameleon.htm","",0);
			Menu5_1_10_4=new Array("Clear","monofilament_maxima-clear.htm","",0);
			Menu5_1_10_5=new Array("Fibre Glow","monofilament_maxima-fibre-glow.htm","",0);
	Menu5_2=new Array("Braided Spectra","","",18,20,128);
		Menu5_2_1=new Array("AccuBraid","spectra_accurate.htm","",0,20,128);
		Menu5_2_2=new Array("Tufline XP","spectra_western_filament_tuflinexp.htm","",0);
		Menu5_2_3=new Array("XP Indicator","spectra_western_filament_xp_indicator.htm","",0);
		Menu5_2_4=new Array("Tufline Plus","spectra_western_filament_tufline_plus.htm","",0);
		Menu5_2_5=new Array("Guides Choice Hollow","spectra_western_filament_tufline_guides_choice.htm","",0);
		Menu5_2_6=new Array("Tufline DuraCast","spectra_western_filament_tufline_duracast.htm","",0);
		Menu5_2_7=new Array("Jerry Brown","spectra_jerry_brown_line_one.htm","",0);
		Menu5_2_8=new Array("Diamond Braid","spectra_momoi.htm","",0);
		Menu5_2_9=new Array("Power Pro","","",3,20,128);
			Menu5_2_9_1=new Array("Standard","spectra_powerpro.htm","",0,20,128);
			Menu5_2_9_2=new Array("Hollow Ace","spectra_power-pro-ace-hollow.htm","",0);
			Menu5_2_9_3=new Array("Ace Splicing Kit","acc_power-pro-hollow-ace-splicing-kit.htm","",0);
		Menu5_2_10=new Array("Izorline","spectra_izorline.htm","",0);
		Menu5_2_11=new Array("Spiderwire","","",2);
			Menu5_2_11_1=new Array("Ultracast","spectra_spiderwire_ultracast.htm","",0,20,128);
			Menu5_2_11_2=new Array("Stealth","spectra_spiderwire_stealth.htm","",0);
		Menu5_2_12=new Array("Daiwa Saltiga Braid","spectra_dendoh.htm","",0);
		Menu5_2_13=new Array("Daiwa Samurai Braid","spectra_daiwa_samurai.htm","",0);
		Menu5_2_14=new Array("Blackwater Braid","spectra_blackwater.htm","",0);
		Menu5_2_15=new Array("Stren Super Braid","spectra_stren_superbraid.htm","",0);
		Menu5_2_16=new Array("Sufix Metered Braid","spectra_sufix_metered_braid.htm","",0);
		Menu5_2_17=new Array("Sato Crimp Kits","acc_sato_crimp.htm","",0);
		Menu5_2_18=new Array("Splicing Needles","acc_wind_on_needles.htm","",0);
	Menu5_3=new Array("Fluorocarbon","","",7,20,128);
		Menu5_3_1=new Array("Seaguar Abrazx","terminal_leader_seaguar_abrazx.htm","",0,20,128);
		Menu5_3_2=new Array("Seaguar Premier","terminal_leader_seaguar_premier.htm","",0);
		Menu5_3_3=new Array("Seaguar Red Label","terminal_leader_seaguar_red_label.htm","",0);
		Menu5_3_4=new Array("Seaguar","terminal_leader_seaguar.htm","",0);
		Menu5_3_5=new Array("Momoi","terminal_leader_momoi_fluorocarbon.htm","",0);
		Menu5_3_6=new Array("Sufix","terminal_leader_sufix.htm","",0);
		Menu5_3_7=new Array("Yo Zuri HD","terminal_leader_yozuri_fluorocarbon.htm","",0);
	Menu5_4=new Array("Dacron","","",1,20,128);
		Menu5_4_1=new Array("Mason IGFA","line_dacron-mason-igfa.htm","",0,20,128);
	Menu5_5=new Array("Line Winders","","",1,20,128);
		Menu5_5_1=new Array("Sato Line Winder","acc_sato_winder.htm","",0,20,128);

Menu6=new Array("Terminal Tackle","","",5);
	Menu6_1=new Array("Hooks","","",11,20,128);
		Menu6_1_1=new Array("Owner","","",34,20,128);
			Menu6_1_1_1=new Array("View All","owner_hooks.htm","",0,20,128);
			Menu6_1_1_2=new Array("Flyliner","hooks_owner_fly.htm","",0);
			Menu6_1_1_3=new Array("SSW","hooks_owner_ssw.htm","",0);
			Menu6_1_1_4=new Array("SSW Circle","hooks_owner_sswinline.htm","",0);
			Menu6_1_1_5=new Array("SSW Red","hooks_owner_sswred.htm","",0);
			Menu6_1_1_6=new Array("Gorilla","hooks_owner_gor.htm","",0);
			Menu6_1_1_7=new Array("Offshore","hooks_owner_offshore.htm","",0);
			Menu6_1_1_8=new Array("Jobu Big Game","hooks_owner_jobu.htm","",0);
			Menu6_1_1_9=new Array("Custom Jobu Double","hooks_double_jobu.htm","",0);
			Menu6_1_1_10=new Array("Mutu Light Circle","hooks_owner_mutu_lt.htm","",0);
			Menu6_1_1_11=new Array("Mutu Circle","hooks_owner_mutu.htm","",0);
			Menu6_1_1_12=new Array("Super Mutu Circle","hooks_owner_super_mutu.htm","",0);
			Menu6_1_1_13=new Array("Aki","hooks_owner_aki.htm","",0);
			Menu6_1_1_14=new Array("Ringed Flyliner","hooks_owner_fly_r.htm","",0);
			Menu6_1_1_15=new Array("Ringed Gorilla","hooks_owner_gor_r.htm","",0);
			Menu6_1_1_16=new Array("Ringed Mutu Circle","hooks_owner_mutu_r.htm","",0);
			Menu6_1_1_17=new Array("Ringed Super Mutu Circle","hooks_owner_super_mutu_r.htm","",0);
			Menu6_1_1_18=new Array("ST-66 Treble","hooks_owner_st66.htm","",0);
			Menu6_1_1_19=new Array("ST-41 Treble","hooks_owner_st41.htm","",0);
			Menu6_1_1_20=new Array("ST-36 Treble","hooks_owner_st36.htm","",0);
			Menu6_1_1_21=new Array("Stinger Siwash","hooks_owner_siwash.htm","",0);
			Menu6_1_1_22=new Array("Mosquito","hooks_owner_mosquito.htm","",0);
			Menu6_1_1_23=new Array("Owner Rings","terminal_rigging_owner.htm","",0);
			Menu6_1_1_24=new Array("Dancing Stinger","hooks_owner_dstinger.htm","",0);
			Menu6_1_1_25=new Array("EBI Baitholder","hooks_owner_ebi.htm","",0);
			Menu6_1_1_26=new Array("Offset Shank Worm","hooks_owner_offset_shank_wide_gap_worm.htm","",0);
			Menu6_1_1_27=new Array("Long Neck Worm","hooks_owner_long_neck_worm.htm","",0);
			Menu6_1_1_28=new Array("Oversize Worm","hooks_owner_oversize_worm.htm","",0);
			Menu6_1_1_29=new Array("Wacky Hooks","hooks_owner_wacky.htm","",0);
			Menu6_1_1_30=new Array("Ultraheads","hooks_owner_ultraheads.htm","",0);
			Menu6_1_1_31=new Array("Centering Pin Springs","hooks_owner_centering_pin_springs.htm","",0);
			Menu6_1_1_32=new Array("Grander Circle Hooks","hooks_owner_grander.htm","",0);
			Menu6_1_1_33=new Array("TwistLock Hooks","hooks_owner_twistlock.htm","",0);
			Menu6_1_1_34=new Array("Flashy Swimmer","hooks_owner_flashy_swimmer.htm","",0);
		Menu6_1_2=new Array("Mustad","","",20);
			Menu6_1_2_1=new Array("View All","mustad_hooks.htm","",0,20,128)
			Menu6_1_2_2=new Array("7691Z","hooks_mustad_7691Z.htm","",0);
			Menu6_1_2_3=new Array("7691S","hooks_mustad_7691s.htm","",0);
			Menu6_1_2_4=new Array("7732","hooks_mustad_7732.htm","",0);
			Menu6_1_2_5=new Array("7691","hooks_mustad_7691.htm","",0);
			Menu6_1_2_6=new Array("7731","hooks_mustad_7731.htm","",0);
			Menu6_1_2_7=new Array("7761BLN","hooks_mustad_7761bln.htm","",0);
			Menu6_1_2_8=new Array("94140BLN","hooks_mustad_94140.htm","",0);
			Menu6_1_2_9=new Array("9175UPBLN","hooks_mustad_9175upbln.htm","",0);
			Menu6_1_2_10=new Array("9174","hooks_mustad_9174.htm","",0);	
			Menu6_1_2_11=new Array("94150","hooks_mustad_94150.htm","",0);
			Menu6_1_2_12=new Array("39950BL Circle","hooks_mustad_39950.htm","",0);
			Menu6_1_2_13=new Array("39960D Circle","hooks_mustad_39960.htm","",0);
			Menu6_1_2_14=new Array("7987DT Double","hooks_mustad_7987dt.htm","",0);
			Menu6_1_2_15=new Array("7982HD Double","hooks_mustad_7982hd.htm","",0);
			Menu6_1_2_16=new Array("7982HS Double","hooks_mustad_7982hs.htm","",0);
			Menu6_1_2_17=new Array("91768UB Weighted","hooks_mustad_91768ub.htm","",0);
			Menu6_1_2_18=new Array("38104BLN","hooks_mustad_38104BLN.htm","",0);
			Menu6_1_2_19=new Array("34007","hooks_mustad_34007.htm","",0);
			Menu6_1_2_20=new Array("3407DT","hooks_mustad_3407dt.htm","",0);
		Menu6_1_3=new Array("Eagle Claw","","",4);
			Menu6_1_3_1=new Array("L2004 Circle","hooks_eagleclaw_l2004.htm","",0,20,128);
			Menu6_1_3_2=new Array("L2022 Circle","hooks_eagleclaw_l2022.htm","",0);
			Menu6_1_3_3=new Array("L2005 Circle","hooks_eagleclaw_l2005.htm","",0);
			Menu6_1_3_4=new Array("L2045 Circle","hooks_eagleclaw_l2045.htm","",0);
		Menu6_1_4=new Array ("Gamakatsu","","",4);
			Menu6_1_4_1=new Array("Assist 510","hooks_gamakatsu_510.htm","",0,20,128);
			Menu6_1_4_2=new Array("Nautilus Circle","hooks_gamakatsu_nautilus_circle.htm","",0);
			Menu6_1_4_3=new Array("Live Bait","hooks_gamakatsu_live_bait.htm","",0);
			Menu6_1_4_4=new Array("Octopus 4X","hooks_gamakatsu_octopus_4x.htm","",0);
		Menu6_1_5=new Array("VMC Hooks","","",2);
			Menu6_1_5_1=new Array("Big Game","hooks_vmc-big-game.htm","",0,20,128);
			Menu6_1_5_2=new Array("Open Siwash","hooks_vmc-siwash.htm","",0);
		Menu6_1_6=new Array("Custom Double","hooks_double_ss.htm","",0);
		Menu6_1_7=new Array("River2Sea Assist","hooks_assist.htm","",0,20,128);
		Menu6_1_8=new Array("Demon Assist","hooks_demon_assist.htm","",0,20,128);
		Menu6_1_9=new Array("Hayes Hooks","hooks_hayes.htm","",0,20,128);
		Menu6_1_10=new Array("Daiwa Assist","hooks_daiwa_assist.htm","",0,20,128);
		Menu6_1_11=new Array("Williamson","","",1);
			Menu6_1_11_1=new Array("Chain Grabber","hooks_williamson_chain_grabber.htm","",0,20,128)
	Menu6_2=new Array("Leader Material","","",10);
		Menu6_2_1=new Array("Jinkai","terminal_leader_jinkai.htm","",0,20,128);
		Menu6_2_2=new Array("Seaguar Fluoro","terminal_leader_seaguar.htm","",0);
		Menu6_2_3=new Array("Seaguar Red Label","terminal_leader_seaguar_red_label.htm","",0);
		Menu6_2_4=new Array("Seaguar Premier","terminal_leader_seaguar_premier.htm","",0);
		Menu6_2_5=new Array("Sufix Invisiline","terminal_leader_sufix.htm","",0);
		Menu6_2_6=new Array("Yo Zuri HD Fluoro","terminal_leader_yozuri_fluorocarbon.htm","",0);
		Menu6_2_7=new Array("Yo Zuri Power Carbon","terminal_leader_yo-zuri_power_carbon.htm","",0);
		Menu6_2_8=new Array("Momoi","","",4,20,128);
			Menu6_2_8_1=new Array("X-Hard","terminal_leader_momoi.htm","",0,20,128);
			Menu6_2_8_2=new Array("Hi-Catch","terminal_leader_momoi_hi_catch.htm","",0);
			Menu6_2_8_3=new Array("Diamond","terminal_leader_momoi_diamond.htm","",0);
			Menu6_2_8_4=new Array("Fluorocarbon","terminal_leader_momoi_fluorocarbon.htm","",0);
		Menu6_2_9=new Array("Wind On Leaders","","",4,20,128);
			Menu6_2_9_1=new Array("Shimano Wind On","acc_shimano_windon.htm","",0,20,128);
			Menu6_2_9_2=new Array("Momoi Wind On","leaders_windon_momoi.htm","",0);
			Menu6_2_9_3=new Array("Sufix Wind On","leaders_windon_sufix.htm","",0);
			Menu6_2_9_4=new Array("Needle Kits","acc_wind_on_needles.htm","",0);
		Menu6_2_10=new Array("Wire & Cable","terminal_rigging_wire.htm","",0);
	Menu6_3=new Array("Swivels","terminal_swivels.htm","",0);
	Menu6_4=new Array("Rigging Supplies","","",9);
		Menu6_4_1=new Array("Jinkai","terminal_rigging_jinkai.htm","",0,20,128);
		Menu6_4_2=new Array("Momoi","terminal_rigging_momoi.htm","",0);
		Menu6_4_3=new Array("Crimping Tools","acc_tools_crimping.htm","",0);
		Menu6_4_4=new Array("Rigging Kits","acc_rigging_kits.htm","",0);
		Menu6_4_5=new Array("Sato Crimp Kits","acc_sato_crimp.htm","",0);
		Menu6_4_6=new Array("Owner Rings","terminal_rigging_owner.htm","",0);
		Menu6_4_7=new Array("Spro Rings","terminal_rigging_spro_rings.htm","",0);
		Menu6_4_8=new Array("Williamson Rigging Kits","acc-williamson-rigging.htm","",0);
		Menu6_4_9=new Array("Sleeve Protectors","acc_sleeve-protector.htm","",0);
	Menu6_5=new Array("Bait Rigging","acc_bait_rigging_floss.htm","",0);
	
			
Menu7=new Array("Lures","","",45);
	Menu7_1=new Array("Yo-Zuri","lures_yozuri.htm","",0,20,128);
	Menu7_2=new Array("Zuker","lures_zuker.htm","",0);
	Menu7_3=new Array("Rapala","rapala-lures.htm","",15);
		Menu7_3_1=new Array("View All","rapala-lures.htm","",0,20,128);
		Menu7_3_2=new Array("CD Magnum","lures_rapala.htm","",0);
		Menu7_3_3=new Array("X Rap Magnum","lures_rapala_xrapmag.htm","",0);
		Menu7_3_4=new Array("Sliver","lures_rapala_sliver.htm","",0);
		Menu7_3_5=new Array("X-Rap Jointed","lures_rapala_xrap_jointedshad13.htm","",0);
		Menu7_3_6=new Array("X-Rap Walk","lures_rapala_xrap_walk_13.htm","",0);
		Menu7_3_7=new Array("X-Rap Deep","lures_rapala_xrap_deep_10.htm","",0);
		Menu7_3_8=new Array("Deep Tail Dancer","lures_rapala_deep_tail_dancer.htm","",0);
		Menu7_3_9=new Array("X-Rap Slashbait","lures_rapala_slashbait.htm","",0);
		Menu7_3_10=new Array("Clackin' Rap","lures_rapala_clackin_rap.htm","",0);
		Menu7_3_11=new Array("X-Rap SubWalk","lures_rapala-xrap-subwalk.htm","",0);
		Menu7_3_12=new Array("Rattlin' Rapala","lures_rapala-rattlin-rapala.htm","",0);
		Menu7_3_13=new Array("Skitter Pop","lures_rapala-salt-skitter-pop.htm","",0);
		Menu7_3_14=new Array("Glidin Rap","lures_rapala-glidin-rap.htm","",0);
		Menu7_3_15=new Array("MaxRap","lures_rapala_maxrap-mxr13.htm","",0);
	Menu7_4=new Array("Swimbaits","","",3);
		Menu7_4_1=new Array("Big Hammer","lures_big_hammer.htm","",0,20,128);
		Menu7_4_2=new Array("RoboWorm","lures_robo_swimbait.htm","",0);
		Menu7_4_3=new Array("MC Swimbaits","","",2);
			Menu7_4_3_1=new Array("Slugs","lures_mc-swimbaits-slugs.htm","",0,20,128);
			Menu7_4_3_2=new Array("Swimbaits","lures_mc-swimbaits.htm","",0);
	Menu7_5=new Array("Leadmaster","lures_leadmaster.htm","",0);
	Menu7_6=new Array("Moyes Custom Lures","lures_moyes.htm","",0);
	Menu7_7=new Array("Halco Lures","lures_halco.htm","",7);
		Menu7_7_1=new Array("View All","lures_halco.htm","",0,20,128);
		Menu7_7_2=new Array("Laser Pro","lures_halco_laser-pro.htm","",0);
		Menu7_7_3=new Array("Trembler","lures_halco_trembler.hmt","",0);
		Menu7_7_4=new Array("GT Jig","lures_halco_gt-jig.htm","",0);
		Menu7_7_5=new Array("Roosta Popper","lures_halco_roosta-popper.htm","",0);
		Menu7_7_6=new Array("Max Range","lure_halco_max-range-plug.htm","",0);
		Menu7_7_7=new Array("Twisty","lures_halco_twisty.htm","",0);
	Menu7_8=new Array("Braid Lures","","",6);
		Menu7_8_1=new Array("Braidrunner","lures_braid_runner.htm","",0,20,128);
		Menu7_8_2=new Array("Braid Marauder","lures_braid_maurader.htm","",0);
		Menu7_8_3=new Array("Sea Fox","lures_braid_sea_fox_thumper_squid_jigs.htm","",0);
		Menu7_8_4=new Array("Thumper Squid","lures_braid_sea_fox_thumper_squid_jigs.htm","",0);
		Menu7_8_5=new Array("Jigging Kits","lures_braid-jigging-packs.htm","",0);
		Menu7_8_6=new Array("Fin Flyer","lures_braid-fin-flyer.htm","",0);
	Menu7_9=new Array("Jet Heads","","",2);
		Menu7_9_1=new Array("Rainbow Raptor","lures_jet_head_2_.htm","",0,20,128);
		Menu7_9_2=new Array("Rainbow Bullet","lures_jet_head_4_.htm","",0);
	Menu7_10=new Array("Point Wilson Dart","lures_point-wilson-dart.htm","",0,20,128);		
	Menu7_11=new Array("Tady","lures_tady.htm","",0);
	Menu7_12=new Array("Sebile Lures","","",7);
		Menu7_12_1=new Array("View All","lures_sebile.htm","",0,20,128);
		Menu7_12_2=new Array("Magic Swimmer","lures_sebile-magic-swimmer.htm","",0);
		Menu7_12_3=new Array("Koolie Minnow","lures_sebile_koolie_minnow.htm","",0);
		Menu7_12_4=new Array("Bonga Jerk","lures_sebile-bonga-jerk.htm","",0);
		Menu7_12_5=new Array("Crankster","lures_sebile_crankster.htm","",0);
		Menu7_12_6=new Array("Acast Minnow","lures_sebile_acast-minnow.htm","",0);
		Menu7_12_7=new Array("Magic Swimmer Soft","lures_sebile_magic_swimmer_soft.htm","",0);	
	Menu7_13=new Array("Lucky Craft","","",6);
		Menu7_13_1=new Array("View All","lures-lucky-craft.htm","",0,20,128);
		Menu7_13_2=new Array("Flash Minnow","lures_lucky-craft-flash-minnow-lures.htm","",0);
		Menu7_13_3=new Array("Pointer","lures_lucky-craft-pointer-lures.htm","",0);
		Menu7_13_4=new Array("Salty Cranks","lures_lucky-craft-salty-crank-lures.htm","",0);
		Menu7_13_5=new Array("G Splash","lures_lucky-craft-g-splash-lures.htm","",0);
		Menu7_13_6=new Array("CIF Pointer","lures_lucky-craft-pointer-cif.htm","",0);
	Menu7_14=new Array("Kelela Lures","","",1);
		Menu7_14_1=new Array("Poppers","lures_kelela-nalu-popper.htm","",0,20,128);
	Menu7_15=new Array("Stingo Fish","","",1);
		Menu7_15_1=new Array("PBJ Jigs","lures_stingo-fish-pbj-jig.htm","",0,20,128);
	Menu7_16=new Array("Hoochies","lures_danielson_octopus_skirts.htm","",0,20,128);	
	Menu7_17=new Array("Jig Heads","","",4);
		Menu7_17_1=new Array("View All","lures_jig-heads.htm","",0,20,128);
		Menu7_17_2=new Array("LeadMaster","lures_leadheads.htm","",0);
		Menu7_17_3=new Array("WARBAITS Slayer","lures_warbaits-slayer-heads.htm","",0);
		Menu7_17_4=new Array("Hammer Heads","lures_big_hammer-jig-heads.htm","",0);
	Menu7_18=new Array("Basstrix","","",2);
		Menu7_18_1=new Array("Fat Minnow Paddle","lures_basstrix-fat-minnow.htm","",0,20,128);
		Menu7_18_2=new Array("Flashtrix","lures_basstrix-flashtrix.htm","",0);
	Menu7_19=new Array("Squid Jigs","lures_squidjigs.htm","",0);
	Menu7_20=new Array("Black Bart","","",5);
		Menu7_20_1=new Array("Light Tackle","lures_blackbart-lighttackle.htm","",0,20,128);
		Menu7_20_2=new Array("Medium Tackle","lures_blackbart-medtackle.htm","",0);
		Menu7_20_3=new Array("Heavy Tackle","lures_blackbart-hvytackle.htm","",0);
		Menu7_20_4=new Array("Teasers","lures_blackbart-teasers.htm","",0);
		Menu7_20_5=new Array("Lure Packs","lures_blackbart-packs.htm","",0);
	Menu7_21=new Array("Moldcraft","","",15);
		Menu7_21_1=new Array("View All","lures_moldcraft.htm","",0,20,128);
		Menu7_21_2=new Array("Std Wide Range","lures_mold-craft-std-wide-range.htm","",0);
		Menu7_21_3=new Array("Sr Wide Range","lures_mold-craft-sr-wide-range.htm","",0);
		Menu7_21_4=new Array("Mag Wide Range","lures_mold-craft-mag-wide-range.htm","",0);
		Menu7_21_5=new Array("Std Super Chugger","lures_mold-craft-std-super-chugger.htm","",0);
		Menu7_21_6=new Array("Sr Super Chugger","lures_mold-craft-sr-super-chugger.htm","",0);
		Menu7_21_7=new Array("Std Reel Tight","lures_mold-craft-std-reel-tight.htm","",0);
		Menu7_21_8=new Array("Sr Reel Tight","lures_mold-craft-sr-reel-tight.htm","",0);
		Menu7_21_9=new Array("Mag Reel Tight","lures_mold-craft-mag-reel-tight.htm","",0);
		Menu7_21_10=new Array("Std Hooker","lures_mold-craft-std-hooker.htm","",0);
		Menu7_21_11=new Array("Sr Hooker","lures_mold-craft-sr-hooker.htm","",0);
		Menu7_21_12=new Array("Std Soft Birds","lures_mold-craft-std-soft-bird.htm","",0);
		Menu7_21_13=new Array("Sr Soft Birds","lures_mold-craft-sr-soft-bird.htm","",0);
		Menu7_21_14=new Array("Bobby Brown","lures_moldcraft_bbrown.htm","",0);
		Menu7_21_15=new Array("Daisy Chains","lures_moldcraft_tstar.htm","",0);
	Menu7_22=new Array("Lures International","","",2);
		Menu7_22_1=new Array("Fountain Pen","lures_luresintl_fountainpen.htm","",0,20,128);
		Menu7_22_2=new Array("Heavy Tackle","lures_luresintl_heavytackle.htm","",0);
	Menu7_23=new Array("Owner Softbaits","lures_owner_soft_baits.htm","",0,20,128);
	Menu7_24=new Array("Sabiki's","","",4);
		Menu7_24_1=new Array("Owner","lures_owner-sabiki.htm","",0,20,128);
		Menu7_24_2=new Array("R & R Tackle","lures-rr-sabiki.htm","",0);
		Menu7_24_3=new Array("Hayabusa","lures_hayabusa.htm","",0);
		Menu7_24_4=new Array("DeHookers","acc_randr-dehooker.htm","",0);
	Menu7_25=new Array("River2Sea","","",4);
		Menu7_25_1=new Array("Knife Jigs","lures_knife-jigs.htm","",0,20,128);
		Menu7_25_2=new Array("Sea Rock Jigs","lures_river2sea_searock.htm","",0);
		Menu7_25_3=new Array("Turkey Slider Jigs","lures_river2sea_turkeyslider.htm","",0);
		Menu7_25_4=new Array("Zero Dropper Jigs","lures_river2sea_zerodropper.htm","",0);
	Menu7_26=new Array("Hi5 Lures","","",4);
		Menu7_26_1=new Array("Straight Runner","lures_hi5-strunner.htm","",0,20,128);
		Menu7_26_2=new Array("Cabo Shaker","lures_hi5-caboshaker.htm","",0);
		Menu7_26_3=new Array("Cabo Smoker","lures_hi5-cabosmoker.htm","",0);
		Menu7_26_4=new Array("Swimmer","lures_hi5-caboswimmer.htm","",0);
	Menu7_27=new Array("Cedar Plugs","","",2);
		Menu7_27_1=new Array("Cedar Plugs","lures_cedarplug.htm","",0,20,128);
		Menu7_27_2=new Array("Daisy Chains","lures_cedarplug_daisy.htm","",0);
	Menu7_28=new Array("Wahoo Bombs","lures_wahoobomb.htm","",0,20,128);
	Menu7_29=new Array("Salas Lures","","",1);
		Menu7_29_1=new Array("6X","lures_salas_6xjr.htm","",0,20,128);
	Menu7_30=new Array("Shimano","","",11);
		Menu7_30_1=new Array("Butterfly Jigs","lures_butterfly_jig.htm","",0,20,128);
		Menu7_30_2=new Array("Butterfly Long Jigs","lures_butterfly_longjig.htm","",0);
		Menu7_30_3=new Array("Butterfly Flat Side Jigs","lures_butterfly_flat_jig.htm","",0);
		Menu7_30_4=new Array("Lucanus Jigs","lures_shimano_lucanus.htm","",0);
		Menu7_30_5=new Array("Butterfly Jig Bag","acc_shimano-butterfly-bag.htm","",0);
		Menu7_30_6=new Array("Jig Packs","lures_jigging_packs.htm","",0);
		Menu7_30_7=new Array("Hook Rigs","hooks_owner_dstinger.htm","",0);
		Menu7_30_8=new Array("Rings","terminal_rigging_owner.htm","",0);
		Menu7_30_9=new Array("Trevala Rods","rods_shimano_trevala.htm","",0);
		Menu7_30_10=new Array("Leader Dispensers","acc_shimano_leader-dispenser.htm","",0);
		Menu7_30_11=new Array("Baysteel Pliers","acc_shimano_baysteel.htm","",0);
	Menu7_31=new Array("Williamson","","",19);
		Menu7_31_1=new Array("View All","lures_williamson.htm","",0,20,128);
		Menu7_31_2=new Array("Little Tunny","lures_williamson_tunny.htm","",0);
		Menu7_31_3=new Array("Spanish Mackerel","lures_williamson_spanish_mackerel.htm","",0);
		Menu7_31_4=new Array("Live Mackerel","lures_williamson_live_mackerel.htm","",0);
		Menu7_31_5=new Array("Live Mullet","lures_williamson_live_mullet.htm","",0);
		Menu7_31_6=new Array("Live Ballyhoo","lures_williamson_ballyhoo.htm","",0);
		Menu7_31_7=new Array("Live Ribbonfish","lures_williamson_ribbonfish.htm","",0);
		Menu7_31_8=new Array("Live Bunker","lures_williamson_bunker.htm","",0);
		Menu7_31_9=new Array("Live Bluefish","lures_williamson_bluefish.htm","",0);
		Menu7_31_10=new Array("Live Goggle Eye","lures_williamson-live-goggle-eye-lures.htm","",0);
		Menu7_31_11=new Array("Live Squid","lures_williamson_squid.htm","",0);
		Menu7_31_12=new Array("Ballyhoo Combo","lures_williamson_bhcombo.htm","",0);
		Menu7_31_13=new Array("Speed Jigs","lures_williamson_speedjig.htm","",0);
		Menu7_31_14=new Array("Squid Chain","lures_williamson_bsdaisy.htm","",0);
		Menu7_31_15=new Array("Spreader Bars","lures_williamson_bsbar.htm","",0);
		Menu7_31_16=new Array("Pea Beau Lures","lures_williamson_pea_beau.htm","",0);
		Menu7_31_17=new Array("Jet Popper","lures_williamson_jet_popper.htm","",0);
		Menu7_31_18=new Array("Gyro Jig","lures_williamson_gyro_jig.htm","",0);
		Menu7_31_19=new Array("Dredge Bar","lures_williamson_dredge_bar.htm","",0);
	Menu7_32=new Array("Daiwa Lures","","",1);
		Menu7_32_1=new Array("Hard Baits","lures_daiwa.htm","",0,20,128);
	Menu7_33=new Array("Vision Jigs","lures_vision.htm","",0,20,128);
	Menu7_34=new Array("Trolling Feathers","lures_troll_feather.htm","",0,20,128);
	Menu7_35=new Array("Steve Coggin Lures","","",5);
		Menu7_35_1=new Array("Coggin Customs","lures_coggin-custom.htm","",0,20,128);
		Menu7_35_2=new Array("Copa Lure","lures_coggin_copa.htm","",0);
		Menu7_35_3=new Array("Medium","lures_coggin_med.htm","",0);
		Menu7_35_4=new Array("Big Slant","lures_coggin_bigslant.htm","",0);
		Menu7_35_5=new Array("Small Slant","lures_coggin_smallslant.htm","",0);
	Menu7_36=new Array("Iland Lures","","",2);
		Menu7_36_1=new Array("Ilander","lures_iland_ilander.htm","",0,20,128);
		Menu7_36_2=new Array("Iland Hood","lures_iland_hood.htm","",0);
	Menu7_37=new Array("Lure Packs Rigged","","",3);
		Menu7_37_1=new Array("Blue Marlin Pack","lures_pack_bluemarlin.htm","",0,20,128);
		Menu7_37_2=new Array("Jigging Packs","lures_jigging_packs.htm","",0);
		Menu7_37_3=new Array("Jigging Packs 2","lures_williamson_jigging_kits.htm","",0);
	Menu7_38=new Array("Replacement Skirts","lures_replacement_skirts.htm","",0,20,128);
	Menu7_39=new Array("Lure Storage Bags","","",2);
		Menu7_39_1=new Array("Anglers Center","acc_lurestorage_ac.htm","",0,20,128);
		Menu7_39_2=new Array("Williamson","acc_williamson_lure_bags.htm","",0);
	Menu7_40=new Array("Berkley Gulp Chum","lures_berkley-gulp-chum.htm","",0,20,128);
	Menu7_41=new Array("Strike Pro","","",3);
		Menu7_41_1=new Array("Wahoo Hunter","lures_strike_pro_wahoo_hunter.htm","",0,20,128);
		Menu7_41_2=new Array("Tuna Hunter","lures_strike_pro_tuna_hunter.htm","",0);
		Menu7_41_3=new Array("Big Bandit","lures_strike_pro_big_bandit.htm","",0);
	Menu7_42=new Array("Luhr Jensen","","",2);
		Menu7_42_1=new Array("Crippled Herring","lures_lj_crippled_herring_smash_flash.htm","",0,20,128);
		Menu7_42_2=new Array("Krocodile","lures_luhr_jensen_krocodile.htm","",0);
	Menu7_43=new Array("WARBAITS","","",3);
		Menu7_43_1=new Array("View All","lures_war-baits.htm","",0,20,128);
		Menu7_43_2=new Array("Slayer Swim Jigs","lures_war-slayer-swim-jigs.htm","",0);
		Menu7_43_3=new Array("Slayer Heads","lures_warbaits-slayer-heads.htm","",0);
	Menu7_44=new Array("Storm","","",6);
		Menu7_44_1=new Array("View All","lures_storm.htm","",0,20,128);
		Menu7_44_2=new Array("Swim'n Eel","lures_storm_eel.htm","",0);
		Menu7_44_3=new Array("Salt Chug Bug","lures_storm-saltwater-chug-bug.htm","",0);
		Menu7_44_4=new Array("ThunderBlade","lures_storm-thunderblade.htm","",0);
		Menu7_44_5=new Array("Chug Bug MadFlash","lures_storm-chug-bug-madflash.htm","",0);
		Menu7_44_6=new Array("Kickin Stick","lures_storm-kickin-stick.htm","",0);
	Menu7_45=new Array("MirroLure","lures_mirrolure_111mr.htm","",0,20,128);
		
	Menu8=new Array("Teasers","","",9);
		Menu8_1=new Array("Trolling Birds","lures-birds.htm","",0,20,128);
		Menu8_2=new Array("Boone Birds","lures_boone_birds.htm","",0);
		Menu8_3=new Array("Bowling Pin","lures-playaction.htm","",0);
		Menu8_4=new Array("Big Kahuna","lures-playaction.htm","",0);
		Menu8_5=new Array("Moldcraft","","",1);
			Menu8_5_1=new Array("Daisy Chain","lures_moldcraft_tstar.htm","",0,20,128);
		Menu8_6=new Array("Tournament Cable","lures_tourncable.htm","",0);
		Menu8_7=new Array("Boone Sundance","lures-boone_sundance.htm","",0,20,128);
		Menu8_8=new Array("Williamson Dredge","lures_williamson_dredge.htm","",0,20,128);
		Menu8_9=new Array("Marlin Mudflaps","lures_marlin-mudflap-teasers.htm","",0);
				
	Menu9=new Array("Belts/Harnesses","","",10);
		Menu9_1=new Array("Aftco","","",2,20,128);
			Menu9_1_1=new Array("Standup","belts_aftco.htm","",0,20,128);
			Menu9_1_2=new Array("Chair","acc_aftco-gbh-harness.htm","",0); 
		Menu9_2=new Array("Braid","belts_braid.htm","",0);
		Menu9_3=new Array("Izorline","belts_izorline.htm","",0);
		Menu9_4=new Array("Smitty","belts_smitty.htm","",0);
		Menu9_5=new Array("SKB","belts_SKB.htm","",0);
		Menu9_6=new Array("Alutecnos","belts_alutecnos.htm","",0);
		Menu9_7=new Array("Rod Huki","acc_rod-huki.htm","",0);
		Menu9_8=new Array("Play Action","belts_play_action.htm","",0);
		Menu9_9=new Array("Chair Bucket Harness","acc_ac_bucket_harness.htm","",0);
		Menu9_10=new Array("Open Water","acc_open-water-fighting-belt.htm","",0);

Menu10=new Array("Tackle Storage","","",11);
	Menu10_1=new Array("SKB Tackle Boxes","acc_SKB_boxes.htm","",0,20,128);
	Menu10_2=new Array("SKB Transport Tube","acc_SKB_rodtube.htm","",0);
	Menu10_3=new Array("SKB Reel Storage","acc_SKB_reelstorage.htm","",0);
	Menu10_4=new Array("WFO","acc_wfo.htm","",0);
	Menu10_5=new Array("Shimano","","",4);
		Menu10_5_1=new Array("Backpacks","acc_shimano-backpack.htm","",0,20,128);
		Menu10_5_2=new Array("Tackle Binders","acc_shimano-binders.htm","",0);
		Menu10_5_3=new Array("Broadway System","acc_shimano-broadway.htm","",0);
		Menu10_5_4=new Array("Tackle Bags","acc_shimano-bags.htm","",0);
	Menu10_6=new Array("Plano","acc_plano-storage.htm","",0);
	Menu10_7=new Array("Lure Storage Bags","","",2);
		Menu10_7_1=new Array("Anglers Center","acc_lurestorage_ac.htm","",0,20,128);
		Menu10_7_2=new Array("Williamson","acc_williamson_lure_bags.htm","",0);
	Menu10_8=new Array("Aftco","","",2);
		Menu10_8_1=new Array("Captains Bag","acc_aftco_captains_bag.htm","",0,20,128);
		Menu10_8_2=new Array("Anglers Bag","acc_aftco_anglers_bag.htm","",0);
	Menu10_9=new Array ("OpenWater","","",9);
		Menu10_9_1=new Array("View All","acc_hyi_openwater.htm","",0,20,128);
		Menu10_9_2=new Array("Roller Bags","acc_open-water-roller-tackle-bags.htm","",0);
		Menu10_9_3=new Array("Non Roller Bags","acc_open-water-tackle-bags.htm","",0);
		Menu10_9_4=new Array("360-370 Bag","acc_open-water-tackle-bag.htm","",0);
		Menu10_9_5=new Array("Storm Bag","acc_open-water-storm-tackle-bag.htm","",0);
		Menu10_9_6=new Array("Surf Bag","acc_open-water-surf-jetty-bag.htm","",0);
		Menu10_9_7=new Array("Luggage","acc_open-water-luggage.htm","",0);
		Menu10_9_8=new Array("Reel Bags","acc_open-water-reel-bags.htm","",0);
		Menu10_9_9=new Array("Storage Boxes","acc_hyi.htm","",0);
	Menu10_10=new Array("HYI","acc_hyi.htm","",0,20,128);
	Menu10_11=new Array("Flambeau Rod Tubes","acc_flambeau_rod_tubes.htm","",0,20,128);

Menu11=new Array("Gaffs/Scales/Nets","","",12);
	Menu11_1=new Array("Aftco","","",4,20,128);
		Menu11_1_1=new Array("Aftco Flying Gaffs","acc_aftco_flygaff.htm","",0,20,128);
		Menu11_1_2=new Array("Aftco Fixed Head Gaffs","acc_aftco_fixedgaff.htm","",0);
		Menu11_1_3=new Array("Aftco Fish Club","acc_aftco_club.htm","",0);
		Menu11_1_4=new Array("Bait Nets","acc_aftco_nets.htm","",0);
	Menu11_2=new Array("Boga Grip","acc_bogagrip.htm","",0);
	Menu11_3=new Array("Lock N Weigh","acc_locknweigh.htm","",0);
	Menu11_4=new Array("Rapala Scales","acc_rapala_scales.htm","",0);
	Menu11_5=new Array("ARC DeHookers","acc_arc_dehooker.htm","",0);
	Menu11_6=new Array("Landing Nets","acc_landing-nets.htm","",0);
	Menu11_7=new Array("Hoop Nets","acc_hoop-nets.htm","",4,20,128);
		Menu11_7_1=new Array("Promar","acc_hoop_net_pro-mar-ambush.htm","",0,20,128);
		Menu11_7_2=new Array("Danielson","acc_hoop_net_danielson.htm","",0);
		Menu11_7_3=new Array("Red Riser","acc_red-riser.htm","",0);
		Menu11_7_4=new Array("Ace Line Hauler","acc_ace_line_hauler.htm","",0);
	Menu11_8=new Array("Cast Nets","acc-ahi-cast-nets.htm","",0);
	Menu11_9=new Array("EGO Nets","acc_ego_nets.htm","",0);
	Menu11_10=new Array("Red Riser","acc_red-riser.htm","",0);
	Menu11_11=new Array("Ace Line Hauler","acc_ace_line_hauler.htm","",0);
	Menu11_12=new Array("Fish Club","acc_fish-billy-club.htm","",0);
	
Menu12=new Array("Tools","","",18);
	Menu12_1=new Array("Shimano Tools","acc_shimano_tools.htm","",0,20,128);
	Menu12_2=new Array("Jinkai Tools","acc_jinkai_tools.htm","",0);
	Menu12_3=new Array("Lock N Weigh","acc_locknweigh.htm","",0);
	Menu12_4=new Array("Boga Grip","acc_bogagrip.htm","",0);
	Menu12_5=new Array("Donnmar Tools","acc_donnmar-tools.htm","",0);
	Menu12_6=new Array("Crimping & Swaging","acc_tools_crimping.htm","",0);
	Menu12_7=new Array("Accurate Pliers","acc_accurate-pliers.htm","",0);
	Menu12_8=new Array("Alutecnos Pliers","acc_alutecnos-pliers.htm","",0);
	Menu12_9=new Array("Hays Handle","acc_hays_handle.htm","",0);
	Menu12_10=new Array("Wind On Needles","acc_wind_on_needles.htm","",0);
	Menu12_11=new Array("More Tools","acc_tools.htm","",0);
	Menu12_12=new Array("ARC DeHookers","acc_arc_dehooker.htm","",0);
	Menu12_13=new Array("Rapala","","",5);
		Menu12_13_1=new Array("Rapala Knives","acc_rapala_fillet_knives.htm","",0,20,128);
		Menu12_13_2=new Array("Rapala Sharpeners","acc_rapala_diamond_steel.htm","",0);
		Menu12_13_3=new Array("Rapala Hook Cutter","acc_rapala_hook_cutter.htm","",0);
		Menu12_13_4=new Array("Line Stripper","acc_rapala_line-stripper.htm","",0);
		Menu12_13_5=new Array("AlumaPro Tool","acc_rapala_alumapro-pliers.htm","",0);
	Menu12_14=new Array("Braid Tools","acc_braid_tools.htm","",0);
	Menu12_15=new Array("Bait Rigging","acc_bait_rigging_floss.htm","",0);
	Menu12_16=new Array("Tri Shear","acc_tri-shear-tool.htm","",0,20,128);
	Menu12_17=new Array("NEBO Clip Light","acc_nebo_clip_on_light.htm","",0);
	Menu12_18=new Array("Fish Club","acc_fish-billy-club.htm","",0);
	
Menu13=new Array("Accessories","","",37);
	Menu13_1=new Array("Forschner Knives","acc_for_knives.htm","",0,20,128);
	Menu13_2=new Array("Aftco Release Clips","acc_aftco_release.htm","",0);
	Menu13_3=new Array("Fishing Lights","","",4);
		Menu13_3_1=new Array("Brinkmann","acc_brinkmann.htm","",0,20,128);
		Menu13_3_2=new Array("Hydro Glow","acc_hydroglow.htm","",0);
		Menu13_3_3=new Array("Electralume","acc_electralume.htm","",0);
		Menu13_3_4=new Array("SeaView","acc_seaview.htm","",0);
	Menu13_4=new Array("Sundot Flags","acc_sundot_flags.htm","",0);
	Menu13_5=new Array("Foodsaver","acc_foodsaver.htm","",0);
	Menu13_6=new Array("Scents & Attractants","acc_scents_attractants.htm","",0);
	Menu13_7=new Array("De Fishing Soap","acc_de_fishing_soap.htm","",0);
	Menu13_8=new Array("Aftco Bait Nets","acc_aftco_nets.htm","",0);
	Menu13_9=new Array("Aftco Fish Club","acc_aftco_club.htm","",0);
	Menu13_10=new Array("Corrosion X","acc-corrosionx.htm","",0);
	Menu13_11=new Array("Zap A Gap CA+","acc-zap-a-gap.htm","",0);
	Menu13_12=new Array("Motion Sickness","acc_motionsickness.htm","",0);
	Menu13_13=new Array("Boga Grip","acc_bogagrip.htm","",0);
	Menu13_14=new Array("Lock N Weigh","acc_locknweigh.htm","",0);
	Menu13_15=new Array("Sato Crimp Kits","acc_sato_crimp.htm","",0);
	Menu13_16=new Array("Sato Line Winder","acc_sato_winder.htm","",0);
	Menu13_17=new Array("Rod Huki","acc_rod-huki.htm","",0);
	Menu13_18=new Array("FireStone Sharpeners","acc_firestone_sharpeners.htm","",0,20,128);
	Menu13_19=new Array("Fillet Gloves","acc_fillet_gloves.htm","",0);
	Menu13_20=new Array("Hays Handle","acc_hays_handle.htm","",0);
	Menu13_21=new Array("Binoculars","","",1);
		Menu13_21_1=new Array("Fraser-Volpe","acc_binoculars_fraservolpe.htm","",0,20,128);
	Menu13_22=new Array("Fishing Kites","","",2);
		Menu13_22_1=new Array("Aftco Kite","acc_aftco_kite.htm","",0,20,128);
		Menu13_22_2=new Array("Lewis Kites","acc_lewis_kite.htm","",0);
	Menu13_23=new Array("Fish Bags","","",2);
		Menu13_23_1=new Array("Reliable Products","acc_reliable_fish_bags.htm","",0,20,128);
		Menu13_23_2=new Array("Pelagic","acc_pelagic_fishbags.htm","",0);
	Menu13_24=new Array("Trolling Bars","acc_trolling_bar.htm","",0,20,128);
	Menu13_25=new Array("Aftco Novelty Stickers","acc_aftco_stickers.htm","",0,20,128);
	Menu13_26=new Array("Safety Lines","acc_ac_safety_lines.htm","",0,20,128);
	Menu13_27=new Array("Wind On Needle Kits","acc_wind_on_needles.htm","",0,20,128);
	Menu13_28=new Array("Ice Boxes","","",2);
		Menu13_28_1=new Array("DownUnder USA","acc_downunder_iceboxes.htm","",0,20,128);
		Menu13_28_2=new Array("Engel USA","acc_engel-ice-boxs.htm","",0);
	Menu13_29=new Array("ARC DeHookers","acc_arc_dehooker.htm","",0);
	Menu13_30=new Array("Rapala Sharpeners","acc_rapala_diamond_steel.htm","",0);
	Menu13_31=new Array("Rapala Knives","acc_rapala_fillet_knives.htm","",0);
	Menu13_32=new Array("Rapala Gloves","acc_rapala_fishermans_gloves.htm","",0);
	Menu13_33=new Array("Bait Rigging","acc_bait_rigging_floss.htm","",0,20,128);
	Menu13_34=new Array("Fish N Maps","acc_fish-n-map.htm","",0,20,128);
	Menu13_35=new Array("Daiwa","acc_daiwa.htm","",0,20,128);
	Menu13_36=new Array("Battlewagon Bucket","acc-battlewagon-bucket.htm","",0);
	Menu13_37=new Array("Marker Buoy","acc_marker-buoy.htm","",0);

Menu14=new Array("Downriggers/Kites","","",6);
	Menu14_1=new Array("Cannon Downriggers","downrigger_cannon.htm","",0,20,128);
	Menu14_2=new Array("Z Wing","zwing.htm","",0);
	Menu14_3=new Array("Planers","acc_planers.htm","",0);
	Menu14_4=new Array("Trolling Bars","acc_trolling_bar.htm","",0);
	Menu14_5=new Array("Aftco Kite","acc_aftco_kite.htm","",0,20,128);
	Menu14_6=new Array("Lewis Kites","acc_lewis_kite.htm","",0);

Menu15=new Array("Outriggers","","",8);
	Menu15_1=new Array("Anglers Specialties","acc_outriggers_anglersspec.htm","",0,20,128);
	Menu15_2=new Array("Precision","acc_outriggers_precision.htm","",0);
	Menu15_3=new Array("Flat Rigs","acc_outrigger_flat_rigs.htm","",0);
	Menu15_4=new Array("Aftco Releases","acc_aftco_release.htm","",0);
	Menu15_5=new Array("Casey Releases","acc_outrigger_casey.htm","",0);
	Menu15_6=new Array("Rupp Releases","acc_outrigger_rupp.htm","",0);
	Menu15_7=new Array("Blacks Releases","acc_outrigger_blacks.htm","",0);
	Menu15_8=new Array("Accessories","acc_outrigger_accessories.htm","",0);

Menu16=new Array("Clothing","","",20);
	Menu16_1=new Array("Boots","","",2,20,128);
		Menu16_1_1=new Array("Xtratuf","clothing_boots_xtratuf.htm","",0,20,128);
		Menu16_1_2=new Array("Fish Feet Insoles","clothing_aftco-fish-feet.htm","",0);
	Menu16_2=new Array("Guy Harvey","clothing_guyharvey.htm","",14);
		Menu16_2_1=new Array("T Shirts","clothing_guyharvey-tshirts.htm","",0,20,128);
		Menu16_2_2=new Array("Childrens T's","clothing_guyharvey-childtshirts.htm","",0);
		Menu16_2_3=new Array("Embroidered Hats","clothing_guyharvey-hats.htm","",0);
		Menu16_2_4=new Array("Embroidered Belts","clothing_guyharvey-belts.htm","",0);
		Menu16_2_5=new Array("Woven Shirts","clothing_guyharvey-shirts.htm","",0);
		Menu16_2_6=new Array("Board Shorts","clothing_guyharvey-boardshorts.htm","",0);
		Menu16_2_7=new Array("Swordfish Strike","clothing_guyharvey-swordfish-strike.htm","",0);
		Menu16_2_8=new Array("Swim Trunks","clothing_guyharvey-trunks.htm","",0);
		Menu16_2_9=new Array("Sandals","clothing_guyharvey-sandals.htm","",0);
		Menu16_2_10=new Array("Captain's Jacket","clothing_guyharvey-captjacket.htm","",0);
		Menu16_2_11=new Array("Ladies Tech Shirts","clothing_guyharvey-techshirts_ladies.htm","",0);
		Menu16_2_12=new Array("Womens Shorts","clothing_guyharvey-boardshort_women.htm","",0);
		Menu16_2_13=new Array("Womens T Shirts","clothing_guyharvey-tshirt_women.htm","",0);
		Menu16_2_14=new Array("Sweatshirts","clothing_guyharvey-fleece.htm","",0);
	Menu16_3=new Array("Aftco Bluewater","","",8);
		Menu16_3_1=new Array("Fishing Shorts","clothing_aftco-shorts.htm","",0,20,128);
		Menu16_3_2=new Array("T-Shirts","clothing_aftco-tshirts.htm","",0);
		Menu16_3_3=new Array("Woven Shirts","clothing_aftco-shirts.htm","",0);
		Menu16_3_4=new Array("Pants","clothing_aftco-pants.htm","",0);
		Menu16_3_5=new Array("Rain Gear","clothing_aftco-raingear.htm","",0);
		Menu16_3_6=new Array("Ladies Shorts","clothing_aftco-ladies-shorts.htm","",0);
		Menu16_3_7=new Array("IGFA Gear","clothing_aftco-igfa.htm","",0);
		Menu16_3_8=new Array("Performance Shirts","clothing_aftco-performance-shirts.htm","",0);
	Menu16_4=new Array("Bluefever Gloves","acc_bluefever.htm","",0);
	Menu16_5=new Array("Sunglasses","","",3);
		Menu16_5_1=new Array("Kaenon","kaenon.htm","",0,20,128);
		Menu16_5_2=new Array("Maui Jim","sunglasses_maui_jim.htm","",0,20,128);
		Menu16_5_3=new Array("Native","sunglasses_native-eyewear.htm","",0);
			Menu16_6=new Array("Grundens","","",2);
		Menu16_6_1=new Array("Foulweather Gear","clothing_grundens.htm","",0,20,128);
		Menu16_6_2=new Array("Eat Fish Gear","clothing_grundens_eat_fish.htm","",0);
	Menu16_7=new Array("Gloves","","",5);
		Menu16_7_1=new Array("Bluefever Gloves","acc_bluefever.htm","",0,20,128);
		Menu16_7_2=new Array("Pelagic Gloves","acc_pelagic_gloves.htm","",0);
		Menu16_7_3=new Array("Normark Fillet","acc_fillet_gloves.htm","",0);
		Menu16_7_4=new Array("Rapala Fishing","acc_rapala_fishermans_gloves.htm","",0);
		Menu16_7_5=new Array("More Gloves","clothing-gloves.htm","",0);
	Menu16_8=new Array("Anglers Center","","",2);
		Menu16_8_1=new Array("Tee Shirts","clothing_anglers.htm","",0,20,128);
		Menu16_8_2=new Array("Performance Tee Shirts","clothing_ac-performance-tee.htm","",0);
	Menu16_9=new Array("Fishworks","","",6);
		Menu16_9_1=new Array("View All","clothing_fishworks.htm","",0,20,128);
		Menu16_9_2=new Array("Mens Shorts","clothing_fishworks_clipperton-shorts.htm","",0);
		Menu16_9_3=new Array("International Pants","clothing_fishworks_seabreeze.htm","",0);
		Menu16_9_4=new Array("Outerwater Gear","clothing_fishworks_outerwater.htm","",0);
		Menu16_9_5=new Array("Head Gear","clothing_fishworks_headgear.htm","",0);
		Menu16_9_6=new Array("T Shirts","clothing_fishworks_t-shirts.htm","",0);
	Menu16_10=new Array("Pelagic","","",13);
		Menu16_10_1=new Array("View All","clothing_pelagic.htm","",0,20,128);
		Menu16_10_2=new Array("Shorts","clothing_pelagic_blackfin.htm","",0);
		Menu16_10_3=new Array("Hurricane Jacket","clothing_pelagic_hurricane.htm","",0);
		Menu16_10_4=new Array("Visors/Hats","clothing_pelagic_hats.htm","",0);
		Menu16_10_5=new Array("Aquatek Shirts","clothing_pelagic_aquatek.htm","",0);
		Menu16_10_6=new Array("Vapor Flow Shirts","clothing_pelagic_vapor_flow.htm","",0);
		Menu16_10_7=new Array("Pelagic Sandals","clothing_pelagic_sandals.htm","",0);
		Menu16_10_8=new Array("Pelagic T Shirts","clothing_pelagic-T-Shirts.htm","",0);
		Menu16_10_9=new Array("Tempest Offshore","clothing_pelagic_tempest.htm","",0);
		Menu16_10_10=new Array("Aloha Shirts","clothing_pelagic_aloha_shirt.htm","",0);
		Menu16_10_11=new Array("Rash Guards","clothing_pelagic_rash_guard.htm","",0);
		Menu16_10_12=new Array("Hoody Sweatshirt","clothing_pelagic_hoody.htm","",0);
		Menu16_10_13=new Array("Pelagic Girls","clothing_pelagic_girls.htm","",0);
	Menu16_11=new Array("Hook & Tackle","","",7);
		Menu16_11_1=new Array("View All","clothing_hooktackle.htm","",0,20,128);
		Menu16_11_2=new Array("Beer Can Shorts","clothing_ht_beercan.htm","",0);
		Menu16_11_3=new Array("Beer Can Cargo Shorts","clothing_ht_beercan_cargo.htm","",0);
		Menu16_11_4=new Array("Gulfstream Shirts","clothing_ht_gulfstream.htm","",0);
		Menu16_11_5=new Array("Dry Tortugas Shirts","clothing_ht_dry_tortugas.htm","",0);
		Menu16_11_6=new Array("Solar Shield Shirts","clothing_ht_solar_shield_t_shirts.htm","",0);
		Menu16_11_7=new Array("Hats","clothing_ht_hats.htm","",0);
	Menu16_12=new Array("Kathy Esnard T Shirts","clothing_esnard_tshirt.htm","",0);	
	Menu16_13=new Array("Marlinstar","","",5);
		Menu16_13_1=new Array("View All","clothing_marlinstar_tshirts.htm","",0,20,128);
		Menu16_13_2=new Array("BTG T Long Sleeve","clothing_marlinstar_btgls.htm","",0);
		Menu16_13_3=new Array("BTG T Short Sleeve","clothing_marlinstar_btgss.htm","",0);
		Menu16_13_4=new Array("GTS T Australia","clothing_marlinstar_gts-au.htm","",0);
		Menu16_13_5=new Array("GTS T Hawaii","clothing_marlinstar_gts-hi.htm","",0);
	Menu16_14=new Array("Patagonia","","",17);
		Menu16_14_1=new Array("View All","clothing_patagonia.htm","",0,20,128);
		Menu16_14_2=new Array("Sunshade Shirts","clothing_patagonia-sun-shade-shirt.htm","",0);
		Menu16_14_3=new Array("Guidewater Shirts","clothing_patagonia-guidewater-shirts.htm","",0);
		Menu16_14_4=new Array("Guidewater Shorts","clothing_patagonia-guidewater-shorts.htm","",0);
		Menu16_14_5=new Array("Guidewater Pants","clothing_patagonia-guidewater-pants.htm","",0);
		Menu16_14_6=new Array("Marlwalker Pants","clothing_patagonia-marlwalker-pants.htm","",0);
		Menu16_14_7=new Array("Island Hopper Shirts","clothing_patagonia-island-hopper-shirt.htm","",0);
		Menu16_14_8=new Array("A/C Shirts","clothing_patagonia-ac-shirts.htm","",0);
		Menu16_14_9=new Array("Puckerwear Shirts","clothing_patagonia-puckerware-shirts.htm","",0);
		Menu16_14_10=new Array("El Ray Shirts","clothing_patagonia-el-ray-shirts.htm","",0);
		Menu16_14_11=new Array("Sol Patrol Shirts","clothing_patagonia-sol-patrol-shirts.htm","",0);
		Menu16_14_12=new Array("Sun Hoody","clothing_patagonia-sun-hoody.htm","",0);
		Menu16_14_13=new Array("Sun Mask","clothing_patagonia-sun-mask.htm","",0);
		Menu16_14_14=new Array("Wavefarer Shorts","clothing_patagonia-wavefarer-board-shorts.htm","",0);
		Menu16_14_15=new Array("Shell Jacket","clothing_patagonia-torrentshell-jacket.htm","",0);
		Menu16_14_16=new Array("Nano Puff Jacket","clothing_patagonia-nano-puff.htm","",0);
		Menu16_14_17=new Array("R1 Pullover","clothing_patagonia-r1-pullover.htm","",0);
	Menu16_15=new Array("Keep'n It Reel","","",9);
		Menu16_15_1=new Array("View All","clothing_keep'n_it_reel.htm","",0,20,128);
		Menu16_15_2=new Array("T Shirts","clothing_keep'n_it_reel_t_shirt.htm","",0);
		Menu16_15_3=new Array("Ozone Shirts","clothing_keep'n_it_reel_ozone_shirts.htm","",0);
		Menu16_15_4=new Array("Tech Shorts","clothing_keep'n_it_reel-offshore-tech-shorts.htm","",0);
		Menu16_15_5=new Array("Lighted Hats","clothing_keep'n_it_reel_hats.htm","",0);
		Menu16_15_6=new Array("Tuna Hat","clothing_keep'n_it_reel-capture-tuna-hat.htm","",0);
		Menu16_15_7=new Array("Offshore Hat","clothing_keep'n_it_reel-marlin-offshore-hat.htm","",0);
		Menu16_15_8=new Array("Knit Beanie","clothing_keep'n_it_reel-knit-beanie.htm","",0);
		Menu16_15_9=new Array("Hoodie Sherpa","clothing_keep'n_it_reel_hooded_sherpa.htm","",0);
	Menu16_16=new Array("Columbia","","",21);
		Menu16_16_1=new Array("View All","clothing_columbia.htm","",0,20,128);
		Menu16_16_2=new Array("Bahama II Shirts","clothing_columbia_bahama_shirt.htm","",0);
		Menu16_16_3=new Array("Bonehead Shirts","clothing_columbia_bonehead_shirts.htm","",0);
		Menu16_16_4=new Array("Super Bonehead Shirts","clothing_columbia_super_bonehead_shirts-ls.htm","",0);
		Menu16_16_5=new Array("Tamiami II Shirts","clothing_columbia_tamiami_shirt.htm","",0);
		Menu16_16_6=new Array("Blood N Guts L/S Shirts","clothing_columbia_blood_and_guts_shirt.htm","",0);
		Menu16_16_7=new Array("Blood N Guts S/S Shirts","clothing_columbia_blood-and-guts-superlight-shirt.htm","",0);
		Menu16_16_8=new Array("Blood N Guts Tee","clothing_columbia_blood_and_guts_tee_shirts.htm","",0);
		Menu16_16_9=new Array("Skiff Guide II Tee","clothing_columbia_skiff_guide_shirts.htm","",0);
		Menu16_16_10=new Array("Freezer Tee's", "clothing_columbia_freezer_shirts.htm","",0);
		Menu16_16_11=new Array("Freezer Polo's","clothing_columbia_freezer_polo.htm","",0);
		Menu16_16_12=new Array("Mountain Tech","clothing_columbia_mountain_tech_shirt.htm","",0);
		Menu16_16_13=new Array("Silver Ridge","clothing_columbia_silver_ridge_shirt.htm","",0);
		Menu16_16_14=new Array("Cathedral Fleece","clothing_columbia_cathedral_peak.htm","",0);
		Menu16_16_15=new Array("Steens Fleece","clothing_columbia_steens_mountain.htm","",0);
		Menu16_16_16=new Array("Fast Trek Fleece","clothing_columbia_fast_trek.htm","",0);
		Menu16_16_17=new Array("Premium Tee Shirts","clothing_columbia_embroidered_tee.htm","",0);
		Menu16_16_18=new Array("Neck Shades","clothing_columbia-neck-shade.htm","",0);
		Menu16_16_19=new Array("Mens Shoes","clothing_columbia-blackfin-boat-shoe.htm","",0);
		Menu16_16_20=new Array("Mens Sandals","clothing_columbia-sandals-dock-flip.htm","",0);
		Menu16_16_21=new Array("Womens Shoes","clothing_columbia-blackfin-boat-shoe-ladies.htm","",0);
	Menu16_17=new Array("Island Pro Sandals","clothing_island-pro-sandals.htm","",0,20,128);
	Menu16_18=new Array("Black Bart","","",1);
		Menu16_18_1=new Array("T Shirts","clothing_black-bart-t-shirts.htm","",0,20,128);
	Menu16_19=new Array("Dri Duck","","",5);
		Menu16_19_1=new Array("View All","clothing_dri_duck.htm","",0,20,128);
		Menu16_19_2=new Array("Outfitter Shirts","clothing_dri_duck_outfitter-shirt.htm","",0);
		Menu16_19_3=new Array("Baseline Jacket","clothing_dri_duck_baseline-jacket.htm","",0);
		Menu16_19_4=new Array("Cheyenne Jacket","clothing_dri_duck_cheyenne-jacket.htm","",0);
		Menu16_19_5=new Array("Agility Jacket","clothing_dri_duck_agility-jacket.htm","",0);
	Menu16_20=new Array("EVADE Armor","","",12);
		Menu16_20_1=new Array("View All","clothing_evade.htm","",0,20,128);
		Menu16_20_2=new Array("Voyager Jacket","clothing_evade_voyager_jacket.htm","",0);
		Menu16_20_3=new Array("Hoodie","clothing_evade_hoodie.htm","",0);
		Menu16_20_4=new Array("Sun Shirts","clothing_evade_sun_shirts.htm","",0);
		Menu16_20_5=new Array("Hats & Visors","clothing_evade_headgear.htm","",0);
		Menu16_20_6=new Array("School Tuna Shirt","clothing_evade_school_tuna_shirt.htm","",0);
		Menu16_20_7=new Array("School Dorado Shirt","clothing_evade_school_dorado_shirt.htm","",0);
		Menu16_20_8=new Array("Alpha Tuna Shirt","clothing_evade_alpha_tuna_t_shirt.htm","",0);
		Menu16_20_9=new Array("Alpha Dorado Shirt","clothing_evade_alpha_dorado_t_shirt.htm","",0);
		Menu16_20_10=new Array("Alpha Great White","clothing_evade_alpha_great_white_t_shirt.htm","",0);
		Menu16_20_11=new Array("Alpha Marlin Shirt","clothing_evade_alpha_marlin_t_shirt.htm","",0);
		Menu16_20_12=new Array("Alpha Red Snapper","clothing_evade_alpha_red_snapper_t_shirt.htm","",0);
	
Menu17=new Array("Sunscreen","","",3);
	Menu17_1=new Array("KINeSYS","acc_kinesys.htm","",0,20,128);
	Menu17_2=new Array("Aloe Gator","acc_aloegator.htm","",0);
	Menu17_3=new Array("Maui Babe","acc_mauibabe.htm","",0);
	
Menu18=new Array("Videos/DVD","","",4);
	Menu18_1=new Array("View All","videos.htm","",0,20,128);
	Menu18_2=new Array("Tuna Fishing","videos_inside_sportfishing_tuna.htm","",0);
	Menu18_3=new Array("Billfish","video_billfish.htm","",0);
	Menu18_4=new Array("Baja California","videos_baja.htm","",0);

Menu19=new Array("Overstock/Closeouts","preowned-overstocks.htm","",0);

Menu20=new Array("Books","books.htm","",0);

Menu21=new Array("Electronics","","",3);
	Menu21_1=new Array("Garmin","","",1,20,128);
		Menu21_1_1=new Array("GPSMAP® 76Cx","elec_garmin_gps76c.htm","",0,20,128);
	Menu21_2=new Array("ICOM","","",2);
		Menu21_2_1=new Array("M604 VHF Radio","elec_icom_m602.htm","",0,20,128);
		Menu21_2_2=new Array("M422 VHF Radio","elec_icom_m422.htm","",0);
	Menu21_3=new Array("Standard Horizon","","",1,20,128);
		Menu21_3_1=new Array("HX280S VHF","elec_standard_hx270s.htm","",0,20,128);
		
Menu22=new Array("Sunglasses","","",3);
	Menu22_1=new Array("Kaenon Polarized","kaenon.htm","",0,20,128);
	Menu22_2=new Array("Maui Jim","sunglasses_maui_jim.htm","",0,20,128);
	Menu22_3=new Array("Native Polarized","sunglasses_native-eyewear.htm","",0);
	
Menu23=new Array("Watches","","",2);
	Menu23_1=new Array("Reactor","watches_reactor.htm","",0,20,128);
	Menu23_2=new Array("UZI","watches_uzi.htm","",0);

Menu24=new Array("Fish Reports","fish_report.htm","",0);

Menu25=new Array("Fishing Knots","","",16);
	Menu25_1=new Array("Albright","knot_albright.htm","",0,20,128);
	Menu25_2=new Array("Bimini Twist","knot_bimini.htm","",0);
	Menu25_3=new Array("Blood Knot","knot_blood.htm","",0);
	Menu25_4=new Array("Bowline","knot_bowline.htm","",0);
	Menu25_5=new Array("Dropper Loop","knot_dropper.htm","",0);
	Menu25_6=new Array("Improved Clinch","knot_clinch.htm","",0);
	Menu25_7=new Array("Offshore Swivel","knot_swivel.htm","",0);
	Menu25_8=new Array("Palomar","knot_palomar.htm","",0);
	Menu25_9=new Array("Perfection Loop","knot_perfection.htm","",0);
	Menu25_10=new Array("San Diego","knot_sandiego.htm","",0);
	Menu25_11=new Array("Snell","knot_snell.htm","",0);
	Menu25_12=new Array("Spider Hitch","knot_spider.htm","",0);
	Menu25_13=new Array("Surgeon's","knot_surgeons.htm","",0);
	Menu25_14=new Array("Trilene","knot_trilene.htm","",0);
	Menu25_15=new Array("Uni","knot_uni.htm","",0);
	Menu25_16=new Array("Double Uni","knot_doubleuni.htm","",0);
	
Menu26=new Array("Site Search","sitesearch.htm","",0);

Menu27=new Array("Gift Certificates","giftcert.htm","",0);
	
Menu28=new Array("Photo Gallery","photogallery.htm","",0);	

Menu29=new Array("Links","links.htm","",0);

Menu30=new Array("Contact & Policies","contact_us.htm","",0);

Menu31=new Array("Shipping Rates","shipping.htm","",0);

Menu32=new Array("Order Status","order_status.htm","",0);

Menu33=new Array("Charters/Trips","Trips.htm","",0);

Menu34=new Array("View Cart","http://www.anglerscenter.com/cgi-bin/cart32.exe/ANGLERSCENTER-itemlist","",0);

Menu35=new Array("Used Gear","reels_used.htm","",0);

Menu36=new Array("rollover:nav/spacer.jpg:nav/spacer.jpg","","",0);

Menu37=new Array("rollover:nav/cant_find.jpg:nav/cant_find.jpg","mailto:dean@anglerscenter.com","",0,64,138);
