fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#020100";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12px";
fontstyle="bold";
fontweight="bold";
headerbgcolor="#020100";
headercolor="#020100";
offbgcolor="#020100";
offcolor="#EEEEEE";
onbgcolor="#020100";
oncolor="#E774B5";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=98);Shadow(color=#020100', Direction=135, Strength=3)";
padding=6;
pagebgcolor="#020100";
pagecolor="#020100";
separatorcolor="#020100";
separatorsize=1;
subimage="../../images/verticle_line.jpg";
subimagepadding=1;
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
itemheight=25;
alwaysvisible=1;
position="relative";
orientation="horizontal";
aI("showmenu=Home;align=right;text=Home;");
aI("showmenu=Contact Us;align=right;text=Contact Us;");
aI("showmenu=About Us;align=right;text=About Us;");
aI("showmenu=FAQs;align=right;text=FAQ's;");
aI("showmenu=Testimonials;align=right;text=Testimonials;");
aI("showmenu=Online Shopping;align=right;text=Online Shopping;");
}

with(milonic=new menuname("Home")){
style=menuStyle;
aI("text=Home Page;url=../../;");
}

with(milonic=new menuname("Contact Us")){
style=menuStyle;
aI("text=Contact Details;url=../../contact_details.asp;");
aI("text=Online Enquiry Form;url=../../contact_us.asp;");
}

with(milonic=new menuname("About Us")){
style=menuStyle;
aI("text=About Us;url=../../about_us.asp;");
aI("text=Business Information;url=../../business_information.asp;");
}

with(milonic=new menuname("FAQs")){
style=menuStyle;
aI("text=FAQ's;url=../../faqs.asp;");
aI("text=Useful Links;url=../../useful_links.asp;");
aI("text=Terms and Conditions;url=../../terms_conditions.asp;");
}

with(milonic=new menuname("Testimonials")){
style=menuStyle;
aI("text=Testimonials;url=../../testimonials.asp;");
}

with(milonic=new menuname("Online Shopping")){
style=menuStyle;
aI("text=How to Order Online;url=../../how_to_order_online.asp;");
aI("textOrdering Options;url=../../ordering_options.asp;");
aI("text=Delivery Information;url=../../delivery_information.asp;");
aI("text=Payment Options;url=../../payment_options.asp;");
aI("text=Refund Policy;url=../../refund_policy.asp;");
aI("text=Shopping Cart;url=../../online/scripts/cart.asp;");
aI("text=My Account;url=../../online/scripts/05_Gateway.asp?action=logon;");
}

drawMenus();

