_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5              // Sub menu top offset
_subOffsetLeft=-2            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
//onbgcolor="#CC6600";
oncolor="#FFFFFF";
//offbgcolor="#CC6600";
offcolor="#F5E6E6";
//bordercolor="#CC6600";
//borderstyle="solid";
//borderwidth=0;
padding=2;
separatorcolor="#720F0B";
separatorsize=22;
fontsize="10";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FAA635";
//pagebgcolor="#6F3C0F";
}


with(menuStyle1=new mm_style()){
onbgcolor="#720F0B";
oncolor="#FFFFFF";
offbgcolor="#F5E6E6";
offcolor="#720F0B";
bordercolor="#F5E6E6";
borderstyle="solid";
borderwidth=1;
padding=2;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FAA635";
pagebgcolor="#720F0B";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=3)";
outfilter="randomdissolve(duration=0.2)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=107;
left=0;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=MEET I MUSICI;showmenu=imusici;url=rencontrez_IMusici.php;");
aI("text=2009-2010 SEASON;showmenu=saison;url=cv4_09.php;");
aI("text=DISCOGRAPHY;showmenu=discographie;url=discographie.php;");
aI("text=PARTNERS;showmenu=partenaires;url=partenaires.php;");
aI("text=PRESS;showmenu=presse;url=communiques.php;");
aI("text=SUPPORT I MUSICI;showmenu=appuyez;url=financement.php;");
aI("text=BLOG;url=http://www.quebechosting.com/imusici-blog/;target=_blank;")
aI("text=CONTACT;url=contact.php;");
/*aI("text=CONTACTEZ-NOUS;url=popup.html;target=windowname;targetfeatures=width=300,height=430;");*/
}

with(milonic=new menuname("imusici")){
style=menuStyle1;
aI("text=A word from the director &nbsp;;url=mot_du_directeur.php;");
aI("text=Meet Yuli Turovsky&nbsp;;url=rencontrez_yuli.php;");
aI("text=Musicians &nbsp;;url=musiciens.php;");
aI("text=Administration &nbsp;;url=personnel.php;");
//aI("text=22<sup>nd</sup> season &nbsp;;url=22e_saison.html;target=windowname;targetfeatures=width=550,height=550,scrollbars,top=10,left=10;return false;");
}


with(milonic=new menuname("saison")){
style=menuStyle1;
aI("text=Downtown Concerts >>;showmenu=centre;url=cv4_09.php;");
aI("text=Ogilvy Concerts ;url=og_09.php;");
aI("text=Piccoli Concerts ;url=pic_09.php;");
//aI("text=Tournée&nbsp;;url=tournees.php;");
aI("text=Montly Calendar &nbsp;;url=calendrier.php;");
}

with(milonic=new menuname("centre")){
style=menuStyle1;
aI("text=&nbsp;September 23, 2009;url=cv1_09.php;");
aI("text=&nbsp;November 5, 2009;url=cv2_09.php;");
aI("text=&nbsp;December 17, 2009;url=cv3_09.php;");
aI("text=&nbsp;February 18, 2010;url=cv4_09.php;");
aI("text=&nbsp;March 31, 2010;url=cv5_09.php;");
aI("text=&nbsp;May 12, 2010;url=cv6_09.php;");
}

with(milonic=new menuname("presse")){
style=menuStyle1;
aI("text=News &nbsp;;url=nouvelles.php;");
aI("text=Press Releases &nbsp;;url=communiques.php;");
aI("text=Critics &nbsp;;url=critiques.php;");
aI("text=Archives &nbsp;;url=archives.php;");
}

with(milonic=new menuname("appuyez")){
style=menuStyle1;
aI("text=Individual Giving&nbsp;;url=financement.php;");
aI("text=Corporate Philanthropy&nbsp;;url=corporatif.php;");
aI("text=Events&nbsp;;url=ladolce.php;");
//aI("text=Special Events &nbsp;;url=evenement.html;");//
//aI("text=Partenaires >>;showmenu=partenaires;");
}

with(milonic=new menuname("partenaires")){
style=menuStyle1;
aI("text=Board of Directors &nbsp;;url=conseil_administration.php;");
aI("text=Agents &nbsp;;url=agents.php;");
aI("text=Public and Corporate Partners &nbsp;;url=partenaires_publics.php;");
aI("text=Companies and Foundations &nbsp;;url=compagnies_fondations.php;");
aI("text=Individuals &nbsp;;url=individus.php;");
aI("text=Cultural &nbsp;;url=culturels.php;");
}

drawMenus();

