with(milonic=new menuname("Main Menu")){
style=topstyle;
alwaysvisible=1;
orientation="horizontal";
screenposition="center";
aI("text=Home;url=../main.php;showmenu=Home;");
aI("text=HR Dept;url=../hr/hr.index.php;showmenu=HumanResouces;");
aI("text=Operations;url=../operations/ops.index.php;showmenu=Operations;");
aI("text=Pilot Centre;url=../pilotcentre/pc.index.php;showmenu=PilotCentre;");
aI("text=Online;url=../online/online.index.php;showmenu=Online;");
aI("text=Flight Academy;url=../academy/academy.index.php;showmenu=FlightAcademy;");
aI("text=Resources;url=../resources/resources.index.php;showmenu=Resources;");
}
drawMenus();