
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=24;
itemwidth=123; 
left=0;
orientation="horizontal";
style=menuStyle;
aI("align=center;showmenu=About;text=About CPS UK;");
aI("align=center;showmenu=Profile;text=Company Profile");
aI("align=center;showmenu=Services;text=Services;");
aI("align=center;showmenu=Projects;text=Projects;");
aI("align=center;showmenu=Clients;text=Clients;");
aI("align=center;showmenu=Contact;text=Contact Us;");
}

drawMenus();
