 


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=10              // 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="#EEC444";
oncolor="#FFFFFF";
offbgcolor="#ffffff";
offcolor="#000000";  
bordercolor="#53623E";
borderstyle="solid";
borderwidth=0;
separatorcolor="#53623E";
separatorsize="5";
padding=10;
fontsize="75%";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#F0F0E0";
headercolor="#ffffff";
headerbgcolor="#685A28";
headeronbgcolor="#ff0000";
headerbordercolor="#000000";
headerborder="#000000";
subimage="/images/RWmenuarrow.gif";
subimagepadding="0";
overfilter="Fade(duration=0.1);Alpha(opacity=100);Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=10;
left=10;
alwaysvisible=1;
position="relative";


aI("text=Home;url=/index.html;type=header");
aI("text=Breakfast Menus;url=/breakfast_menus.html;");
aI("text=Lunch Menus;url=/lunch_menus.html;");
aI("text=Dinner Menus;url=/dinner_menus.html;");
aI("text=Party Buffets;url=/reception_menus.html;");
aI("text=Passed Hors D’oeuvres;url=/passed-item-menus.html;");
aI("text=Crawfish Boils;url=/crawfish-boil-bbq-menus.html;");
aI("text=Beverage & Bars;url=/beverage_menu.html;");
aI("text=Sample Menus;url=/sample_menus.html;");
aI("text=Staff & Rentals;url=/event_planning.html;");
aI("text=Event Photos;url=/event-photographs.html;");
aI("text=About Us;url=http:/about_us.html;");
aI("text=Customer Comments;url=/customers.html;");
aI("text=Contact Us;url=mailto:julie@southernhospitalitycatering.com;");
}



drawMenus();

