

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=0	             // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
winWidth=(((document.all?document.body.clientWidth:window.innerWidth)-764)/2);


with(menuStyle=new mm_style()){
onbgcolor="#FBB146";
oncolor="#FFFFFF";
offbgcolor="#FBB146";
offcolor="#761307";
bordercolor="#FBB146";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=3;
fontsize="10";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=5)";
}

with(SubMenuStyle=new mm_style()){
onbgcolor="#CCCCCC";
oncolor="#000000";
offbgcolor="#FFFAF0";
offcolor="#000000";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="1";
padding=3;
fontsize="10";
fontstyle="normal";
fontweight="normal";
subimage="images/sidearrow.gif";
subimagepadding="5";
fontfamily="Verdana, Tahoma, Arial";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=5)";
}



with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=103;
itemwidth=160;
left=winWidth+3;
alwaysvisible=1;
orientation="vertical";
aI("text=Our Store;showmenu=Organization");
aI("text=Specials;url=specials.html;");
aI("text=Pharmacy;url=http://www.pharmasavevulcan.com;");
aI("text=What's New;url=whatsnew.html;");
aI("text=Contact Us;url=contactus.html;");
}

with(milonic=new menuname("Organization")){
style=SubMenuStyle;
itemwidth=300;
aI("text=Fresh Choices in the Smoked Meat Shoppe;url=meats.html;");
aI("text=Fresh Choices in Produce;url=produce.html;");
aI("text=Fresh Choices in the Bakery;url=bakery.html;");
aI("text=Fresh Choices in the Deli;url=deli.html;");
aI("text=Fresh Choices in the Cafe on the Go!;url=cafe.html;");
aI("text=Fresh Choices from the Floral and Garden Shoppe;url=floral.html;");
}

drawMenus();

