

_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="#99A4A9";
//oncolor="#E4DEBE";
//offbgcolor="#99A4A9";
//offcolor="#ffffff";
//bordercolor="#296488";
//borderstyle="solid";
//borderwidth=1;
//separatorcolor="#2D729D";
//separatorsize="0";
//padding=1;
//fontsize="11";
//fontstyle="normal";
//fontfamily="Arial, Helvetica, sans-serif";
//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)";
oncolor="#A51A1A";
offcolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
padding=3;
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Helvetica, sans-serif";
//menubgimage="viz/logobg.gif";
}


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


with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="center"
top="offset=94";
left="offset=-35";
alwaysvisible=1;
orientation="horizontal";
aI("text=;url=;");
aI("text=<b>Home&nbsp;&nbsp;&nbsp;&nbsp;</b>;url=index2.php;");
aI("text=<b>Services</b>;showmenu=services;");
aI("text=<b>Gallery/Giftshop</b>;showmenu=gallery;");
//aI("text=<b>Gift Shop&nbsp;&nbsp</b>;url=giftshop.html;");
aI("text=<b>Performing Arts</b>;showmenu=performarts;");
aI("text=<b>Communications</b>;showmenu=communications;");
aI("text=<b>Calendars</b>;showmenu=calendars;");
aI("text=<b>Contact Us&nbsp;&nbsp</b>;url=contact.html;");
aI("text=<b>Site Map</b>;url=sitemap.html;");
}

with(milonic=new menuname("services")){
style=menuStyle2;
aI("text=HIV/AIDS Program;url=hivaids.html;");
aI("text=Employment & Training;url=employtrain.html;");
aI("text=Health Department;url=health.html;");
aI("text=AICH Youth Council ;url=youthcouncil.html;");
aI("text=Job Announcements;url=jobswp/;");
aI("text=Scholarships, Internships &#38; Fellowships&nbsp;;url=sifwp/;");
aI("text=Membership Application Forms;url=memberappforms.html;");
}

with(milonic=new menuname("gallery")){
style=menuStyle2;
aI("text=About the Gallery;url=aboutgallery.html;");
// aI("text=Current Exhibits;url=currentexhibits.php;");
aI("text=Past Exhibits;url=pastexhibits.html;");
aI("text=AICH Giftshop;url=giftshop.html;");
}

with(milonic=new menuname("performarts")){
style=menuStyle2;
aI("text=About the Performing Arts Department&nbsp;;url=aboutperformingarts.html;");
aI("text=Roster of Performing &amp; Allied Artists;url=roster.html;");
aI("text=The Circle at AICH;url=thecircle.html;");
aI("text=Native American Actors Showcase;url=actors_showcase.html;");
aI("text=Performing Arts Stipend;url=notices.html;");
}

with(milonic=new menuname("communications")){
style=menuStyle2;
aI("text=Publications & Bulletins;url=pub_bul.html;");
aI("text=Research;url=comm_research.html;");
}


with(milonic=new menuname("calendars")){
style=menuStyle2;
aI("text=Events Calendar;url=calendar.php;");
// aI("text=Gallery Calendar;url=calendar3.php;");
aI("text=Pow Wow Calendar&nbsp;;url=calendar4.php;");
}


drawMenus();

