


_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=40                // Follow scrolling Rate
_subOffsetTop=5              // Sub menu top offset
_subOffsetLeft=-1            // 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="#FFFFFF";
oncolor="#000066";
offbgcolor="#FFFFFF";
offcolor="#698FB7";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=2;
fontsize="12px";
fontstyle="bold";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="#000066";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="arrow.gif";
//subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=80);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.5)";
}


//with(milonic=new menuname("Main Menu")){
//style=menuStyle;
//top=10;
//left=10;
//alwaysvisible=1;
//aI("text=Home;url=http://www.milonic.com/;status=Back To Home Page;");
//aI("text=Menu Samples;showmenu=Samples;");
//aI("text=Milonic;showmenu=Milonic;");
//aI("text=Partners;showmenu=Partners;");
//aI("text=Links;showmenu=Links;");
//aI("text=My Milonic;showmenu=My Milonic;");
//}

with(milonic=new menuname("Groupes")){
style=menuStyle;
overflow="scroll";
aI("text=Naheulband;url=naheulband.php;");
aI("text=O'Brothers;url=obrothers.php;");
aI("text=Mycélium;url=mycelium.php;");
aI("text=Tornaod;url=tornaod.php;");
aI("text=Krozal;url=krozal.php;");
}

with(milonic=new menuname("Disques")){
style=menuStyle;
aI("text=Naheulband;showmenu=Naheulband;");
aI("text=O'Brothers;url=disqueobrothers.php;");
aI("text=Mycélium;showmenu=Mycelium;");
aI("text=Tornaod;url=disquetornaod.php;");
aI("text=Krozal;url=disquekrozal.php;");
}

with(milonic=new menuname("CV")){
style=menuStyle;
aI("text=CV Musical;url=cvmusical.php;");
aI("text=CV Informatique;url=http://norz.halby.info/cv.php;");
}

with(milonic=new menuname("Naheulband")){
style=menuStyle;
aI("text=Machins de taverne;url=disquenaheulband.php;");
aI("text=A poil dans la foret;url=disquenaheulband2.php;");
}

with(milonic=new menuname("Mycelium")){
style=menuStyle;
aI("text=Mycélium;url=disquemycelium.php;");
aI("text=Arécibo;url=disquemycelium2.php;");
}

drawMenus();

