


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#c6c5c7";
oncolor="#403f41";
offbgcolor="#ffffff";
offcolor="#403f41";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=4;
fontsize="60%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#403f41";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage;
subimagepadding="2";
overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=1)";
outfilter;
itemwidth=90;
}

with(menuStyle2=new mm_style()){
onbgcolor="#c6c5c7";
oncolor="#403f41";
offbgcolor="#ffffff";
offcolor="#403f41";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="1";
padding=4;
fontsize="60%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#403f41";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage;
subimagepadding="2";
overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=1)";
outfilter;
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=225;
left=10;
alwaysvisible=1;
orientation="vertical";
aI("text=begin;showmenu=begin;status=begin;");
}

with(milonic=new menuname("begin")){
style=menuStyle2;
overflow="scroll";
aI("text=room 2 design;showmenu=room_2_design;status=room 2 design;");
aI("text=case studies;showmenu=case;status=case studies;");
aI("text=portfolio;showmenu=portfolio;status=portfolio");
aI("text=contact details;showmenu=contact;status=contact details");
aI("text=downloads;showmenu=downloads;status=downloads");
aI("text=small business packs;url=juicy.htm;status=small business packs");
}

with(milonic=new menuname("room_2_design")){
style=menuStyle2;
aI("text=seeing it through;url=seeingitthrough.htm;status=seeing it through");
aI("text=communicate;url=communicate.htm;status=communicate");
aI("text=how we work;url=how_we_work.htm;status=how we work");
aI("text=meet the team;url=team.htm;status=meet the team");
aI("text=our location;url=location.htm;status=our location");
aI("text=our facilities;url=facilities.htm;status=our facilities");
aI("text=internet Services;url=internet_services.htm;status=internet services");
aI("text=client list;url=client_list.htm;status=client list");
}

with(milonic=new menuname("case")){
style=menuStyle2;
aI("text=Pearson Phoenix e1;url=case_study_e1.htm;status=Pearson Phoenix e1");
}

with(milonic=new menuname("portfolio")){
style=menuStyle2;
aI("text=brand identity;url=brand_id.htm;status=brand identity");
aI("text=advertising;url=advertising.htm;status=advertising");
aI("text=direct mail;url=direct_mail.htm;status=direct mail");
aI("text=newsletters;url=newsletters.htm;status=newsletters");
aI("text=corporate brochures;url=brochures.htm;status=corporate brochures");
aI("text=literature;url=literature.htm;status=literature");
aI("text=catalogues;url=catalogue.htm;status=catalogues");
aI("text=packaging;url=packaging.htm;status=packaging");
aI("text=photography;url=photography.htm;status=photography");
aI("text=exhibition;url=exhibition.htm;status=exhibition");
aI("text=websites;url=website.htm;status=websites");
aI("text=digital media;url=digital_media.htm;status=digital media");
}

with(milonic=new menuname("contact")){
style=menuStyle2;
aI("text=head office;url=headoffice.htm;status=head office");
aI("text=london office;url=londonoffice.htm;status=london office");
aI("text=brochure request;url=brochure_request.htm;status=brochure request");
aI("text=vacancies;url=vacancies.htm;status=vacancies");
}

with(milonic=new menuname("downloads")){
style=menuStyle2;
aI("text=showreel;url=showreel.htm;status=showreel");
aI("text=promotional brochure;url=brochure_download.htm;status=promotional brochure");
aI("text=company procedures;url=company_procedure.htm;status=company procedure");
aI("text=terms and conditions;url=terms_conditions.htm;status=terms and conditions");
}

drawMenus();

