_menuCloseDelay=200           // 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=40                // 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="#878787";
oncolor="#000000";
offbgcolor="#560287";
offcolor="#FFFFFF";
bordercolor="#878787";
borderstyle="solid";
borderwidth=1;
separatorcolor="#878787";
separatorsize="1";
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#cccccc";
headercolor="#660000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.2)";
}

with(milonic=new menuname("Program")){
style=menuStyle;
overflow="scroll";
aI("text=Convention Highlights;url=Highlights.asp;");
aI("text=New for 2006;url=New.asp;");
aI("text=Keynote Speakers;url=Speakers.asp;");
aI("text=Featured Speakers;url=FeaturedSpeakers.asp;");
aI("text=Safaris;url=Safaris.asp;");
aI("text=Schedule;url=Schedule.asp;");
aI("text=Fun Events;url=FunEvents.asp;");
aI("text=FAQ;url=FAQ.asp;");
aI("text=SIG Meetings;url=SIGs.asp;");
aI("text=Golf Tournament;url=golf.asp;");
aI("text=Contact;url=contact.asp;");
}

with(milonic=new menuname("HousingTravel")){
style=menuStyle;
aI("text=Housing Reservations;url=HousingReservations.asp");
aI("text=Hotel List;url=Hotels.asp;");
aI("text=Parking;url=Parking.asp");
aI("text=Getting Here;url=GettingHere.asp;");
aI("text=About Austin;url=AboutAustin.asp");
aI("text=Contact;url=contact.asp;");
}

with(milonic=new menuname("SessionsWorkshops")){
style=menuStyle;
aI("text=About Sessions and Workshops;url=AboutSessionsAndWorkshops.asp;");
aI("text=Search;url=SearchWorkshops.asp;");
aI("text=List Free Sessions;url=SearchResults.Asp?FreeOnly=True;");
aI("text=Workshop Handouts;url=WorkshopHandouts.asp;");
aI("text=Contact;url=contact.asp;");
}

with(milonic=new menuname("ExhibitHall")){
style=menuStyle;
aI("text=Maps of Convention Center;url=Maps.asp;");
aI("text=Exhibitor List;url=ExhibitorList.asp;");
aI("text=Exhibitor Tutorials;url=ExhibitorTutorials.asp;");
aI("text=Contact;url=contact.asp;");
}

with(milonic=new menuname("Home")){
style=menuStyle;
aI("text=Attendee Home;url=Default.asp;");
aI("text=Exhibitor Home;url=../Exhibitors/Default.asp;");
aI("text=Convention Home;url=../Default.asp;");
}