


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#00bfff";
oncolor="#2A006D";
offbgcolor="#2A006D";
offcolor="#00bfff";
bordercolor="#2A006D";
borderstyle="solid";
borderwidth=1;
separatorcolor="#00bfff";
separatorsize="0";
padding=4;
fontsize="65%";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";

subimage="arrow.gif";
onsubimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
width=770;
top=70;
left=0;
alwaysvisible=1;
orientation="horizontal";
borderwidth="0"
aI("text=&nbsp;Home&nbsp;;url=Default.ink;status=Back To Home Page;");
aI("text=&nbsp;Shop&nbsp;;showmenu=shop;");
aI("text=&nbsp;Contact&nbsp;Us&nbsp;;showmenu=contactus;");
aI("text=&nbsp;&nbsp;Buy&nbsp;Gloves&nbsp;;url=Sub_shop.ink?pcategory=gloves;status=Buy Goalkeeper Gloves;");
aI("text=&nbsp;&nbsp;Buy&nbsp;Gear&nbsp;;url=Sub_shop.ink?pcategory=clothing;status=Buy Goalkeeper Clothing;");
aI("text=&nbsp;&nbsp;Buy&nbsp;Accessories&nbsp;;url=Sub_shop.ink?pcategory=Accessories;status=Buy Goalkeeper Accessories;");
aI("text=&nbsp;&nbsp;Buy&nbsp;Books,&nbsp;DVDs&nbsp;&&nbsp;Videos&nbsp;;url=Sub_shop.ink?pcategory=videos;status=Buy Training Videos;");
aI("text=&nbsp;Training&nbsp;Equipment&nbsp;;url=Sub_shop.ink?pcategory=training;status=Training Equipment;");
}


with(milonic=new menuname("shop")){
style=menuStyle;
overflow="scroll";
;

aI("text=&nbsp;Buy&nbsp;Gloves&nbsp;;url=Sub_shop.ink?pcategory=gloves;status=Buy Goalkeeper Gloves;");
aI("text=&nbsp;Buy&nbsp;Gear&nbsp;;url=Sub_shop.ink?pcategory=clothing;status=Buy Goalkeeper Clothing;");
aI("text=&nbsp;Buy&nbsp;Accessories&nbsp;;url=Sub_shop.ink?pcategory=Accessories;status=Buy Goalkeeper Accessories;");
aI("text=&nbsp;Buy&nbsp;Videos&nbsp;;url=Sub_shop.ink?pcategory=videos;status=Buy Training Videos;");
aI("text=&nbsp;Buy&nbsp;Books&nbsp;;url=Sub_shop.ink?pcategory=books;status=Buy Books;");
aI("text=&nbsp;Sale&nbsp;Specials&nbsp;;url=Sub_shop.ink?pcategory=sale;status=Sale Specials;");
}


with(milonic=new menuname("contactus")){
style=menuStyle;
overflow="scroll";

aI("text=Contact&nbsp;Details;url=sub_contacts.ink;status=Address Details, Contact numbers and email addresses;");
aI("text=Goalstopper;url=sub_aboutus.ink;status=About Goalstopper;");
aI("text=Terms&Conditions;url=Sub_Terms.ink;status=Terms & Conditions;");
aI("text=Feedback;url=sub_visitorsbook.ink;status=Send us you feedback on the Goalstopper site;");
}
drawMenus();

