_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="#720F0B";
//offbgcolor="#CC6600";
offcolor="#655E5E";
//bordercolor="#CC6600";
//borderstyle="solid";
//borderwidth=0;
padding=1;
separatorcolor="transparent";
separatorsize=3;
fontsize="10";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
headercolor="#720F0B";
pagecolor="#720F0B";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="vertical";
followscroll=1;
position="relative";
aI("align=left;text=<b>Discography</b>;type=header;fontsize=11;");
aI("text=Baroque;url=discographie_baroque.php;");
aI("text=Hebrew;url=discographie_hebreux.php;");
aI("text=Classic;url=discographie_classique.php;");
aI("text=19th Century;url=discographie_xix.php;");
aI("text=Romantic Europe;url=discographie_europe_romantique.php;");
aI("text=Russia 19th Century;url=discographie_xix_russie.php;");
aI("text=20th Century;url=discographie_xx.php;");
aI("text=Romantic Russia;url=discographie_russie_romantique.php;");
aI("text=American;url=discographie_americain.php;");
aI("text=New Direction;url=discographie_nouvelle_direction.php;");
aI("text=Children;url=discographie_enfants.php;");
aI("text=Europe 20th Century;url=discographie_xx_europeen.php;");
aI("text=Shostakovich;url=discographie_shostakovich.php;");
aI("text=Yuli Turovsky;url=discographie_yuliturovsky.php;");
aI("text=Compilation;url=discographie_compilation.php;");
aI("text=Latin;url=discographie_latin.php;");
aI("align=left;text=&nbsp;;type=header;");
aI("text=Fran&ccedil;ais;url=javascript:chgLang1();");
}
drawMenus();

