/*
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  ******* 
*/
//_CFix = true;
//closeAllOnClick = true;
//retainClickValue = true;
fixMozillaZIndex=true;

_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


with(menuStyle=new mm_style()){
onbgcolor="#4792E6";//"#4F8EB6";
oncolor="#ffffff";
offbgcolor="transparent";
//offbgcolor="#EC5D11";//old"#FFD56C";//"#DCE9F0";
offcolor="#ffffff";//old "#515151";
bordercolor="#ffffff";//old "#296488";
borderstyle="none";//"solid";
borderwidth=1;
separatorcolor="#EBB98A";//old "#2D729D";
separatorsize="1";
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrowm1.gif";
onsubimage="arrowm2.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(vertStyle=new mm_style()){
    bordercolor="#8A867A";
    borderstyle="solid";
    borderwidth=1;
    fontfamily="Tahoma,Helvetica,Verdana";
    fontsize="70%";
    fontstyle="normal";
    fontweight="normal";
    image="xpblank.gif";
    imagepadding=3;
    menubgimage="backoff2003_web.gif";
    offbgcolor="transparent";
    offcolor="#000000";
    onbgcolor="#C1D2EE";
    onborder="1px solid #316AC5";
    oncolor="#000000";
    padding=4;
    separatoralign="right";
    separatorcolor="#6A8CCB";
    separatorpadding=1;
    separatorwidth="80%";
    menubgcolor="#EBF0EC";
    
    overfilter="Blinds(direction='down',bands=1,duration=0.3);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=3)"; 
    outfilter="Blinds(direction='up',bands=1,duration=0.6)";
    //outfilter="randomdissolve(duration=0.3)";
    //overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#B8D1F8', Direction=135, Strength=5)";
    subimage = "black_13x13_greyboxed.gif";
    onsubimage="on_13x13_greyboxed.gif"
    //subimage="arrow.gif";
    subimagepadding=3;
}

with(milonic=new menuname("MainMenu")){
style=menuStyle;
top=21;
left=430;
alwaysvisible=1;
orientation="horizontal";
aI("image=pix/home.gif;text=Accueil;url=../intro/intro.php;status=Accueil;target=main;");
aI("image=pix/communication.gif;text=Communication;showmenu=Communication;");
aI("image=pix/actualite.gif;text=Actualité;showmenu=Actualite;");
aI("image=pix/photos.gif;text=Souvenirs;showmenu=Souvenirs;");
aI("image=pix/information.gif;text=Info;showmenu=Info;");
}

with(milonic=new menuname("Communication")){
margin=2;
style=vertStyle;
//top=70;
//left=455;
aI("text=Les forums;url=../forum/index.php;target=main;");
aI("text=Les news;showmenu=News;");
aI("text=Ajouter un événement;url=../calendar/proposer.php;target=main;");
}

with(milonic=new menuname("Actualite")){
margin=2;
style=vertStyle;
//top=70;
//left=539;
aI("text=Actualités;url=../travaux/travaux.php;target=main;");
aI("image=pix/meteo.gif;text=Météo;url=../meteo/meteo.php;target=main;");
aI("text=Horoscope;url=../horoscope/index.php;target=main;");
}

with(milonic=new menuname("Souvenirs")){
margin=2;
style=vertStyle;
//top=70;
//left=623;
aI("text=Les photos;url=../photos/aff_photos?id=0;target=main;");
aI("text=Les gites;url=../gites/gites.php;target=main;");
}

with(milonic=new menuname("Info")){
margin=2;
style=vertStyle;
//top=70;
//left=707;
aI("text=Perso;url=../espace_membre/modif_membre.php;target=main;");
aI("text=Les autres;url=../espace_membre/les_autres.php;target=main;");
aI("text=Les liens;url=../espace_membre/les_liens.php;target=main;");
aI("text=Les stats;url=../messtats/index.php;target=main;");
}

with(milonic=new menuname("News")){
margin=2;
style=vertStyle;
aI("text=Visualiser;url=../news/index.php;target=main;");
aI("text=Ajouter;url=../news/proposer.php;target=main;");
aI("text=Archives;url=../news/archives.php;target=main;");
aI("text=Rechercher;url=../news/search.php;target=main;");
}



drawMenus();

