/***********************************************
* Omni Slide Menu script - © John Davenport Scheuer
* very freely adapted from Dynamic-FX Slide-In Menu (v 6.5) script- by maXimus
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full original source code
* as first mentioned in http://www.dynamicdrive.com/forums
* username:jscheuer1
***********************************************/

//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;

menu[1] = {
id:'menu1', //use unique quoted id (quoted) REQUIRED!!
fontsize:'100%', // express as percentage with the % sign
linkheight:22 ,  // linked horizontal cells height
hdingwidth:800 ,  // heading - non linked horizontal cells width
bartext:'Website Index',
kviewtype:'fixed',
menutop:150,  // for left and right menus distance from top of page
menupos:"top",   // left, right, top
menuleft:'35%',  // distance from left side when on top
menupause: 2500, // hold display menu in millsecs when mouse is not on menu
menuspeed: 10, // how fast to scroll the screen
d_colspan: 3, // columns for menu
outbrdcolor:"none",  // Outer border color
outbrdstyle:"outset",  // Outer border style ('solid', 'dashed', 'outset', etc.)
borderwidth:1,
bordercolor:"maroon",  // Border color used inside menus and for menu table
barcolor:"maroon",  // Text color for 'draw' bar
barbgcolor:"#FFFF00",  // Background color for 'draw' bar
hdingcolor:"maroon",  // Headings - text color
hdingbgcolor:"#FFFF00",  // Headings - background color
// Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///

menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
// header
["General Information"],
// line1
["School Calendar", "school_calendar.php", "", 1, "no"],
["Extended School Program", "esp.php", "", 1, "no"],
["Summer Reading", "summer_reading.php", "", 1, ""],
// line2
["Faculty Roster", "faculty_contact.php", "", 1, "no"],
["Healthroom Information", "healthroom.php", "", 1, "no"],
["School Supplies", "school_supplies.php", "", 1, ""],
// line3
["Weekly Newsletter", "newsletter.php", "", 1, "no"],
["General Forms", "school_forms.php", "", 1, "no"],
["Helpful Links", "otherlinks.php", "", 1, ""],
// line4
["2009-2010 Handbook", "forms/2009-2010 Handbook.pdf", "", 1, "no"],
["Student Government", "sga.php", "", 1, "no"],
["Photo Albums", "photoalbum1.php", "", 1, ""],
// header
["Enrollment & Tuition Information"],
["Enrollment Information", "enroll_information.php", "", 1, "no"],
["Tuition Rates and Fees", "tuition_information.php", "", 1, "no"],
["Tuition Management Sys.", "tuition_tms.php", "", 1, ""],
// header
["Parent Involvement"],
["School Advisory Board", "parent_participation.php", "", 1, "no"],
["Home and School Association", "parent_participation.php", "", 1, "no"],
["HSA Bingo Schedule", "hsa_bingo.php", "", 1, ""],
["Volunteer Service", "tuition_vsp.php", "", 1, "no"],
["Fundraising Support", "tuition_fso.php", "", 1, "no"],
[" ", " ", 1, " "],
// header
["Classroom Information", "", ""],
["Homework Assignments", "classroom.php", "", 1, "no"],
["Policy Letters", "classroom_policy.php", "", 1, "no"],
[" ", " ", "", 1, ""],
// header
["Testing Schedule"],
["Grade 6", "classroom.php?tgrade=6","",1,"no"],
["Grade 7", "classroom.php?tgrade=7","",1,"no"],
["Grade 8", "classroom.php?tgrade=8","",1,""] //no comma after last entry
]}; // REQUIRED!! do not edit or remove

make_menus();