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;
menuZindex=0;

with(menuStyle=new mm_style()){
bordercolor="#87c522";
borderstyle="solid";
borderwidth=0;
fontfamily="Helvetica";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offclass="tabfree"
onbold=0;
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
padding=4;
pageclass="tabpage"
separatorcolor="gray";
separatorsize=0;
pointer="default";
}

with(milonic=new menuname("Checkout Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
menualign="left";
zindex="0";
aI("status=Check Basket;text=&nbsp;&nbsp;Check Basket&nbsp;&nbsp;pagematch=Check_Basket.aspx");
if (intOption == 0)
{
aI("status=Confirm Address;subimageposition=0;text=&nbsp;&nbsp;Confirm Address&nbsp;&nbsp;pagematch=Confirm_Address.aspx;");
}
aI("status=Confirm Order;subimageposition=0;text=&nbsp;&nbsp;Confirm Order&nbsp;&nbsp;pagematch=Confirm_Order.asp;");

}
drawMenus();

