var NoOffFirstLineMenus=12; // Number of main menu items // Colorvariables: // Color variables take HTML predefined color names or "#rrggbb" strings //For transparency make colors and border color "" var LowBgColor="#4970A9"; // Background color when mouse is not over var HighBgColor="#F0D7A3"; // Background color when mouse is over var FontLowColor="#FFFFFF"; // Font color when mouse is not over var FontHighColor="#000000"; // Font color when mouse is over var BorderColor="black"; // Border color var BorderWidthMain=1; // Border width main items var BorderWidthSub=1; // Border width sub items var BorderBtwnMain=1; // Border width between elements main items var BorderBtwnSub=1; // Border width between elements sub items var FontFamily="Trebuchet MS, Arial, Verdana, sans-serif"; // Font family menu items var FontSize=12; // Font size menu items var FontBold=0; // 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 can be: left, center, right var MenuVerticalCentered="top"; // Menu vertical position top, middle,bottom or static var ChildOverlap=.0; // horizontal overlap child/ parent var ChildVerticalOverlap=.1; // vertical overlap child/ parent var StartTop=0; // Menu offset x coordinate var StartLeft=0; // Menu offset y coordinate var VerCorrect=0; // Multiple frames y correction var HorCorrect=0; // Multiple frames x correction var DistFrmFrameBrdr=0; // Distance between main menu and frame border var LeftPaddng=12; // Left padding var TopPaddng=-1; // Top padding. If set to -1 text is vertically centered var FirstLineHorizontal=0; // Number defines to which level the menu must unfold horizontal; 0 is all vertical var MenuFramesVertical=1; // Frames in cols or rows 1 or 0 var DissapearDelay=1000; // delay before menu folds in var UnfoldDelay=100; // delay before sub unfolds var TakeOverBgColor=0; // Menu frame takes over background color subitem frame var FirstLineFrame=""; // Frame where first level appears var SecLineFrame=""; // Frame where sub levels appear var DocTargetFrame=""; // Frame where target documents appear var TargetLoc="MenuPos"; // span id for relative positioning var MenuWrap=1; // enables/ disables menu wrap 1 or 0 var RightToLeft=0; // enables/ disables right to left unfold 1 or 0 var BottomUp=0; // enables/ disables Bottom up unfold 1 or 0 var UnfoldsOnClick=0; // Level 1 unfolds onclick/ onmouseover var BaseHref=""; // BaseHref lets you specify the root directory for relative links. // The script precedes your relative links with BaseHref // For instance: // when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm", // the script renders to: "http://www.MyDomain/subdir/MyFile.htm" // Can also be used when you use images in the textfields of the menu // For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/" //var Arrws=[BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,BaseHref+"triup.gif",10,5]; //var Arrws=[BaseHref+"arrow-nav.gif",9,9,BaseHref+"arrow-nav.gif",9,9,BaseHref+"arrow-nav.gif",9,9,BaseHref+"arrow-nav-on.gif",9,9]; var Arrws=[]; // Arrow source, width and height. // If arrow images are not needed keep source "" var MenuUsesFrames=0; // MenuUsesFrames is only 0 when Main menu, submenus, // document targets and script are in the same frame. // In all other cases it must be 1 var RememberStatus=0; // RememberStatus: When set to 1, menu unfolds to the presetted menu item. // When set to 2 only the relevant main item stays highligthed // The preset is done by setting a variable in the head section of the target document. // 2_2_1 represents the menu item Menu2_2_1=new Array(....... var BuildOnDemand=1; // 1/0 When set to 1 the sub menus are build when the parent is moused over var BgImgLeftOffset=1; // Only relevant when bg image is used as rollover var ScaleMenu=0; // 1/0 When set to 0 Menu scales with browser text size setting var OverFormElements=1; // Set this to 0 when the menu does not need to cover form elements. var HooverBold=1; // 1 or 0 var HooverItalic=0; // 1 or 0 var HooverUnderLine=0; // 1 or 0 var HooverTextSize=0; // 0=off, number is font size difference on hoover var HooverVariant=0; // 1 or 0 // Below some pretty useless effects, since only IE6+ supports them // I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity // If you dont need MenuSlide just leave in the line var MenuSlide=""; // delete the other MenuSlide statements // In general leave the MenuSlide you need in and delete the others. // Above is also valid for MenuShadow and MenuOpacity // You can also use other effects by specifying another filter for MenuShadow and MenuOpacity. // You can add more filters by concanating the strings var MenuSlide=""; //var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)"; //var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)"; var MenuShadow=""; //var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)"; //var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)"; var MenuOpacity=""; //var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=75)"; function BeforeStart(){return} function AfterBuild(){return} function BeforeFirstOpen(){return} function AfterCloseAll(){return} // Menu tree: // MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor", // "fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext"); // Color and font variables defined in the menu tree take precedence over the global variables // Fontsize, fontbold and fontitalic are ignored when set to -1. // For rollover images ItemText or background image format is: "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" Menu1=new Array("Discount Soccer Eq","http://store.theoffside.com/c-35/discount-soccer-equipment.html","rollover?http://store.theoffside.com/img/offside/arrow-nav.gif?http://store.theoffside.com/img/offside/arrow-nav-on.gif",6,20,125,"","","","","","",-1,-1,-1,"",""); Menu1_1=new Array("Gear Under $10","http://store.theoffside.com/c-110/gear-under-10.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu1_2=new Array("Gear Under $20","http://store.theoffside.com/c-77/gear-under-20.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu1_3=new Array("Gear Under $30","http://store.theoffside.com/c-36/gear-under-30.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu1_4=new Array("Gear Under $40","http://store.theoffside.com/c-70/gear-under-40.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu1_5=new Array("Gear Under $50","http://store.theoffside.com/c-50/gear-under-50.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu1_6=new Array("Other Gear","http://store.theoffside.com/c-74/other-gear.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu2=new Array("DVDs and Books","http://store.theoffside.com/c-65/dvds-and-books.html","rollover?http://store.theoffside.com/img/offside/arrow-nav.gif?http://store.theoffside.com/img/offside/arrow-nav-on.gif",3,20,125,"","","","","","",-1,-1,-1,"",""); Menu2_1=new Array("Soccer Books","http://store.theoffside.com/c-175/soccer-books.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu2_2=new Array("Soccer DVDs","http://store.theoffside.com/c-66/soccer-dvds.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu2_3=new Array("Soccer Videos","http://store.theoffside.com/c-115/soccer-videos.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu3=new Array("Shop By Country","http://store.theoffside.com/c-12/shop-by-country.html","rollover?http://store.theoffside.com/img/offside/arrow-nav.gif?http://store.theoffside.com/img/offside/arrow-nav-on.gif",16,20,125,"","","","","","",-1,-1,-1,"",""); Menu3_1=new Array("Angola","http://store.theoffside.com/c-320/angola.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu3_2=new Array("Argentina","http://store.theoffside.com/c-161/argentina.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu3_3=new Array("Belgium","http://store.theoffside.com/c-137/belgium.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu3_4=new Array("Bolivia","http://store.theoffside.com/c-279/bolivia.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu3_5=new Array("Brazil","http://store.theoffside.com/c-85/brazil.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu3_6=new Array("Cameroon","http://store.theoffside.com/c-207/cameroon.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu3_7=new Array("Costa Rica","http://store.theoffside.com/c-336/costa-rica.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu3_8=new Array("Cuba","http://store.theoffside.com/c-373/cuba.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu3_9=new Array("Denmark","http://store.theoffside.com/c-338/denmark.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu3_10=new Array("Ecuador","http://store.theoffside.com/c-218/ecuador.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu3_11=new Array("England","http://store.theoffside.com/c-45/england.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu3_12=new Array("France","http://store.theoffside.com/c-181/france.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu3_13=new Array("Germany","http://store.theoffside.com/c-103/germany.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu3_14=new Array("Ghana","http://store.theoffside.com/c-341/ghana.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu3_15=new Array("Greece","http://store.theoffside.com/c-277/greece.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu3_16=new Array(" ... more","http://store.theoffside.com/c-12/shop-by-country.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu4=new Array("Shop By League","http://store.theoffside.com/c-6/shop-by-league.html","rollover?http://store.theoffside.com/img/offside/arrow-nav.gif?http://store.theoffside.com/img/offside/arrow-nav-on.gif",16,20,125,"","","","","","",-1,-1,-1,"",""); Menu4_1=new Array("ACF WCQ","http://store.theoffside.com/c-151/acf-wcq.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu4_2=new Array("African Nations Cup","http://store.theoffside.com/c-126/african-nations-cup.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu4_3=new Array("Argentine League","http://store.theoffside.com/c-232/argentine-league.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu4_4=new Array("Bolivian League","http://store.theoffside.com/c-388/bolivian-league.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu4_5=new Array("Brazilian First Division","http://store.theoffside.com/c-315/brazilian-first-division.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu4_6=new Array("Bundesliga","http://store.theoffside.com/c-155/bundesliga.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu4_7=new Array("CAF WCQ","http://store.theoffside.com/c-196/caf-wcq.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu4_8=new Array("Caribbean Cup","http://store.theoffside.com/c-253/caribbean-cup.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu4_9=new Array("Champions League","http://store.theoffside.com/c-88/champions-league.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu4_10=new Array("CONCACAF Champions Cup","http://store.theoffside.com/c-49/concacaf-champions-cup.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu4_11=new Array("CONCACAF WCQ","http://store.theoffside.com/c-107/concacaf-wcq.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu4_12=new Array("Confederations Cup","http://store.theoffside.com/c-7/confederations-cup.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu4_13=new Array("CONMEBOL WCQ","http://store.theoffside.com/c-14/conmebol-wcq.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu4_14=new Array("Copa America","http://store.theoffside.com/c-114/copa-america.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu4_15=new Array("Copa Libertadores","http://store.theoffside.com/c-56/copa-libertadores.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu4_16=new Array(" ... more","http://store.theoffside.com/c-6/shop-by-league.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu5=new Array("Shop By Team","http://store.theoffside.com/c-9/shop-by-team.html","rollover?http://store.theoffside.com/img/offside/arrow-nav.gif?http://store.theoffside.com/img/offside/arrow-nav-on.gif",16,20,125,"","","","","","",-1,-1,-1,"",""); Menu5_1=new Array("AC Milan","http://store.theoffside.com/c-69/ac-milan.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu5_2=new Array("Ajax","http://store.theoffside.com/c-178/ajax.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu5_3=new Array("Argentina National Team","http://store.theoffside.com/c-233/argentina-national-team.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu5_4=new Array("Arsenal","http://store.theoffside.com/c-242/arsenal.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu5_5=new Array("AS Roma","http://store.theoffside.com/c-292/as-roma.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu5_6=new Array("Atletico Mineiro","http://store.theoffside.com/c-414/atletico-mineiro.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu5_7=new Array("Aurora","http://store.theoffside.com/c-400/aurora.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu5_8=new Array("Barcelona","http://store.theoffside.com/c-143/barcelona.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu5_9=new Array("Bayern Munich","http://store.theoffside.com/c-195/bayern-munich.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu5_10=new Array("Belgium National Team","http://store.theoffside.com/c-170/belgium-national-team.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu5_11=new Array("Birmingham City","http://store.theoffside.com/c-332/birmingham-city.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu5_12=new Array("Boca Juniors","http://store.theoffside.com/c-222/boca-juniors.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu5_13=new Array("Bolivia National Team","http://store.theoffside.com/c-424/bolivia-national-team.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu5_14=new Array("Bolton","http://store.theoffside.com/c-344/bolton.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu5_15=new Array("Borussia Dortmund","http://store.theoffside.com/c-396/borussia-dortmund.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu5_16=new Array(" ... more","http://store.theoffside.com/c-9/shop-by-team.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu6=new Array("Soccer Accessories","http://store.theoffside.com/c-32/soccer-accessories.html","rollover?http://store.theoffside.com/img/offside/arrow-nav.gif?http://store.theoffside.com/img/offside/arrow-nav-on.gif",3,20,125,"","","","","","",-1,-1,-1,"",""); Menu6_1=new Array("Other Accessories","http://store.theoffside.com/c-33/other-accessories.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu6_2=new Array("Soccer Flags","http://store.theoffside.com/c-229/soccer-flags.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu6_3=new Array("Soccer Jewelry","http://store.theoffside.com/c-37/soccer-jewelry.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu7=new Array("Soccer Clothing","http://store.theoffside.com/c-427/soccer-clothing.html","rollover?http://store.theoffside.com/img/offside/arrow-nav.gif?http://store.theoffside.com/img/offside/arrow-nav-on.gif",6,20,125,"","","","","","",-1,-1,-1,"",""); Menu7_1=new Array("Soccer Caps & Hats","http://store.theoffside.com/c-87/soccer-caps-hats.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu7_2=new Array("Soccer Jackets","http://store.theoffside.com/c-73/soccer-jackets.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu7_3=new Array("Soccer Scarves","http://store.theoffside.com/c-200/soccer-scarves.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu7_4=new Array("Soccer Socks","http://store.theoffside.com/c-34/soccer-socks.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu7_5=new Array("Soccer T-Shirts","http://store.theoffside.com/c-11/soccer-tshirts.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu7_6=new Array("Soccer Teamwear","http://store.theoffside.com/c-1/soccer-teamwear.html","rollover?http://store.theoffside.com/img/offside/arrow-nav.gif?http://store.theoffside.com/img/offside/arrow-nav-on.gif",11,20,170,"","","","","","",-1,-1,-1,"",""); Menu7_6_1=new Array("365 Inc.","http://store.theoffside.com/c-133/365-inc.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu7_6_2=new Array("Jackets","http://store.theoffside.com/c-2/jackets.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu7_6_3=new Array("Jerseys","http://store.theoffside.com/c-3/jerseys.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu7_6_4=new Array("Other Brand","http://store.theoffside.com/c-63/other-brand.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu7_6_5=new Array("Soccer Socks","http://store.theoffside.com/c-8/soccer-socks.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu7_6_6=new Array("Training Pants","http://store.theoffside.com/c-105/training-pants.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu7_6_7=new Array("Training Shorts","http://store.theoffside.com/c-21/training-shorts.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu7_6_8=new Array("Training Suits","http://store.theoffside.com/c-82/training-suits.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu7_6_9=new Array("Training T-Shirts","http://store.theoffside.com/c-38/training-tshirts.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu7_6_10=new Array("Training Tops","http://store.theoffside.com/c-19/training-tops.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu7_6_11=new Array("Women's","http://store.theoffside.com/c-53/womens.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8=new Array("Soccer Equipment","http://store.theoffside.com/c-428/soccer-equipment.html","rollover?http://store.theoffside.com/img/offside/arrow-nav.gif?http://store.theoffside.com/img/offside/arrow-nav-on.gif",8,20,125,"","","","","","",-1,-1,-1,"",""); Menu8_1=new Array("Coaching Gear","http://store.theoffside.com/c-57/coaching-gear.html","rollover?http://store.theoffside.com/img/offside/arrow-nav.gif?http://store.theoffside.com/img/offside/arrow-nav-on.gif",9,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_1_1=new Array("Advanced Level Coaching Books","http://store.theoffside.com/c-153/advanced-level-coaching-books.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_1_2=new Array("Coaching & Training DVDs","http://store.theoffside.com/c-91/coaching-training-dvds.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_1_3=new Array("Coaching & Training Videos","http://store.theoffside.com/c-194/coaching-training-videos.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_1_4=new Array("Coaching Accessories","http://store.theoffside.com/c-97/coaching-accessories.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_1_5=new Array("Coaching Bags","http://store.theoffside.com/c-58/coaching-bags.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_1_6=new Array("Coaching Shoes","http://store.theoffside.com/c-183/coaching-shoes.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_1_7=new Array("Field & Training","http://store.theoffside.com/c-111/field-training.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_1_8=new Array("Medical","http://store.theoffside.com/c-122/medical.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_1_9=new Array("Youth Level Coaching Books","http://store.theoffside.com/c-197/youth-level-coaching-books.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_2=new Array("Goalkeeping Gear","http://store.theoffside.com/c-23/goalkeeping-gear.html","rollover?http://store.theoffside.com/img/offside/arrow-nav.gif?http://store.theoffside.com/img/offside/arrow-nav-on.gif",7,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_2_1=new Array("Goalkeeper Gloves","http://store.theoffside.com/c-164/goalkeeper-gloves.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_2_2=new Array("Goalkeeper Jerseys","http://store.theoffside.com/c-24/goalkeeper-jerseys.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_2_3=new Array("Goalkeeper Pants","http://store.theoffside.com/c-272/goalkeeper-pants.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_2_4=new Array("Goalkeeper Shorts","http://store.theoffside.com/c-148/goalkeeper-shorts.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_2_5=new Array("Goalkeeping Books","http://store.theoffside.com/c-257/goalkeeping-books.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_2_6=new Array("Goalkeeping DVDs","http://store.theoffside.com/c-162/goalkeeping-dvds.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_2_7=new Array("Goalkeeping Videos","http://store.theoffside.com/c-314/goalkeeping-videos.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_3=new Array("Kids Soccer Equipment","http://store.theoffside.com/c-147/kids-soccer-equipment.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_4=new Array("Player Equipment","http://store.theoffside.com/c-4/player-equipment.html","rollover?http://store.theoffside.com/img/offside/arrow-nav.gif?http://store.theoffside.com/img/offside/arrow-nav-on.gif",7,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_4_1=new Array("Field & Training","http://store.theoffside.com/c-5/field-training.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_4_2=new Array("Field Player Gloves","http://store.theoffside.com/c-142/field-player-gloves.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_4_3=new Array("Goalkeeper Gloves","http://store.theoffside.com/c-71/goalkeeper-gloves.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_4_4=new Array("Headgear","http://store.theoffside.com/c-30/headgear.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_4_5=new Array("Medical","http://store.theoffside.com/c-121/medical.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_4_6=new Array("Player Accessories","http://store.theoffside.com/c-92/player-accessories.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_4_7=new Array("Soccer Balls","http://store.theoffside.com/c-29/soccer-balls.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_5=new Array("Shinguards","http://store.theoffside.com/c-62/shinguards.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_6=new Array("Soccer Bags","http://store.theoffside.com/c-41/soccer-bags.html","rollover?http://store.theoffside.com/img/offside/arrow-nav.gif?http://store.theoffside.com/img/offside/arrow-nav-on.gif",9,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_6_1=new Array("Backpacks","http://store.theoffside.com/c-154/backpacks.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_6_2=new Array("Ball and Equipment Bags","http://store.theoffside.com/c-180/ball-and-equipment-bags.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_6_3=new Array("Coaching Bags","http://store.theoffside.com/c-108/coaching-bags.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_6_4=new Array("Glove Bags","http://store.theoffside.com/c-261/glove-bags.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_6_5=new Array("Large Duffle Bags","http://store.theoffside.com/c-168/large-duffle-bags.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_6_6=new Array("Medium Duffle Bags","http://store.theoffside.com/c-134/medium-duffle-bags.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_6_7=new Array("Sack Packs","http://store.theoffside.com/c-42/sack-packs.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_6_8=new Array("Shoe Bags","http://store.theoffside.com/c-359/shoe-bags.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_6_9=new Array("Small Duffle Bags","http://store.theoffside.com/c-132/small-duffle-bags.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_7=new Array("Soccer Balls","http://store.theoffside.com/c-25/soccer-balls.html","rollover?http://store.theoffside.com/img/offside/arrow-nav.gif?http://store.theoffside.com/img/offside/arrow-nav-on.gif",6,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_7_1=new Array("Indoor Soccer Balls","http://store.theoffside.com/c-296/indoor-soccer-balls.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_7_2=new Array("Match Soccer Balls","http://store.theoffside.com/c-119/match-soccer-balls.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_7_3=new Array("Mini Soccer Balls","http://store.theoffside.com/c-86/mini-soccer-balls.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_7_4=new Array("Premium Match Soccer Balls","http://store.theoffside.com/c-127/premium-match-soccer-balls.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_7_5=new Array("Soccer Ball Accessories","http://store.theoffside.com/c-245/soccer-ball-accessories.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_7_6=new Array("Training Soccer Balls","http://store.theoffside.com/c-26/training-soccer-balls.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_8=new Array("Soccer Referee Gear","http://store.theoffside.com/c-93/soccer-referee-gear.html","rollover?http://store.theoffside.com/img/offside/arrow-nav.gif?http://store.theoffside.com/img/offside/arrow-nav-on.gif",4,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_8_1=new Array("Referee Equipment","http://store.theoffside.com/c-94/referee-equipment.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_8_2=new Array("Referee Jerseys","http://store.theoffside.com/c-215/referee-jerseys.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_8_3=new Array("Referee Shoes","http://store.theoffside.com/c-124/referee-shoes.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu8_8_4=new Array("Referee Socks","http://store.theoffside.com/c-106/referee-socks.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu9=new Array("Soccer Gifts","http://store.theoffside.com/c-59/soccer-gifts.html","rollover?http://store.theoffside.com/img/offside/arrow-nav.gif?http://store.theoffside.com/img/offside/arrow-nav-on.gif",5,20,125,"","","","","","",-1,-1,-1,"",""); Menu9_1=new Array("Gift Certificates","http://store.theoffside.com/c-235/gift-certificates.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu9_2=new Array("Gifts for Her","http://store.theoffside.com/c-68/gifts-for-her.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu9_3=new Array("Gifts for Him","http://store.theoffside.com/c-145/gifts-for-him.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu9_4=new Array("Gifts for Kids","http://store.theoffside.com/c-78/gifts-for-kids.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu9_5=new Array("Holiday Gifts","http://store.theoffside.com/c-60/holiday-gifts.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu10=new Array("Soccer Memorabilia","http://store.theoffside.com/c-306/soccer-memorabilia.html","rollover?http://store.theoffside.com/img/offside/arrow-nav.gif?http://store.theoffside.com/img/offside/arrow-nav-on.gif",2,20,125,"","","","","","",-1,-1,-1,"",""); Menu10_1=new Array("Soccer Patches","http://store.theoffside.com/c-254/soccer-patches.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu10_2=new Array("Soccer Posters","http://store.theoffside.com/c-176/soccer-posters.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu11=new Array("Soccer Shoes","http://store.theoffside.com/c-17/soccer-shoes.html","rollover?http://store.theoffside.com/img/offside/arrow-nav.gif?http://store.theoffside.com/img/offside/arrow-nav-on.gif",11,20,125,"","","","","","",-1,-1,-1,"",""); Menu11_1=new Array("+F50 TUNIT Soccer Shoes","http://store.theoffside.com/c-130/f50-tunit-soccer-shoes.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu11_2=new Array("FG Soccer Cleats","http://store.theoffside.com/c-18/fg-soccer-cleats.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu11_3=new Array("Footwear Accessories","http://store.theoffside.com/c-191/footwear-accessories.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu11_4=new Array("HG Soccer Cleats","http://store.theoffside.com/c-22/hg-soccer-cleats.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu11_5=new Array("Indoor Soccer Shoes","http://store.theoffside.com/c-174/indoor-soccer-shoes.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu11_6=new Array("Junior Soccer Shoes","http://store.theoffside.com/c-47/junior-soccer-shoes.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu11_7=new Array("Other Brand","http://store.theoffside.com/c-163/other-brand.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu11_8=new Array("Sandals","http://store.theoffside.com/c-224/sandals.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu11_9=new Array("SG Soccer Cleats","http://store.theoffside.com/c-149/sg-soccer-cleats.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu11_10=new Array("Training & Leisure Shoes","http://store.theoffside.com/c-128/training-leisure-shoes.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu11_11=new Array("Turf Soccer Shoes","http://store.theoffside.com/c-199/turf-soccer-shoes.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu12=new Array("Womens Soccer","http://store.theoffside.com/c-79/womens-soccer.html","rollover?http://store.theoffside.com/img/offside/arrow-nav.gif?http://store.theoffside.com/img/offside/arrow-nav-on.gif",8,20,125,"","","","","","",-1,-1,-1,"",""); Menu12_1=new Array("Womens Soccer Accessories","http://store.theoffside.com/c-190/womens-soccer-accessories.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu12_2=new Array("Womens Soccer Jackets","http://store.theoffside.com/c-84/womens-soccer-jackets.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu12_3=new Array("Womens Soccer Jerseys","http://store.theoffside.com/c-83/womens-soccer-jerseys.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu12_4=new Array("Womens Soccer Pants","http://store.theoffside.com/c-226/womens-soccer-pants.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu12_5=new Array("Womens Soccer Shoes","http://store.theoffside.com/c-123/womens-soccer-shoes.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu12_6=new Array("Womens Soccer Shorts","http://store.theoffside.com/c-80/womens-soccer-shorts.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu12_7=new Array("Womens Soccer T-Shirts","http://store.theoffside.com/c-95/womens-soccer-tshirts.html","",0,20,170,"","","","","","",-1,-1,-1,"",""); Menu12_8=new Array("Womens Sports Bras","http://store.theoffside.com/c-182/womens-sports-bras.html","",0,20,170,"","","","","","",-1,-1,-1,"","");