
_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10             // Sub menu top offset
_subOffsetLeft=-20           // 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="#FAF600";
oncolor="#000000";
offbgcolor="#9F2886";
offcolor="#ffffff";
bordercolor="#FAF600";
borderstyle="solid";
borderwidth=1;
padding=3;
fontsize="11";
fontweight="bold";
fontfamily="Verdana";
pagecolor="#FAF600";
pagebgcolor="#9F2886";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="";
}

with(westgate=new menuname("Main Menu")){
style=menuStyle;
top=130;
left=165;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home&nbsp;;url=index.html;status=Home;image=images/pins.gif;");
aI("text=Bowling Center&nbsp;;url=center.html;status=Bowling Center;image=images/pins.gif;");
aI("text=Harry's&nbsp;;url=pub.html;showmenu=pub;status=Harry's Westgat Pub & Grill;image=images/pins.gif;");
aI("text=Rates&nbsp;;url=price.html;showmenu=rates;status=Rates;image=images/pins.gif;");
aI("text=Leagues&nbsp;;showmenu=league;status=Leagues;image=images/pins.gif;");
aI("text=Contact/Directions&nbsp;;url=contact.html;status=Contact/Directions;image=images/pins.gif;");
}

with(westgate=new menuname("pub")){
style=menuStyle;
overflow="scroll";
aI("text=Restaurant Menu;url=rmenu.html;status=Restaurant Menu;");
aI("text=Function Menu;url=fmenu.html;status=Function Menu;");
aI("text=Event Calendar;url=event.html;status=Event Calendar;");
}

with(westgate=new menuname("rates")){
style=menuStyle;
overflow="scroll";
aI("text=Bowling Rates;url=price.html;status=Bowling Rates;");
aI("text=Billiard Rates;url=billiard.html;status=Billiard Rates;");
aI("text=Birthdays;url=birthday.html;status=Birthdays;");
aI("text=Cosmic Bowl;url=cosmic.html;status=Cosmic Bowl;");
}

with(westgate=new menuname("league")){
style=menuStyle;
aI("text=Ten Pin League;url=ten.html;status=Ten Pin League;");
aI("text=Candle Pin League;url=candle.html;status=Candle Pin League;");
}

drawMenus();

