with(milonic=new menuname("Main Menu")){
menuwidth="100%";
//menuheight="60px";
itemheight="35px";
//itemwidth="170px";
//itemwidth="100%";
position="relative";
align="center"; 
alwaysvisible=1;
overflow="scroll";
orientation="horizontal";
style=menuStyle;
aI("status=Back To Home Page;text=home;url=/index.htm;");
aI("text=&nbsp;itemwidth=20px;onbgcolor=#offbgcolor;");
aI("showmenu=Medium;text=the medium;url=/coffee-sleeve.htm;");
aI("text=&nbsp;itemwidth=20px;onbgcolor=#offbgcolor;");
aI("showmenu=Planning;text=planning & execution;url=/campaign-planning.htm;");
aI("text=&nbsp;itemwidth=20px;onbgcolor=#offbgcolor;");
aI("showmenu=Client;text=client portfolio;url=/client.htm;");
aI("text=&nbsp;itemwidth=20px;onbgcolor=#offbgcolor;");
aI("text=contact us;url=/contact.htm;");
}

drawMenus();

