_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="White";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/dots5.gif";
offbgcolor="#3C5763";
offcolor="#ffffff";
onbgcolor="Black";
oncolor="#ffffff";
padding="6";
separatorcolor="#ffffff";
separatorsize="5";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="160";
}

with(submenuStyle=new mm_style()){
bordercolor="Black";
borderstyle="solid";
borderwidth="2";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="White";
offcolor="#514831";
onbgcolor="#514831";
oncolor="White";
padding="4";
pagecolor="White";
separatorcolor="#463C01";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=.././;");
aI("text=ISO 19011;target=;url=" + window.location.pathname.substring(0, window.location.pathname.lastIndexOf("/")) + ";");
aI("text=Section 1 ISO 19011;target=;url=section-1-iso-19011.html;");
aI("text=Section 2 ISO 19011;target=;url=section-2-iso-19011.html;");
aI("text=Section 3 ISO 19011;target=;url=section-3-iso-19011.html;");
aI("text=Section 4 ISO 19011;target=;url=section-4-iso-19011.html;");
aI("text=Section 5 ISO 19011;target=;url=section-5-iso-19011.html;");
aI("text=Section 6 ISO 19011;target=;url=section-6-iso-19011.html;");
aI("text=Section 7 ISO 19011;target=;url=section-7-iso-19011.html;");
aI("text=Section 8 ISO 19011;target=;url=section-8-iso-19011.html;");
aI("text=Section 9 ISO 19011;target=;url=section-9-iso-19011.html;");
aI("text=Section 10 ISO 19011;target=;url=section-10-iso-19011.html;");
aI("text=Section 11 ISO 19011;target=;url=section-11-iso-19011.html;");
aI("text=Section 12 ISO 19011;target=;url=section-12-iso-19011.html;");
aI("text=Section 13 ISO 19011;target=;url=section-13-iso-19011.html;");
aI("text=Section 14 ISO 19011;target=;url=section-14-iso-19011.html;");
aI("text=Section 15 ISO 19011;target=;url=section-15-iso-19011.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}


 drawMenus();

