_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-265          // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
onbgcolor="#CC0000";
oncolor="#ffffff";
offbgcolor="#FF0000";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="White";
pagebgcolor="#CC0000";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="scripts/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=180, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=130;
left=10;
alwaysvisible=1;
orientation="horizontal";
openstyle="ltr";
aI("text=Home;url=index.htm;status=Back To Home Page;");
aI("text=Degrees/Certificates;showmenu=degrees;");
aI("text=Courses;showmenu=courses;");
aI("text=Faculty;url=faculty.htm;status=Meet the Faculty");
aI("text=SGO;url=sgo.htm;status=Get Involved");
aI("text=SJSU QuickLinks;showmenu=quicklinks;");
aI("text=Feedback;url=mailto:nhikoyeda@cs.com?subject=Gerontology Request for Info;");
}

with(milonic=new menuname("degrees")){
style=menuStyle;
overflow="scroll";
aI("text=Requirements (.pdf);url=pdf/cert_minor_requirements_7_03.pdf;");
aI("text=Gerontology Certificate (.pdf);url=pdf/cer_applied_gero.pdf;");
aI("text=Careers in Aging;url=careers.htm;");
}

with(milonic=new menuname("courses")){
style=menuStyle;
overflow="scroll";
aI("text=Course Syllabi;url=syllabi.htm;");
aI("text=Courses Offered;url=courses.htm;");
}

with(milonic=new menuname("quicklinks")){
style=menuStyle;
overflow="scroll";
aI("text=SJSU Online Catalog;url=http://info.sjsu.edu/home/catalog.html;");
aI("text=Class Schedules;url=http://info.sjsu.edu/home/schedules.html;");
aI("text=Campus Village;url=http://housing.sjsu.edu/campusvillage/;");
aI("text=Reach SJSU;url=https://walnut.sjsu.edu/ware/owa/ware1.AIR;");
aI("text=MyEducation;url=http://my.sjsu.edu/;");
aI("text=Student Services;url=http://www.sjsu.edu/students/student_resources/index.jsp;");
aI("text=Student Directory;url=http://www.sjsu.edu/directory;");
aI("text=Financial Aid;url=http://www.sjsu.edu/depts/finaid;");
aI("text=Order Transcripts;url=http://notesapps2.sjsu.edu/Enrollment/services.nsf/pages/transcripts;");
aI("text=Campus Maps;url=http://www.sjsu.edu/about_sjsu/campus_maps;");
aI("text=Applying to SJSU;url=http://www.sjsu.edu/future_students_families;");
aI("text=Career Center;url=http://www.careercenter.sjsu.edu/;");
aI("text=Academic Services;url=http://www.sjsu.edu/academic_programs/academic_resources/index.jsp;");
aI("text=Articulation Agreements;url=http://artic.sjsu.edu/;");
aI("text=Completion of Masters;url=http://www.sjsu.edu/gradstudies/Current/Index.html;");
aI("text=Graduation Filing Dates;url=http://www.sjsu.edu/gradstudies/Current/Grad_File_Dates.html;");
aI("text=Graduate Studies Forms;url=http://www.sjsu.edu/gradstudies/Faculty_Staff/Index.html;");
aI("text=Undergraduate Studies;url=http://www.sjsu.edu/students/academic_resources/undergrad_studies/index.jsp;");
}

drawMenus();