
_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=5    // Sub menu top offset
_subOffsetLeft=-3  // 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())
{
  oncolor="#000000";
offbgcolor=" ";
offcolor="#FEFEFE";
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
separatorcolor="#ffffff";
separatorwidth="2";
separatorheight="35";
padding="0";
fontsize="14px";
fontstyle="normal";
fontweight="bold";
fontfamily="arial";
subimagepadding="0";
itemwidth="100";
itemheight="23";
margin="0";
align="center";

}
with(menuStyle2=new mm_style())
{
  onbgcolor="#3B3B3B";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#3B3B3B";
bordercolor="#3B3B3B";
borderstyle="solid";
borderwidth="1";
separatorsize="1";
separatorcolor="#eeeeee";
padding="3";
fontsize="11px";
fontstyle="normal";
fontfamily="tahoma";
subimage="/SiteResources/Data/Templates/Images/arrow_rt_000000.gif";
onsubimage="/SiteResources/Data/Templates/Images/arrow_rt_ffffff.gif";
imagewidth="0";
subimagepadding="4";
itemwidth="130";
align="left";

}
with(milonic=new menuname("Main Menu"))
{
style=menuStyle;
margin="0";
menuheight="35px";
menuwidth="773px";
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("url=/Home-Page;status=Home Page;bgimage=/SiteResources/Data/Templates/Images/red.jpg;overbgimage=/SiteResources/Data/Templates/Images/red.jpg;pagebgimage=/SiteResources/Data/Templates/Images/red.jpg;itemwidth=153;itemheight=35;text=Home Page;"); 
aI("url=/new-products;status=New Products;bgimage=/SiteResources/Data/Templates/Images/orange.jpg;overbgimage=/SiteResources/Data/Templates/Images/orange.jpg;pagebgimage=/SiteResources/Data/Templates/Images/orange.jpg;itemwidth=153;itemheight=35;text=New Products;"); 
aI("url=/specials;status=Specials;bgimage=/SiteResources/Data/Templates/Images/blue.jpg;overbgimage=/SiteResources/Data/Templates/Images/blue.jpg;pagebgimage=/SiteResources/Data/Templates/Images/blue.jpg;itemwidth=153;itemheight=35;text=Specials;"); 
aI("url=/my-account;status=My Account;bgimage=/SiteResources/Data/Templates/Images/yellow.jpg;overbgimage=/SiteResources/Data/Templates/Images/yellow.jpg;pagebgimage=/SiteResources/Data/Templates/Images/yellow.jpg;itemwidth=153;itemheight=35;text=My Account;"); 
aI("url=/contact-us;status=Contact us;bgimage=/SiteResources/Data/Templates/Images/grey.jpg;overbgimage=/SiteResources/Data/Templates/Images/grey.jpg;pagebgimage=/SiteResources/Data/Templates/Images/grey.jpg;itemwidth=153;itemheight=35;text=Contact us;"); 
}

