with(milonic=new menuname("Main")){
style=menuStyle;
margin=2;
top=79;
left=123;
alwaysvisible=1;
position="relative";
itemwidth="130"
aI("text=&nbsp;Home;url=home;status=Home;");
aI("text=&nbsp;About us;showmenu=About;");
aI("text=&nbsp;Information centre;showmenu=Information;");
aI("text=&nbsp;Pearl funds;showmenu=Funds;");
aI("text=&nbsp;Insurance;showmenu=Insurance;");
aI("text=&nbsp;Our website;showmenu=OurWebsite;");
aI("text=&nbsp;Contact us;url=contact;");
}
drawMenus();


