<!--
_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
onbgcolor="#DCDDDE";
oncolor="#000000";
offbgcolor="#E7E8E9";
offcolor="#666666";
bordercolor="E7E8E9";
borderstyle="solid";
borderwidth=1;
separatorcolor="#E7E8E9";
separatorsize="1";
padding=3;
fontsize="6pt";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#666666";
pagebgcolor="#FFFFFF";
headercolor="#FFFFFF";
headerbgcolor="#FFFFFF";
subimage="../images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);";
outfilter="Fade(duration=0.1)";
}



with(milonic=new menuname("agency")){
style=menuStyle;
itemwidth=127;
aI("text=OVERVIEW;url=../agency/overview.html;");
aI("text=KEY STAFF;url=../agency/keystaff.html;");
}

with(milonic=new menuname("services")){
style=menuStyle;
itemwidth=127;
aI("text=DESIGN;showmenu=design;url=../services/design.html;");
aI("text=ADVERTISING;showmenu=advertising;url=../services/advertising.html;");
aI("text=BRANDING;showmenu=branding;url=../services/branding.html;");
aI("text=MEDIA;showmenu=media;url=../services/media.html;");
aI("text=INTERACTIVE;showmenu=interactive;url=../services/interactive.html;");
aI("text=PRINT MANAGEMENT;url=../services/printmanagement.html;");
aI("text=PHOTOGRAPHY;url=../services/photography.html;");
aI("text=DIRECT MARKETING;url=../services/directmarketing.html;");
aI("text=FILMING;url=../services/filming.html;");
aI("text=PUBLIC RELATIONS;url=../services/publicrelations.html;");
aI("text=LOGISTICS;url=../services/logistics.html;");
aI("text=COMMS MANAGEMENT;url=../services/commsmanagement.html;");
}

with(milonic=new menuname("portfolio")){
style=menuStyle;
itemwidth=127;
aI("text=DESIGN;url=../portfolio/design.html;");
aI("text=ADVERTISING;url=../portfolio/advertising.html;");
aI("text=BRANDING;url=../portfolio/branding.html;");
aI("text=INTERACTIVE;url=../portfolio/interactive.html;");
aI("text=PHOTOGRAPHY;url=../portfolio/photography.html;");
}

with(milonic=new menuname("design")){
style=menuStyle;
itemwidth=127;
aI("text=OVERVIEW;url=../design/overview.html;");
aI("text=COLLATERAL DESIGN;url=../design/collateraldesign.html;");
aI("text=INFORMATION DESIGN;url=../design/informationdesign.html;");
}

with(milonic=new menuname("advertising")){
style=menuStyle;
itemwidth=127;
aI("text=OVERVIEW;url=../advertising/overview.html;");
aI("text=CAMPAIGNS;url=../advertising/campaigns.html;");
aI("text=DIRECT RESPONSE;url=../advertising/directresponse.html;");
aI("text=B-2-B ADVERTISING;url=../advertising/b2badvertising.html;");
aI("text=B-2-C ADVERTISING;url=../advertising/b2cadvertising.html;");
}

with(milonic=new menuname("branding")){
style=menuStyle;
itemwidth=127;
aI("text=OVERVIEW;url=../branding/overview.html;");
aI("text=BRAND ARCHITECTURE;url=../branding/brandarchitecture.html;");
aI("text=BRAND ATTRIBUTES;url=../branding/brandattributes.html;");
aI("text=BRAND POSITIONING;url=../branding/brandpostioning.html;");
}

with(milonic=new menuname("media")){
style=menuStyle;
itemwidth=127;
aI("text=OVERVIEW;url=../media/overview.html;");
aI("text=MEDIA PLANNING;url=../media/mediaplanning.html;");
aI("text=MEDIA BUYING;url=../media/mediabuying.html;");
aI("text=RESEARCH;url=../media/research.html;");
}

with(milonic=new menuname("interactive")){
style=menuStyle;
itemwidth=127;
aI("text=OVERVIEW;url=../interactive/overview.html;");
aI("text=WEBSITE DEVELOPMENT;url=../interactive/websitedevelopment.html;");
aI("text=INTERNET ADVERTISING;url=../interactive/internetadvertising.html;");
aI("text=MULTIMEDIA CD-ROM;url=../interactive/multimediacdrom.html;");
aI("text=NEW MEDIA CONSULTING;url=../interactive/newmediaconsulting.html;");
}

drawMenus();

-->