<!--
/*
Copyright © MaXimuS 2000-2001, All Rights Reserved.
Site: http://www.absolutegb.com/maximus
E-mail: maximus@nsimail.com
Version: 6.2 (NS6 Compatibility)
*/
// Permission granted to SimplytheBest.net to feature script in its 
// DHTML script collection at http://simplythebest.net/info/dhtml_scripts.html

YOffset=150; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="no";
menuWidth=150; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="3";
hdrFontColor="#ffffff";
hdrBGColor="095D39";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#fffff0";
linkOverBGColor="#9999CC";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF4400";
barFontFamily="arial, sans serif";
barFontSize="3";
barFontColor="#ffffff";
barVAlign="top";
barWidth=17; // no quotes!!

startMenu("Menu", " M E N U  B A R")
addItem("Home page", "http://www.aviationed.org", "");
addHdr("About Us");
addItem("Information", "http://www.aviationed.org/about.html", "");
addItem("Donate", "http://www.aviationed.org/donate.html", "");
addHdr("Program");
addItem("Course Description", "http://www.aviationed.org/course.html", "");
addItem("Calendar", "http://www.aviationed.org/calendar.html", "");
addItem("Application", "http://www.aviationed.org/application.html", "");
addHdr("Students");
addItem("Student Bios", "http://www.aviationed.org/bios.html", "");
addItem("Class Pictures", "http://www.aviationed.org/students.html", "");
addItem("Photo Album", "http://www.aviationed.org/photos.html", "");
addItem("News Letters", "http://www.aviationed.org/nwsltrs.html", "");
addItem("News Articles", "http://www.aviationed.org/news.html", "");
addItem("Aviation Links", "http://www.aviationed.org/links.html", "");
addHdr("Adult Programs");
addItem("Training", "http://www.aviationed.org/adult.html", "");
addHdr("Support Us");
addItem("Donate", "http://www.aviationed.org/donate.html", "");
addHdr("Contact Us");
addItem("Director", "http://www.aviationed.org/contact.html", "");
endMenu()

//-->

