_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#c181cb";
offbgcolor="#376d97";
offcolor="#ffffff";
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#c181cb";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/purple_arrow_down.gif";
subimagepadding=5;
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";

aI("image='images/transparent.gif';imagewidth=53;imageheight=1;onbgcolor=#376d97;");
aI("text=Home;url=index.asp;status=Back To Home Page;");
aI("text=About Us;url=about.asp;status=About Us;");
aI("text=Information for Parents and Patients;url=info.asp;status=Information for Parents and Patients;");
aI("text=Patient Results;url=results.asp;status=Patient Results;");
aI("text=Resources;url=resources.asp;showmenu=Resources;status=Resources;");
aI("text=Contact Us;url=form/default.asp;status=Contact Us;");
aI("image='images/transparent.gif';imagewidth=53;imageheight=1;onbgcolor=#376d97;");
}

with(milonic=new menuname("Resources")){
style=menuStyle;
overflow="scroll";
aI("text=Support Groups/Other Resources;url=resources_support.asp;");
aI("text=Airlines;url=resources_airlines.asp;");
aI("text=Local Hotels/Motels;url=resources_hotels.asp;");
}

drawMenus();

