
_menuCloseDelay=200
_menuOpenDelay=0
_followSpeed=0
_followRate=0
_subOffsetTop=0
_subOffsetLeft=0
_scrollAmount=3
_scrollDelay=20

with(style1=new mm_style()){
align="left";
fontfamily="Arial";
fontsize="12px";offbgcolor="#F1F1F1";
offcolor="#666666";
onbgcolor="#F1F1F1";
oncolor="#666666";
padding=4;
separatorcolor="#B6B6B6";
separatorsize=1;
}

with(milonic=new menuname("Menu_DYNAM_1")){
style=style1;
top=119;
left=1;
alwaysvisible=1;
align="left";
orientation="horizontal";

aI("text=HOME;url=../home/index.cfm?id=25");
aI("text=PROFILE;url=/Profile_entreprise.pdf");
aI("text=SERVICES;url=../home/index.cfm?id=3");
aI("text=CLIENTS & PROJECTS;url=../home/index.cfm?id=4");
aI("text=PARTNERS;url=../home/index.cfm?id=20;showmenu=DYNAM_ID_20");
aI("text=EXPERIENCE;url=../home/index.cfm?id=5");
aI("text=TOOLS;url=../home/index.cfm?id=6");
aI("text=TESTIMONIALS;url=../home/index.cfm?id=7");
aI("text=LINKS;url=../home/index.cfm?id=8");
aI("text=INTRANET;url=../members/index.cfm");
}

with(milonic=new menuname("DYNAM_ID_20")){
style=style1;
overflow="scroll";
aI("text=A.G. ROBICHAUD CONSULTANTS INC.;url=../home/index.cfm?id=21");
aI("text=CORBETT CONSULTING;url=../home/index.cfm?id=22");
aI("text=ASSOCIATES;url=../home/index.cfm?id=8");
}



