_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#cccccc";
onbgcolor="#999999";
oncolor="#660000";
outfilter="randomdissolve(duration=0.1)";
overfilter="Fade(duration=0.1);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagecolor="black";

separatorcolor="#999999";
separatorsize=1;
subimage="http://img.milonic.com/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;

aI("showmenu=Store;text=Order Bait;");
aI("text=Find a Dealer;url=javascript:loadintoIframe('myframe','http://www.mannsbait.com/statelocator/states.asp');void(0);");
aI("showmenu=Service;text=Customer Service;");
aI("showmenu=AboutUs;text=About Us;");
aI("showmenu=Fishtales;text=Read Fishtales;");
}

with(milonic=new menuname("Store")){
overflow="scroll";
style=menuStyle;
aI("text=New Lures;url=javascript:loadintoIframe('myframe','searchitems.asp?SearchEnc=New&TheType=New');")
aI("text=Saltwater;url=javascript:loadintoIframe('myframe','searchgroups.asp?TheType=Saltwater');")
aI("text=Freshwater;url=javascript:loadintoIframe('myframe','searchgroups.asp?TheType=Freshwater');")
aI("text=All (SW & FW);url=javascript:loadintoIframe('myframe','searchgroups.asp?TheType=All');")
aI("text=Hard Baits;url=javascript:loadintoIframe('myframe','searchgroups.asp?ShowType=Hard');")
aI("text=Soft Baits;url=javascript:loadintoIframe('myframe','searchgroups.asp?ShowType=Soft');")
aI("text=Hollow Body;url=javascript:loadintoIframe('myframe','searchitems.asp?Groupname=Hollow Body - Freshwater&ShowType=Hollow');")
aI("text=Classic Spinnerbaits;url=javascript:loadintoIframe('myframe','searchitems.asp?Groupname=Spinnerbaits/Buzzbaits - Freshwater&ShowType=Spinner');")
aI("text=Lead Baits;url=javascript:loadintoIframe('myframe','searchgroups.asp?ShowType=Lead');")
aI("text=Clothing & Misc.;url=javascript:loadintoIframe('myframe','searchitems.asp?Groupname=Group - Misc&ShowType=Miscellaneous');")
aI("text=Hardnose Series;url=javascript:loadintoIframe('myframe','searchitems.asp?Searchfield=Hardnose');")
aI("text=Elite Series;url=javascript:loadintoIframe('myframe','searchitems.asp?Groupname=Group - Elite Series');")
aI("text=Stretch Series;url=javascript:loadintoIframe('myframe','searchitems.asp?Searchfield=Stretch');")

}

with(milonic=new menuname("Service")){
style=menuStyle;
aI("text=Login to your account;url=https://www.cart32.com/mannsbait/cart32.exe/MANNSBAIT-user;target=blank");
aI("text=Check order status;url=https://www.cart32.com/mannsbait/cart32.exe/MANNSBAIT-orderstatus;target=blank");
aI("text=Visit our FAQ site;url=https://mannsbait.iservicecrm.com/findanswers.aspx;target=blank");
}

with(milonic=new menuname("AboutUs")){
style=menuStyle;
aI("text=About Mann's Bait Company;url=javascript:loadintoIframe('myframe','http://www.mannsbait.com/aboutus.html');void(0);");
aI("text=Press Releases;url=javascript:loadintoIframe('myframe','http://www.mannsbait.com/Press/index.html');void(0);");
aI("text=Pro Team;url=javascript:loadintoIframe('myframe','http://www.mannsbait.com/Proteam.html');void(0);");
}

with(milonic=new menuname("Fishtales")){
style=menuStyle;
aI("text=Fishtales Home;url=http://www.mannsbait.com/fishtales/fishtales.asp?DisplayType=All;0;");
aI("text=Freshwater Fishtales;url=http://www.mannsbait.com/fishtales/fishtales.asp?DisplayType=Freshwater;0;");
aI("text=Saltwater Fishtales;url=http://www.mannsbait.com/fishtales/fishtales.asp?DisplayType=Saltwater;0;");

}

drawMenus();


