
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_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=-1              // Sub menu top offset
_subOffsetLeft=0           // Sub menu left offset



with(menuStyle=new mm_style()){
align="right";
onbgcolor="#7ebed6";
oncolor="#336699";
offbgcolor="transparent";
offcolor="#336699";
bordercolor="#336699";
borderstyle="solid";
borderwidth=0;
separatorcolor="#336699";
separatorsize=0;
padding=4;
fontsize="12";
fontstyle="normal";
fontfamily="Arial, sans-serif";
fontweight="bold";

//subimage="images/menu_spcr.gif";
//subimagepadding="0";

overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="Fade(duration=0.6)";
}

with(mySubMenuStyle=new mm_style()){
valign="middle";
onbgcolor="#7ebed6";
oncolor="#ffffff";
offbgcolor="#7ebed6";
offcolor="#336699";
//bgimage="../images/menu_bk.jpg";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize=1;
padding=4;
fontsize="12";
fontstyle="normal";
fontfamily="Arial, sans-serif";
fontweight="bold";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="Fade(duration=0.6)";
}


with(milonic=new menuname("About")){	
style=mySubMenuStyle;
orientation="vertical";

aI("text=Contact Us;url=http://www.islandmovingco.org/aboutus/index.html;");
aI("text=Our History;url=http://www.islandmovingco.org/aboutus/history.html;");
aI("text=Our Mission;url=http://www.islandmovingco.org/aboutus/mission.html;");
aI("text=Our Boards;showmenu=Boards;");
aI("text=Become a Volunteer;url=http://www.islandmovingco.org/aboutus/volunteers.html;");

}

with(milonic=new menuname("Boards")){
style=mySubMenuStyle;
align="left";

aI("text=Board of Directors;url=http://www.islandmovingco.org/aboutus/board.html;");
aI("text=Advisory Board;url=http://www.islandmovingco.org/aboutus/advisory.html;");

}

with(milonic=new menuname("Events")){	
style=mySubMenuStyle;
orientation="vertical";

aI("text=Calendar;url=http://www.islandmovingco.org/program/index.asp;");
aI("text=Tickets;url=http://www.islandmovingco.org/program/tickets.html;");
aI("text=Audition Information;url=http://www.islandmovingco.org/program/auditions.html;");
aI("text=Educational Programs;url=http://www.islandmovingco.org/program/schools.html;");
aI("text=Teambuilding Workshop;url=http://www.islandmovingco.org/program/teambuilding.html;");
aI("text=Nutcracker 2010;url=http://www.islandmovingco.org/program/nutcracker10.html;");

}

with(milonic=new menuname("Support")){
style=mySubMenuStyle;
orientation="vertical";

aI("text=Membership Benefits;url=http://www.islandmovingco.org/support/index.html;");
// aI("text=Kids Memberships;url=http://www.islandmovingco.org/support/forkids.html;");
// aI("text=Make a Donation;url=../support/donations.html;");
// aI("text=Special Projects &amp; Funds;url=../support/special.html;");
aI("text=Corporate Sponsorhips;url=http://www.islandmovingco.org/support/corporate.html;");
//aI("text=Our Sponsors and Friends;url=../aboutus/friends.html;");
aI("text=Program Advertisers;url=http://www.islandmovingco.org/support/advertise.html;");
// aI("text=IMC Merchandise/Spirit Shop;url=http://www.islandmovingco.org/support/shopping.html;");
}

with(milonic=new menuname("Company")){
style=mySubMenuStyle;
orientation="vertical";

aI("text=The Company &amp; Staff;url=http://www.islandmovingco.org/company/index.html;");
// aI("text=Our Staff;url=../aboutus/staff.html;");
aI("text=Repertoire;url=http://www.islandmovingco.org/company/repertoire.html;");
// aI("text=In Rehearsal Now;url=http://www.islandmovingco.org/company/rehearsal.html;");
aI("text=Audition Information;url=http://www.islandmovingco.org/company/auditions.html;");
aI("text=News &amp; Reviews;url=http://www.islandmovingco.org/company/reviews.html;");
aI("text=Photo Gallery;url=http://www.islandmovingco.org/company/photos.html;");
}

with(milonic=new menuname("Academy")){
style=mySubMenuStyle;
aI("text=Newport Academy<br>of Ballet;url=http://www.islandmovingco.org/NAB/index.html;");
aI("text=2010-11 Schedule;url=http://www.islandmovingco.org/NAB/sched.html;");
aI("text=Summer '10 Schedule;url=http://www.islandmovingco.org/NAB/summer10.html;");
aI("text=Tuition &amp; Policies;url=http://www.islandmovingco.org/NAB/importantinfo.html");
}

drawMenus();

