// JavaScript Document
with(milonic=new menuname("Top Menu")){
alwaysvisible=1;
left=10;
margin=5;
orientation="horizontal";
position="relative";
style=topmenu;
top=11;
aI("text=HOME;url=index.htm");
aI("text=ABOUT US;url=aboutus.htm");
aI("text=ON GOING PROJECTS;url=ongoing_projects.htm");
aI("text=PAST PROJECTS;url=past_projects.htm");
aI("text=ACTIVITIES;url=activities.htm");
aI("text=CONTACT;url=contact.php");
}
drawMenus();