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(mainMenuStyle=new mm_style()){
borderstyle="none";
borderwidth=0;
}

with(menuStyle=new mm_style()){
bordercolor="#000066";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Arial, Tahoma, Helvetica, sans-serif";
fontsize="10px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000066";
offbgcolor="#eeeeee";
offcolor="#00";
onbgcolor="#EEEEC5";
oncolor="#000066";
pagebgcolor="#EEEEC5";
pagecolor="#000066";
separatorcolor="#000066";
separatorsize=1;
subimagepadding=2;
padding=4;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=mainMenuStyle;
aI("image=img/spacer.gif;url=index.php;");
aI("image=img/public_btn.jpg;url=page/who_we_are;showmenu=Public;");
aI("image=img/vet_btn.jpg;url=page/news;showmenu=Veterinarians;");
aI("image=img/login_btn.jpg;url=login;showmenu=ACVECC_Login;");
}

with(milonic=new menuname("Public")){
itemwidth=170;
style=menuStyle;
aI("text=Who We Are;url=page/who_we_are;")
aI("text=List of Specialists;url=members.php?mode=abc&pos=2;")
aI("text=Find a Specialist;url=members.php?mode=state&pos=2;")
aI("text=Constitution & Bylaws;url=page/constitution;")
aI("text=Contact Us;url=contact;")
}

with(milonic=new menuname("Veterinarians")){
itemwidth=175;
style=menuStyle;
aI("text=Updates For Residents;url=page/resident_news;")
aI("text=Training Guidelines;url=page/training_guidelines;")
aI("text=Approved Training Programs;url=page/training_programs;")
aI("text=Events & Conferences;url=page/events;")
aI("text=Classified Ads;url=job;")
aI("text=Mission Statement;url=page/mission;")
aI("text=Today's News;url=page/news;")
aI("text=VECCS Website;url=http://www.veccs.org;target=_blank;")
aI("text=JVECC Instructions to Authors;url=http://www.blackwellpublishing.com/submit.asp?ref=1479-3261;target=_blank;")
aI("text=Links;url=page/links;")
}

with(milonic=new menuname("ACVECC_Login")){
itemwidth=166;
style=menuStyle;
aI("text=Go to Member Login;url=login;")
}

drawMenus();

