fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;


with(menuStyle=new mm_style()){
borderwidth=0;
fontfamily="Arial";
fontsize="9px";
fontstyle="normal";
fontweight="bold";
offcolor="#FFFFFF";
offbgcolor="transparent";
oncolor="#08608a";
onbgcolor="#e0e8f1";
itemheight="20px";
}

with(milonic=new menuname("main")){
alwaysvisible=1;
left=0;
top=0;
orientation="horizontal";
style=menuStyle;
position="relative";
fixMozillaZIndex=true;
aI("url=http://www.miravia.com/about.html;showmenu=about;text=&nbsp;&nbsp;About Us&nbsp;&nbsp;;offbgcolor=#e0e8f1;offcolor=#08608a;");
aI("url=http://www.miravia.com/news.html;showmenu=new;text=&nbsp;&nbsp;What's New&nbsp;&nbsp;;");
aI("url=http://www.miravia.com/contact.html;showmenu=contact;text=&nbsp;&nbsp;Contact Us&nbsp;&nbsp;;");
aI("url=http://www.miravia.com/list.php;text=&nbsp;&nbsp;Mailing List&nbsp;&nbsp;;");
}

with(menuStyle1=new mm_style()){
borderwidth=0;
fontfamily="Arial";
fontsize="9px";
fontstyle="normal";
fontweight="bold";
offcolor="#789ebe";
offbgcolor="#d9d4da";
oncolor="#555555";
onbgcolor="#d9d4da";
itemheight="20px";
}

with(menuStyle2=new mm_style()){
borderwidth=0;
fontfamily="Arial";
fontsize="9px";
fontstyle="normal";
fontweight="bold";
offcolor="#555555";
offbgcolor="#e2dfe3";
oncolor="#789ebe";
onbgcolor="#e2dfe3";
itemheight="20px";
}

with(milonic=new menuname("about")){
style=menuStyle1;
itemwidth=100;
top=123;
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Directors;url=http://www.miravia.com/about_directors.html;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Associates;url=http://www.miravia.com/about_associates.html;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Calendar;url=http://www.miravia.com/about_calendar.html;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Pathways Model;url=http://www.miravia.com/about_pathways.html;");
}

with(milonic=new menuname("new")){
style=menuStyle1;
itemwidth=100;
top=123;
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Current Projects;url=http://www.miravia.com/new_projects.html;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Newsletter;url=http://www.miravia.com/newsletters.html;");
}

with(milonic=new menuname("contact")){
style=menuStyle1;
itemwidth=100;
top=123;
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Feedback;url=mailto:feedback@miravia.com;");
}

drawMenus();

