_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=120            // The time delay before menus open on mouse over
_followSpeed=1                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0             // Sub menu top offset
_subOffsetLeft=0              // Sub menu left offset
_scrollAmount=0               // Only needed for Netscape 4.x
_scrollDelay=0                // Only needed for Netcsape 4.x

with(menuStyle=new mm_style())
{
    onbgcolor="#adadb3";
    oncolor="#FFFFFF";
    offbgcolor="#000000";
    offcolor="#FFFFFF";
    //bordercolor="#811788";
    //borderstyle="solid";
    //borderwidth="40";
    separatorcolor="#000";
    separatorsize="100";
    padding="5";
    fontsize="12";
    fontstyle="normal";
    fontfamily="";
    subimage="js/icone.gif";
    subimagepadding="2";    
    pagecolor="#FFFFFF";
    pagebgcolor="#adadb3";
    	//paddingLeft="50px";
	//paddingRight="50px";
}

with(subMenuStyle=new mm_style())
{
    onbgcolor="#adadb3";
    oncolor="#FFFFFF";
    offbgcolor="#000000";
    offcolor="#FFFFFF";
    //bordercolor="#811788";
    //borderstyle="solid";
    //borderwidth="0";
    separatorcolor="#f7e9f8";
    separatorsize="1";
    padding="5";
    fontsize="12";
    fontstyle="normal";
    fontfamily="Arial, Verdana, Tahoma";
    pagecolor="#FFFFFF";
    pagebgcolor="#adadb3";
    //headercolor="#fff";
    //headerbgcolor="#fff";
	//paddingLeft="50px";
	//paddingRight="50px";
}

with(milonic=new menuname("Main Menu"))
{
    style=menuStyle;
    followscroll="1";
    top="400";
    itemwidth="";
    alwaysvisible="0";
    orientation="horizontal";
    position="relative";
    
   
    aI("text=<b> ACCUEIL </b>;url=index.php");
    aI("text=<b> CIMPRODUCT </b>;showmenu=CIMPRODUCT");
    aI("text=<b> DIVERS </b>;showmenu=DIVERS");
    aI("text=<b> CONTACT </b>;url=contact.php");
    
}

with(milonic=new menuname("CIMPRODUCT"))
{
    style=subMenuStyle;
    top="offset=-1";
    left="offset=1";
    //aI("text=<b> Introduction </b>;url=index.php");
    aI("text=<b> Descriptif fonctionnel </b>;url=fonctionnel.php");
    aI("text=<b> Aperçu du logiciel </b>;url=logiciel.php");
	aI("text=<b> CIMPRODUCT vue par ... </b>;url=cimproduct_vue_par.php");

}

with(milonic=new menuname("DIVERS"))
{
    style=subMenuStyle;
    top="offset=-1";
    left="offset=1";
    //aI("text=<b> Nous contatcer </b>;url=contact.php");
    aI("text=<b> Partenaires </b>;url=partenaires.php");
    aI("text=<b> Integration GPAO </b>;url=gpao.php");
    aI("text=<b> Secteurs concernés </b>;url=secteurs.php");
    aI("text=<b> Prestation </b>;url=prestations.php");
    aI("text=<b> Options </b>;url=options.php");
    
}

drawMenus();