


_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=0               // Sub menu top offset
_subOffsetLeft=0              // 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="#006699";
oncolor="#ffffff";
offbgcolor="#A0B3C5";
offcolor="#515151";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=3;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana";
pagecolor="#000000";
pagebgcolor="#4D9CB7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="menu/arrow.gif";
onsubimage="menu/arrow2.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("bagmac")){
style=menuStyle;
top=235;
left= 17;
alwaysvisible=1;
followscroll="1";
menuwidth="";
menualign="left";
alwaysvisible=1;
orientation="Vertical";
aI("text=Home;url=index.php;");
aI("text=Bagmac Product Range;showmenu=range;");
aI("text=Bagmac Accessories;showmenu=accessories;");
aI("text=Feedback;showmenu=feedback;");
aI("text=Golf Links;showmenu=links;");
aI("text=View Fitting Video;showmenu=multimedia;");
aI("text=Notices;showmenu=notices;");
aI("text=Classified Golf Ad's;url=classifieds;");
aI("text=View Your Basket;url=cart.php;");

}

with(milonic=new menuname("range")){
style=menuStyle;
overflow="scroll";
aI("text=The Standard Bagmac;url=bagmac_standard.php");
aI("text=The Executive Bagmac;url=bagmac_executive.php");
aI("text=Trolly Wheel Covers;url=wheel_covers.php");
}

with(milonic=new menuname("accessories")){
style=menuStyle;
aI("text=Embroidered 'T' Shirts;url=shirts.php");
}

with(milonic=new menuname("feedback")){
style=menuStyle;
aI("text=Send Us An E-mail;url=mailto:sales@bagmac.com");
aI("text=Contact Details;url=company_details.php");
aI("text=Online Comments Form;url=feedback.php");
}

with(milonic=new menuname("links")){
style=menuStyle;
aI("text=Golf Courses;showmenu=courses");
aI("text=Online Golf Shopping;showmenu=shops");
aI("text=The Virtual Golf Society;url=http://www.virtualgolfsociety.co.uk/");
}

with(milonic=new menuname("multimedia")){
style=menuStyle;
aI("text=Lower Quality Video For Dial-Up 300kb;url=fitting_videolow.php");
aI("text=Higher Quality Video For DSL 1500kb;url=fitting_video.php");
}

with(milonic=new menuname("notices")){
style=menuStyle;
aI("text=Privacy Policy;url=privacy.php");
aI("text=Terms Of Use;url=terms.php");
aI("text=Payment Details;url=payment.php");
}

with(milonic=new menuname("courses")){
style=menuStyle;
aI("text=St Andrews Links;url=http://www.standrews.org.uk");
}

with(milonic=new menuname("shops")){
style=menuStyle;
aI("text=American Discount Golf;url=http://www.americangolf.co.uk/");
aI("text=Golf Clothing;url=http://www.fashionfactory.uk.com/");
}


drawMenus();

