


_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=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="#47A0A5";
oncolor="#ffffff";
offbgcolor="#DAEEEF";
offcolor="#006666";
bordercolor="#006666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#006666";
separatorsize="1";
padding=4;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#99CCCC";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(sdc=new menuname("Main Menu")){
style=menuStyle;
position="relative";
alwaysvisible=1;
overflow="scroll";
aI("text=Home;url=index.htm;status=Back To Home Page;");
aI("text=About Us;url=biography.htm;showmenu=about;status=Learn About Us;");
aI("text=Schedule;url=schedule.htm;status=View Our Schedule;");
aI("text=Cue Sheets;url=cs_alpha.htm;showmenu=cuesheets;status=View A List Of Cue Sheets");
aI("text=Lac-A-Do Hall;url=lacado.htm;status=Visit Lac-A-Do Hall");
aI("text=Links;url=links.htm;status=View Our Links Page;");
aI("text=Contact Us;url=contact.htm;status=View Contact Information;");
aI("text=Guestbook;url=http://dancepapa.home.comcast.net/cgi-bin/GBEntry?owner=dancepapa;showmenu=guestbook;status=Sign Our Guestbook;");
}

with(sdc=new menuname("about")){
style=menuStyle;
overflow="scroll";
aI("text=Dance History;url=biography.htm;status=View Our Dance History;");
aI("text=Our Family;url=family.htm;status=A Little About Our Family;");
}

with(sdc=new menuname("cuesheets")){
style=menuStyle;
overflow="scroll";
aI("text=Sorted By Title;url=cs_alpha.htm;status=View A List Of Cue Sheets Sorted By Title;");
aI("text=Sorted By Rhythm;url=cs_rhythm.htm;status=View A List Of Cue Sheets Sorted By Rhythm;");
aI("text=Sorted By Phase;url=cs_phase.htm;status=View A List Of Cue Sheets Sorted By Phase;");
}

with(sdc=new menuname("guestbook")){
style=menuStyle;
overflow="scroll";
aI("text=Sign Guestbook;url=http://dancepapa.home.comcast.net/cgi-bin/GBEntry?owner=dancepapa;status=Sign Our Guestbook;");
aI("text=View Guestbook;url=http://dancepapa.home.comcast.net/cgi-bin/GBView?owner=dancepapa;status=View Our Guestbook;");
}

drawMenus();

