

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=1              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="#E0EFFF";  //8EBCF0   C7E1FE
offbgcolor="";
offcolor="#000000";
//bordercolor="#296488";
//borderstyle="solid";
//borderwidth=0;
//separatorcolor="#000000";
//separatorsize="0";
padding=2;
fontsize="12";
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
fontweight="bold";
//pagecolor="black";
//pagebgcolor="#99A4A9";
//headercolor="#000000";
//headerbgcolor="#ffffff";
subimage="menu/arrow2.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);)";
//outfilter="randomdissolve(duration=0.3)";
}


with(menuStyle2=new mm_style()){
onbgcolor="#C7E1FE";   
oncolor="#000000";
offbgcolor="#CCB9A0";   //C8B59C
offcolor="#000000";
bordercolor="#555555";
borderstyle="solid";
borderwidth=1;
separatorcolor="#333333";
separatorsize="1";
padding=2;
fontsize="12";
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="black";
pagebgcolor="#C8B59C";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="menu/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.0);Alpha(opacity=100);)";
outfilter="randomdissolve(duration=0.0)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="center"
top="offset=82";
left="offset=-20";
alwaysvisible=1;
orientation="horizontal";
aI("text=;url=;");
aI("text=<b>Home&nbsp;&nbsp;</b>;url=index.html;");
aI("text=<b>About Us</b>;showmenu=aboutus;");
aI("text=<b>Adult Living Services&nbsp;&nbsp;</b>;url=als.html;");
aI("text=<b>Samples</b>;showmenu=music;");
aI("text=<b>Song List</b>;showmenu=songlist;");
aI("text=<b>Photos</b>;showmenu=photos;");
aI("text=<b>Live Gigs</b>;showmenu=livegigs;");
aI("text=<b>Contact</b>;url=contact.html;");
}

with(milonic=new menuname("aboutus")){
style=menuStyle2;
aI("text=Peter Salomon;url=about.html;");
aI("text=FAQ;url=faq.html;");
}

with(milonic=new menuname("music")){
style=menuStyle2;
aI("text=Music Samples;url=music.html;");
aI("text=Video Samples;url=videos.html;");
}

with(milonic=new menuname("songlist")){
style=menuStyle2;
aI("text=Wedding & contemporary;url=wedcontemp.html;");
aI("text=Classics & Motown;url=classics.html;");
aI("text=50's, Swing, Sinatra;url=50s.html;");
aI("text=Mambo, Merengue<br>Rumbas, Cha Cha;url=mambo.html;");
aI("text=Jewish, Irish<br>Italian, Greek;url=jewish.html;");
aI("text=Polka, Waltz, Dixieland;url=polka.html;");
}

with(milonic=new menuname("photos")){
style=menuStyle2;
aI("text=Miscellaneous;url=photos.html;");
aI("text=Midnight Express;url=photosme.html;");
}

with(milonic=new menuname("livegigs")){
style=menuStyle2;
aI("text=Live Gigs Calendar&nbsp;;url=live.shtml;");
aI("text=Polpo Restaurant Appearances&nbsp;;url=polpo.html;");
}





drawMenus();

