


_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=-2000            // 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()){
oncolor="#8B008B";
offcolor="#FF0000";
padding=2;
fontsize="14px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
}

with(menuStyle2=new mm_style()){
onbgcolor="#DAA520";
offbgcolor="#FFFFFF";
oncolor="#FFFFFF";
offcolor="#B8860B";
separatorcolor="#FFFFFF";
separatorsize="2";
padding=2;
fontsize="11px";
fontfamily="Verdana, Tahoma, Arial";
}


with(milonic=new menuname("Main Menu")){
followscroll=0;
style=menuStyle1;
top=28;
alwaysvisible=1;
orientation="horizontal";
aI("text= contact ;itemwidth=55;offcolor=#990000;oncolor=#000000;showmenu=menugab1;url=mailto:contact@bubbliz.com;");
aI("text= | ;itemwidth=10;offcolor=#CCCCCC;oncolor=#CCCCCC;");
aI("text= documentation ;itemwidth=110;offcolor=#B8860B;oncolor=#000000;showmenu=menugab2;");
aI("text= | ;itemwidth=10;offcolor=#CCCCCC;oncolor=#CCCCCC;");
aI("text= presse;itemwidth=55;offcolor=#666666;oncolor=#000000;showmenu=menugab3;");
}

with(milonic=new menuname("menugab1")){
style=menuStyle2;
itemwidth =270;
aI("text=contactez Val&eacute;rie Fournier, <br />Laure Delamain et Laurent Le D&ucirc;;url=mailto:contact@bubbliz.com;");
}

with(milonic=new menuname("menugab2")){
style=menuStyle2;
itemwidth =182;
aI("text=plaquette bubbliz;url=pdf/plaquette_bubbliz.pdf;");
aI("text=plaquette cocktail-bijoux;url=pdf/bijoux_bubbliz.pdf;");
aI("text=communiqu&eacute; cocktail-bijoux;url=pdf/Communique_Cocktail_Bijoux_mai06.pdf;");
aI("text=communiqu&eacute recettes;url=pdf/Communique_Recettes_AutommeHiver_Juillet06.pdf;");
}

with(milonic=new menuname("menugab3")){
style=menuStyle2;
itemwidth =162;
aI("text=meet-in (oct 06);url=pdf/meet-in_oct06.pdf;");
aI("text=meet-in (sept 06);url=pdf/meet-in_sept06.pdf;");
aI("text=L'evenementiel (sept 06);url=pdf/levenementiel_sept06.pdf;");
aI("text=LSA (juin 06);url=pdf/LSA_juin06.pdf;");
aI("text=Evenements-conventions (mars 06);url=pdf/Evenements-Conventions_mars-avril06.pdf;");
}


drawMenus();

