/***********************************************
* 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[2] = {
id:'menu2', //use unique quoted id (quoted) REQUIRED!!
bartext:'MENU GOLF INSTRUCTION',
menupos:'left',
kviewtype:'fixed', 
menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["Aids"], //create header
["Books", "http://greenfees.com/instruct/books/books_btn.phtml", "_new"],
["Software", "http://www.greenfees.com/instruct/software/sw_btn.phtml","_new"],
["Launch Monitors", "http://www.greenfees.com/instruct/lm/lm_btn.phtml", "_new"],
["Swing Analysis Video", "http://www.greenfees.com/instruct/swv/svideo_btn.phtml", "_new"],
["Simulators", "http://www.greenfees.com/instruct/sim/sim_btn.phtml", "_new"],
["Video Tapes", "http://www.greenfees.com/instruct/video/vtapes_btn.phtml", "_new"],


["Hands on", "", ""], //create header
["Golf Schools", "http://www.greenfees.com/instruct/school/school_btn.phtml", "_new"],
["Instructors", "http://www.greenfees.com/instruct/instructor/instructor_btn.phtml", "_new"],
["Educational Services", "http://www.greenfees.com/instruct/educt/educt_btn.phtml", "_new"],
["Pros", "http://www.greenfees.com/instruct/pros/pro_btn.phtml", "_new"],



["Advertise", "", ""], //create header
["Order", "http://spreadsheets.google.com/viewform?key=p9d02t0Ecy60yOMuCj1nMZQ&hl=en", "_new", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Price List", "http://greenfees.com/courses/world/pricelst.phtml", "_new",1]//no comma after last entry

]}; // REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////









menu[3] = {
id:'menu3', //use unique quoted id (quoted) REQUIRED!!
bartext:'MENU APPAREL EQUIPMENT',
menupos:'right',
kviewtype:'fixed', 
menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["Apparel"], //create header
["Womens", "http://www.greenfees.com/apparel/women/women_btn.phtml", "_new"],
["Mens", "http://www.greenfees.com/apparel/men/men_btn.phtml","_new"],
["Juniors", "http://www.greenfees.com/apparel/jr/jr_btn.phtml", "_new"],
["Specialty", "http://www.greenfees.com/apparel/special/special_btn.phtml", "_new"],
["Headwear", "http://www.greenfees.com/apparel/headwear/headwear_btn.phtml", "_new"],
["Accessories", "http://www.greenfees.com/apparel/acces/acces_btn.phtml", "_new"],


["Equipment", "", ""], //create header
["Clubs", "http://www.greenfees.com/equipment/clubs/club_btn.phtml", "_new"],
["Bags", "http://www.greenfees.com/equipment/bags/bags_btn.phtml", "_new"],
["Balls", "http://www.greenfees.com/equipment/balls/balls_btn.phtml", "_new"],
["Tees", "http://www.greenfees.com/equipment/tees/tees_btn.phtml", "_new"],
["Specialty", "http://www.greenfees.com/equipment/special/special_btn.phtml", "_new"],
["Accessories", "http://www.greenfees.com/equipment/acces/access_btn.phtml", "_new"],  


["Advertise", "", ""], //create header
["Order", "http://spreadsheets.google.com/viewform?key=p9d02t0Ecy60yOMuCj1nMZQ&hl=en", "_new", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Price List", "http://greenfees.com/courses/world/pricelst.phtml", "_new",1]//no comma after last entry

]}; // REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////

make_menus();