/***********************************************
* 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:178 ,  // heading - non linked horizontal cells width
// 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
["Cody High School"], //create header
["HOME", "index.htm", ""],
["CHS Activities", "http://codyhigh.net/activities",""],
["CHS Booster Club", "boosters/index.htm", ""],

["CHS Newsletter", "chs_newsletter_sept.pdf", ""],
["Office", "office/officeindex.htm", ""],

["Media Center", "http://www.park6.org/StaffWeb/Main_Site/Media/index.html", ""],
["CHS Handbooks", "http://codyhigh.net/handbooks", "_blank"],
["Equus Online", "http://web.me.com/chsequus/CodyHighEquus/Home.html", "_blank"],
["Guidance Office", "http://www.park6.org/staffweb/highschool/jimblick/Guidance/Guidance_Office.html", "_blank"],
["Cody Chamber", "http://www.codychamber.org/", "_blank"],
["Credit Union", "http://codyschoolsfcu.com", "_blank"],
["Formatting Help", "format/index.htm", ""],
["Park 6.org", "http://www.park6.org", "_blank"],


["Extras", "", ""], //create header
["WHSAA", "http://www.whsaa.org/", "_blank", 1, "no"],//create two column row

["Weather", "http://weather.yahoo.com/forecast/USWY0035_f.html", "_blank",1], 
["C.A.N.", "http://codycan.com", "_blank",1, "no"],//create two column row
["Saywire", "http://www.saywire.com", "_blank",1,],


["PowerSchool Links", "", ""], //create header
["From School", "http://10.0.0.11/public/", "_blank", 1,"no"], //create two column row
["From Home", "http://137.88.169.12/public", "_blank",1]

 //no comma after last entry

]}; // REQUIRED!! do not edit or remove



////////////////////Stop Editing/////////////////

make_menus();