


_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=9              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle1=new mm_style()){
onbgcolor="#999999";
oncolor="#ffff99";
offbgcolor="#cccccc";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="normal";
fontfamily="Comic sans MS, Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="_milonic/arrow.gif";
subimagepadding="2";
}

with(menuStyle2=new mm_style()){
onbgcolor="#666666";
oncolor="#ffff66";
offbgcolor="#999999";
offcolor="#ffff99";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=4;
fontsize="10";
fontstyle="normal";
fontfamily="Comic sans MS, Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle1;
top=45;
left=8;
itemwidth=120;
alwaysvisible=1;
orientation="vertical";
aI("text=Home...;url=01_home/page_01.htm;target=rightFrame;showmenu=home;");
aI("text=Exemples...;url=02_exem/frm_obj.htm;target=rightFrame;showmenu=exemples;");
aI("text=Apprendre...;url=03_learn/_solaire/frm_obj.htm;target=rightFrame;showmenu=learn;");
aI("text=Projet...;url=04_proj/login/frm_obj.php;target=rightFrame;showmenu=projet;image=_milonic/sun_02.gif;");
aI("text=Solaristes;url=05_fabri/frm_obj.htm;target=rightFrame;");
aI("text=Installateurs;url=06_entre/frm_obj.htm;target=rightFrame;");
aI("text=Bureaux d'études;url=07_special/frm_obj.htm;target=rightFrame;");
aI("text=Contact;url=08_conta/frm_obj.htm;target=rightFrame;");
}

with(milonic=new menuname("home")){
style=menuStyle2;
itemwidth=120;
keepalive=1;
//top=44;
//left=57;
aI("text=Home;url=01_home/page_01.htm;target=rightFrame;");
aI("text=A quoi sert easysolar;url=01_home/page_02.htm;target=rightFrame;");
aI("text=Qui produit easysolar;url=01_home/page_03.htm;target=rightFrame;");
aI("text=Compatibilités et réglages du navigateur;url=01_home/page_04.htm;target=rightFrame;");
}

with(milonic=new menuname("exemples")){
style=menuStyle2;
itemwidth=120;
keepalive=1;
//top=70;
//left=57;
aI("text=Index;url=02_exem/frm_obj.htm;target=rightFrame;");
aI("text=24, rue Montbrillant;url=02_exem/e_001/frm_obj.htm;target=rightFrame;");
aI("text=27/29, rue des Gares;url=02_exem/e_002/frm_obj.htm;target=rightFrame;");
aI("text=Cinégram;url=02_exem/e_004/frm_obj.htm;target=rightFrame;");
aI("text=Campagne du Pommier;url=02_exem/e_005/frm_obj.htm;target=rightFrame;");
aI("text=Maison à Pinchat;url=02_exem/e_006/frm_obj.htm;target=rightFrame;");
}

with(milonic=new menuname("learn")){
style=menuStyle2;
itemwidth=120;
keepalive=1;
//top=96;
//left=57;
aI("text=Le solaire;url=03_learn/_solaire/frm_obj.htm;target=rightFrame;");
aI("text=L'eau chaude solaire;url=03_learn/_therm/frm_obj.htm;target=rightFrame;");
aI("text=Le chauffage solaire;url=03_learn/_chauf/frm_obj.htm;target=rightFrame;");
aI("text=Comment ça marche;url=03_learn/_fonc/frm_obj.htm;target=rightFrame;");
aI("text=Type de capteurs;url=03_learn/_capt/frm_obj.htm;target=rightFrame;");
aI("text=Dimensionnement;url=03_learn/_dim/frm_obj.htm;target=rightFrame;");
aI("text=Principes de pose;url=03_learn/_pose/frm_obj.htm;target=rightFrame;");
aI("text=Coûts et rentabilité;url=03_learn/_cout/frm_obj.htm;target=rightFrame;");
aI("text=Subventions;url=03_learn/_subvent/frm_obj.htm;target=rightFrame;");
}

with(milonic=new menuname("projet")){
style=menuStyle2;
itemwidth=120;
keepalive=1;
//top=122;
//left=57;
aI("text=Conception...;url=04_proj/login/frm_obj.php;target=rightFrame;");
aI("text=Aide;url=04_proj/_help/frm_obj.php;target=rightFrame;");
}



drawMenus();


