_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
image="images/orangedots.gif";
offbgcolor="#CC9900";
offcolor="#ffffff";
onbgcolor="#CC6600";
oncolor="#ffffff";
padding="9";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/black_13x13_greyboxed.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="160";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
offbgcolor="#CC9900";
offcolor="#ffffff";
onbgcolor="#DC9B5B";
oncolor="#ffffff";
padding="4";
separatorcolor="#996600";
separatorsize="1";
subimage="images/black_13x13_greyboxed.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home Page;target=;url=./;");
aI("text=What We Do;target=;url=what-we-do.html;");
aI("showmenu=GalleryVideoLEFT_MENU;text=Gallery;target=;url=gallery.html;");
aI("showmenu=EquipmentProductionLEFT_MENU;text=Equipment;target=;url=equipment.html;");
aI("text=Contact Us;target=;url=contact-us.html;");
aI("text=Privacy;target=;url=privacy.html;");
}

with(milonic=new menuname("GalleryVideoLEFT_MENU")){
style=submenuStyle;
aI("text=Video;target=;url=video.html;");
aI("text=Photos;target=;url=photos.html;");
aI("text=Cover Designs;target=;url=cover-designs.html;");
}

with(milonic=new menuname("EquipmentProductionLEFT_MENU")){
style=submenuStyle;
aI("text=Production;target=;url=production.html;");
aI("text=Post Production;target=;url=post-production.html;");
aI("text=Duplication;target=;url=duplication.html;");
aI("text=Packaging;target=;url=packaging.html;");
}


 drawMenus();

