fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DCE9F0";
offcolor="#515151";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="script/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="relative";
left="offset=210";
top="offset=115";
overflow="scroll";
style=menuStyle;
margin=0;
orientation="horizontal"
aI("text=About Us;url=http://www.ncatz-ng.org/;");
aI("showmenu=The Schools;url=http://www.ncatz-ng.org/brief_history.htm;text=The Schools;");
aI("showmenu=Courses;text=Training Courses;");
aI("showmenu=Mails;text=Check Mails;");
aI("showmenu=News;text=News;");
aI("showmenu=faqs;text=FAQs;");
aI("showmenu=Contact;text=Contact Us;");

}

with(milonic=new menuname("The Schools")){
overflow="scroll";
style=menuStyle;
aI("text=Flying Schools;url=http://www.ncatz-ng.org/Flying School.htm;")
aI("text=Aircraft Maintenance Engineering;url=http://www.ncatz-ng.org/Aircraft Mainteanance Engineering.htm;")
aI("text=Aeronautical Telecommunications Engineering;url=http://www.ncatz-ng.org/Aeronautical Telecommunications Engineering.htm;")
aI("text=Air Traffic Services and Communications;url=http://www.ncatz-ng.org/Air Traffice services and Communication.htm;")
aI("text=Management School;url=http://www.ncatz-ng.org/Management School.htm;")
}

with(milonic=new menuname("Courses")){
style=menuStyle;
aI("text=2009 Training Courses;url=http://www.ncatz-ng.org/Training and Services.htm;");
aI("text=Online Application;url=http://www.ncatz-ng.org/Online Application Form.htm;");

}

with(milonic=new menuname("Mails")){
style=menuStyle;
aI("text=Check Mails;url=http://ncatz-ng.org:2095/3rdparty/squirrelmail/index.php;");
aI("text=Change Password;url=http://ncatz-ng.org:2095/webmail/x/mail/passwdpop.html;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=News;url=http://www.ncatz-ng.org/News.htm;");
}

with(milonic=new menuname("faqs")){
style=menuStyle;
aI("text=FAQs;url=http://www.ncatz-ng.org/Faqs.htm;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Us;url=http://www.ncatz-ng.org/Contact Us.htm;");
}

drawMenus();


