fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;




with(pulldownmenuStyle=new mm_style()){
styleid=2;
bordercolor="#ffffff";  /* background border full length  */
borderstyle="solid";
borderwidth=1;


bgimage="image/xp_button_select.png";
image="image/transparent.gif";


fontfamily="Arial, Helvetica, Geneva, Swiss, SunSans-Regular";
fontsize="80%";
fontweight="bold";
align="left";

headerbgcolor="#ffffff";
headercolor="#ff6600";
offbgcolor="#ffffff";   /* background normal  */
offcolor="#ff6600";   /*  font color normal */
onbgcolor="#ff6600";   /* background roll-over  */
oncolor="#ffffff";     /*  font color roll-over */

overbgimage="image/xp_button_on.png";

outfilter="randomdissolve(duration=0.5)";
overfilter="Fade(duration=0.3);Alpha(opacity=90);Shadow(color=#000000', Direction=200, Strength=5)";


onsubimage="white_arrow.gif";
padding=5;
separatorcolor="#fff"; 
pagebgcolor="#fff";   /* puldown background color visited */
pagecolor="#ff6600";   /* puldown link color */
subimage="arrow.gif";
subimagepadding=2;
}










with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#dddddd";
borderstyle="dotted";
borderwidth=0;
fontfamily="Arial, Helvetica, Geneva, Swiss, SunSans-Regular";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#ff6600";
offbgcolor="transparent";
offcolor="#689cb5";
oncolor="#000000";
padding=5;
}



with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("offbgcolor=transparent;showmenu=start;text=Home&nbsp;;url=index.html;");
aI("offbgcolor=transparent;showmenu=company;text=About Us&nbsp;;url=company.html;");
aI("offbgcolor=transparent;showmenu=brandstrategy;text=Brand Strategy&nbsp;;url=brandstrategy.html;");
aI("offbgcolor=transparent;showmenu=branddesign;text=Brand Design&nbsp;;url=branddesign.html;");
aI("offbgcolor=transparent;showmenu=brandlanguage;text=Language Services&nbsp;;url=brandlanguage.html;");
aI("offbgcolor=transparent;showmenu=portfolio;text=Our Work&nbsp;;url=work.html;");
aI("offbgcolor=transparent;showmenu=media;text=News / Media&nbsp;;url=media.html;");
aI("offbgcolor=transparent;text=Contact Us;url=company_contact.html;");
}

with(milonic=new menuname("start")){
overflow="scroll";
style=pulldownmenuStyle;
/*
aI("text=News;url=news_2010.html;")
*/
}


with(milonic=new menuname("company")){
overflow="scroll";
style=pulldownmenuStyle;
aI("text=Mission / Vision;url=company_vision.html;")
aI("text=Name / Philosophy;url=company_philosophy.html;")
aI("text=Management;url=company_management.html;")
aI("text=Contact;url=company_contact.html;")
}

with(milonic=new menuname("brandstrategy")){
style=pulldownmenuStyle;
aI("text=Brand Consultancy;url=brandstrategy_consultancy.html;")
aI("text=Brand / Design Management ;url=brandstrategy_management.html;")
aI("text=Brand Name Development;url=brandstrategy_namecreation.html;")
}


with(milonic=new menuname("branddesign")){
style=pulldownmenuStyle;
aI("text=Corporate / Brand Identity;url=branddesign_identity.html;")
aI("text=Packaging / Retail;url=branddesign_packaging.html;")
aI("text=Interaction / Online;url=branddesign_brandinteraction.html;")
}



with(milonic=new menuname("brandlanguage")){
style=pulldownmenuStyle;
aI("text=Effective Translations;url=brandlanguage_translation.html;")
aI("text=Localization Solutions;url=brandlanguage_localization.html;")
aI("text=Copywriting / PR;url=brandlanguage_copywriting.html;")
}

with(milonic=new menuname("portfolio")){
style=pulldownmenuStyle;
/*
aI("text=Identity Design Solutions;url=work_clients.html;")
aI("text=Brand Design Solutions;url=work_clients.html;")
aI("text=Laguage Solutions;url=work_clients.html;")
*/
aI("text=Our Clients;url=work_clients.html;")
aI("text=Reviews;url=media_clients.html;")
}


with(milonic=new menuname("media")){
style=pulldownmenuStyle;
aI("text=Books / Papers;url=media_books.html;")
aI("text=Lecturing / Speaking;url=media_lecturing.html;")
aI("text=Client Reviews;url=media_clients.html;")
}



drawMenus();




