_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=50                // Follow scrolling Rate
_subOffsetTop=5               // 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="#990000";
oncolor="#ffffff";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="bold";
fontfamily="Verdana, Arial";
pagecolor="#ffffff";
pagebgcolor="#990000";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter=""; //Fade(duration=0.0);Alpha(opacity=80);Shadow(color='#777777', Direction=135, Strength=5)
outfilter=""; //randomdissolve(duration=0.3)
}

with(pulldownStyle=new mm_style()){
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#F7B100";
offcolor="#000000";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="bold";
fontfamily="Verdana, Arial";
pagecolor="#000000";
pagebgcolor="#F7B100";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.0);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"; //Shadow(color='#777777', Direction=135, Strength=5)
outfilter=""; //randomdissolve(duration=0.3)
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="left";
alwaysvisible=1;
orientation="horizontal";
overfilter="";
position="relative";
aI("text=&nbsp;Home&nbsp;url=/nissco;;;status=Home;");
aI("text=&nbsp;About NISSCO&nbsp;url=/nissco/about/index.asp;;;status=About NISSCO;");
aI("text=&nbsp;Become a Member&nbsp;url=/nissco/membership/index.asp;;status=Become a Member;");
aI("text=&nbsp;F.A.Q.&nbsp;url=/nissco/faq/index.asp;;status=F.A.Q.;");
aI("text=&nbsp;Preferred Suppliers&nbsp;url=/nissco/catalog/index.asp;;status=Preferred Suppliers;");
aI("text=&nbsp;Find a Dealer&nbsp;url=/nissco/dealer/index.asp?t=1;;status=Find a Dealer;");
//aI("text=&nbsp;Place an Order&nbsp;url=http://nissco.jansancatalog.com/webapp/catalog/;target='blank';status=Place an Order;");
aI("text=&nbsp;Contact Us&nbsp;url=/nissco/dealer/index.asp?t=2;;status=Contact Us;");
}

drawMenus();