


_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=10              // Sub menu top offset
_subOffsetLeft=-20            // 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="#BBBBBB";
oncolor="#ffffff";
offbgcolor="#f3f4f4";
offcolor="#515151";
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth=1;
separatorcolor="#CCCCCC";
separatorsize="1";
padding=3;
fontsize="70%";
fontstyle="normal";
fontfamily="Arial ,Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#CCCCCC', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(yahoo=new menuname("mark")){
style=menuStyle;

aI("text=&nbsp;ça existe?;url=marketing-viral-internet.htm;");
aI("text=&nbsp;Comment ?;url=marketing-direct-internet.htm;");
aI("text=&nbsp;Etude de cas&nbsp;;url=strategie-marketing-internet.htm;");

}

with(yahoo=new menuname("ref")){
style=menuStyle;
aI("text=&nbsp;Pourquoi ?;url=referencement-de-site-internet.htm;");
aI("text=&nbsp;Quelques Conseils&nbsp;;url=referencement-internet-marketing.htm;");
aI("text=&nbsp;Google... le leader;url=referencement-positionnement-site.htm;");
aI("text=&nbsp;Glossaire;url=referencement-google-manuel.htm;");

}

with(yahoo=new menuname("email")){
style=menuStyle;
aI("text=&nbsp;Utilité;url=campagne-emailing-email-marketing.htm");
aI("text=&nbsp;% au mailing classique&nbsp;;url=emailing-creation-site.htm;");
aI("text=&nbsp;Avantages;url=conception-emailing-solution.htm;");
aI("text=&nbsp;Mesurer l'efficacité;url=email-marketing-cours.htm;");
aI("text=&nbsp;RSS contre Newsletter;url=flux-rss-contre-emailing.htm;");

}

with(yahoo=new menuname("pub")){
style=menuStyle;
aI("text=&nbsp;Définition des objectifs;url=publicite-sur-internet.htm;");
aI("text=&nbsp;Sélection des outils;url=publicite-internet-mix-media.htm;");
aI("text=&nbsp;Contrôle de la campagne;url=analyse-publicite-internet.htm;");
aI("text=&nbsp;Retour sur investissement&nbsp;;url=impact-publicite-internet.htm;");

}

with(yahoo=new menuname("aud")){
style=menuStyle;
aI("text=&nbsp;Audience éditoriale;url=mesure-audience-internet.htm;");
aI("text=&nbsp;Audience publicitaire;url=audience-web-marketing.htm;");
aI("text=&nbsp;Efficacité publicitaire;url=audience-site-internet.htm;");


}



drawMenus();

