<!--
YOffset=74; // 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="yes";
menuWidth=140; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="gray";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="5";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#fffff0";
linkOverBGColor="#D7EBFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#3814A8";
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=15; // no quotes!!

//addItem("text to display", "URL to link to", "target"); where target is parent, top or blank.
startMenu("", "RGHS MAIN LINKS")
addItem("Home Page", "http://www.riversideghs.nsw.edu.au", "");

addHdr("General Information", "#", "");
addItem("Principals Welcome", "http://www.riversideghs.nsw.edu.au/general_information/general_info.asp", "");

addHdr("Latest News", "#", "");
addItem("News and Events", "http://www.riversideghs.nsw.edu.au/latest_info/news_events.asp", "");
addItem("Band News", "http://www.riversideghs.nsw.edu.au/latest_info/achievements.asp", "");
addItem("Important Dates", "http://www.riversideghs.nsw.edu.au/latest_info/important_dates.asp", "");
addItem("RGHS Currents", "http://www.riversideghs.nsw.edu.au/latest_info/currents.asp", "");

addHdr("School Issues", "#", "");
addItem("Student Welfare", "http://www.riversideghs.nsw.edu.au/school_issues/student_welfare.asp", "");

addHdr("School Handbook", "#", "");
addItem("Curriculum", "http://www.riversideghs.nsw.edu.au/school_handbook/curriculum/curriculum.asp", "");
addItem("Faculties", "http://www.riversideghs.nsw.edu.au/school_handbook/faculties/faculties.asp", "");
addItem("Sport", "http://www.riversideghs.nsw.edu.au/school_handbook/sport.asp", "");
addItem("Enrolment", "http://www.riversideghs.nsw.edu.au/school_handbook/enrolment.asp", "");
addItem("Policies", "http://www.riversideghs.nsw.edu.au/school_handbook/policies.asp", "");
addItem("Proformas", "http://www.riversideghs.nsw.edu.au/school_handbook/proformas.asp", "");
addItem("Text Lists", "http://www.riversideghs.nsw.edu.au/school_handbook/textlists.asp", "");

addHdr("Students", "#", "");
addItem("Student Bodies", "http://www.riversideghs.nsw.edu.au/students/src.asp", "");
addItem("Ex-Students", "http://www.riversideghs.nsw.edu.au/students/ex-students.asp", "");
addItem("Careers", "http://www.riversideghs.nsw.edu.au/students/careers.asp", "");

addHdr("Other", "#", "");
addItem("School Links", "http://www.riversideghs.nsw.edu.au/other/school_links.asp", "");

addHdr("Contact Us", "#", "");
addItem("Contact Details", "http://www.riversideghs.nsw.edu.au/contact_us/contact.asp", "");

endMenu()

//-->
