﻿_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;




with(foot=new mm_style()){
bordercolor="#2C2C2C";
borderstyle="solid";
borderwidth=1;
fontfamily="Geneva, Arial, Helvetica";
fontsize="10px";
fontstyle="normal";
offbgcolor="#8D9F83";
offcolor="#FFFFFF";
onbgcolor="#8D9F83";
oncolor="#2C2C2C";
padding=3;
separatorcolor="#2C2C2C";
separatorsize=0;
}

with(gant=new mm_style()){
bordercolor="#2C2C2C";
borderstyle="solid";
borderwidth=1;
fontfamily="Geneva, Arial, Helvetica";
fontsize="10px";
fontstyle="normal";
offbgcolor="#AA2B3A";
offcolor="#FFFFFF";
onbgcolor="#AA2B3A";
oncolor="#2C2C2C";
padding=3;
separatorcolor="#2C2C2C";
separatorsize=0;
}

with(company=new mm_style()){
bordercolor="#2C2C2C";
borderstyle="solid";
borderwidth=1;
fontfamily="Geneva, Arial, Helvetica";
fontsize="10px";
fontstyle="normal";
offbgcolor="#4871B3";
offcolor="#FFFFFF";
onbgcolor="#4871B3";
oncolor="#2C2C2C";
padding=3;
separatorcolor="#2C2C2C";
separatorsize=0;
}


with(milonic=new menuname("footbridges")){
style=foot;
left=135; 
top=-20;
aI("text=intro;url=../pages/footbridges.html;");
aI("text=bespoke;showmenu=bespoke;");
aI("text=kentish range;showmenu=kentish;");

}

with(milonic=new menuname("bespoke")){
style=foot;
aI("text=warren bridges;url=../pages/gallery_warren.html;");
aI("text=vierendeel bridges;url=../pages/gallery_vierendeel.html;");
aI("text=cable stay bridges;url=../pages/gallery_cable-stays.html;");
aI("text=footbridges misc;url=../pages/gallery_fb_others.html;");
aI("text=over rail bridges;url=../pages/gallery_overrail.html;");
aI("text=bow arches;url=../pages/gallery_bow.html;");

}


with(milonic=new menuname("kentish")){
style=foot;
aI("text=intro;url=../pages/kentish_range.html;");
aI("text=appledore;url=../pages/appledore.html;");
aI("text=brabourne;url=../pages/brabourne.html;");
aI("text=chilham;url=../pages/chilham.html;");
aI("text=romney;url=../pages/romney.html;");
aI("text=saltwood;url=../pages/saltwood.html;");
aI("text=woodchurch;url=../pages/woodchurch.html;");

}


with(milonic=new menuname("gantries")){
style=gant;
left=135; 
top=-20;
aI("text=intro;url=../pages/gantries.html;");
aI("text=portal;url=../pages/portal_gantries.html;");
aI("text=cantilever;url=../pages/vms_gantries.html;");
}

with(milonic=new menuname("quality")){
style=company;
left=135; 
top=-20;
aI("text=intro;url=../pages/quality.html;");
aI("text=certification;showmenu=cert;");
}

with(milonic=new menuname("cert")){
style=company;
aI("text=insurances;url=../pages/insurances.html;");
aI("text=link-up;url=../pages/linkup.html;");
aI("text=qualifications;url=../pages/qualifications.html;");
aI("text=tax;url=../pages/tax.html;");
}

with(milonic=new menuname("news")){
style=company;
left=135; 
top=-20;
aI("text=announcements;url=../pages/announcements.html;");
aI("text=awards;url=../pages/awards.html;");
aI("text=recently completed projects;url=../pages/recent.html;");
}

drawMenus();

