


_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()){
align="left";
offcolor="#9a5141";  //offcolor="#9A5141";
oncolor="#ffffff";   //oncolor="#9A5141";
offbgcolor="#F1eacd"; //offbgcolor="#C0D8E0"
onbgcolor="#bd6750"; //onbgcolor="#F1EACD";
bordercolor="#993377"; //bordercolor="#E0DAC4";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontsize="13px";
pagecolor="black";
pagebgcolor="#bd6750"; //pagebgcolor="#82B6D7";   // Currently Selected Item
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/images/icons/arrowdn.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
top=155;
left=200;
alwaysvisible=1;
orientation="horizontal";
overfilter="";
aI("text=Introduction;showmenu=Introduction;");
aI("text=The Restaurant;showmenu=Restaurant;");
aI("text=The Bars;showmenu=Bars;");
aI("text=Contact The Spaniard;url=/cgi-bin/GetMessage.pl;");
aI("text=Leisure;showmenu=Leisure;");
}

with(milonic=new menuname("Introduction")){
style=menuStyle;
overflow="scroll";
aI("text=The Spaniard's Homepage;url=/index.htm;");
aI("text=Location;url=/location.htm;");
aI("text=History;url=/history.htm;");
aI("text=The Poem;url=/poem.htm;");
aI("text=;url=/the_beer_garden.htm;");
}

with(milonic=new menuname("Restaurant")){
style=menuStyle;
overflow="scroll";
aI("text=Information;url=/restaurant.htm;");
aI("text=Sample Menu;url=/menu_a_la_carte.htm;");
aI("text=3-Course Value Menu;url=/menu_3_course.htm;");
aI("text=Sample Wine List;url=/wine_list.htm");
aI("text=Booking Table(s);url=/book_tables.htm;");
}

with(milonic=new menuname("Bars")){
style=menuStyle;
overflow="scroll";
aI("text=Information;url=/bars.htm;");
aI("text=Sample Bar Menu;url=/menu_bar.htm;");
aI("text=Outside;url=/outside.htm;");
}

with(milonic=new menuname("Leisure")){
style=menuStyle;
overflow="scroll";
aI("text=Strolls by The Spaniard;url=strolls.htm;");
aI("text=Gifts;url=gifts.htm;");
aI("text=Useful Links;url=/links.htm;");
}

