// Main menu for embedding English
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
orientation="horizontal";
style=menuStyle;
position="relative";
top=10;
aI("offfunction=MM_swapImgRestore();onfunction=LW_swapMenuImage('/images/inset_home.jpg');status=Back To Home Page;text=Home;url=/index.htm;");
aI("showmenu=About;text=About echobox;");
aI("showmenu=Why;text=Why echobox;");
aI("showmenu=Experience;text=Project experience;");
aI("offfunction=MM_swapImgRestore();onfunction=LW_swapMenuImage('/images/contact/inset_contact.jpg');text=Contact us;url=/en/contact/contact.htm;");
}				
drawMenus();

