/***********************************************
* 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!!
linkbgcolor:'black',
menupos:'right',
menutop:170,
barfontweight:"Bold",  // Bar font weight
kviewtype:'absolute',  
keepinview:30,  // For left and right menus and only with kviewtype:'absolute', - distance from top after page has scrolled beyond menutop - may optionally be set to true or false.  Using true will have the menu maintain its menutop position during page scroll, false will prevent the menu from following page scroll.  Top menus will always follow page scroll.


menubgcolor:'#FFFFB3',
hdingcolor:'black',      // heading - non linked horizontal cells text color
barbgcolor:'#99CCFF',   // bar (the vertical cell) background color
fontsize:'105%', // express as percentage with the % sign
linkheight:24 ,  // linked horizontal cells height
hdingwidth:250 ,  // heading - non linked horizontal cells width
hdingbgcolor:'#FFFFB3',  // heading - non linked horizontal cells background color
bartext:'Page Menu',       // bar text (the vertical cell) use text or img tag
barcolor:'black',        // bar (the vertical cell) text color
menufont:'Times New Roman',      // menu font
// 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
["Page Navigation"], //create header
["Top of Page", "residential.html#top", ""],
["Dates & Costs", "residential.html#cost",""],
["Scholarship Information", "residential.html#scholar", ""],
["Session Description", "residential.html#des", ""],
["Sample Schedule", "residential.html#schedule", ""],
["Sample Menu", "residential.html#menu", ""],
["Discipline Policy", "esidential.html#disciplinepolicy", ""],
["Map of Campsite", "residential.html#map", ""],
["Prior to Check-in", "residential.html#leavehome", ""],
["Check-in", "residential.html#checkin", ""],
["Checkout", "residential.html#checkout", ""],
["Illness/Injury", "residential.html#ill", ""],
["Medicine", "residential.html#med", ""],
["Visitation", "residential.html#visit", ""],
["Mail", "residential.html#mail", ""],
["Telephone/Email Accessibility", "residential.html#access", ""],
["Camp Store", "residential.html#store", ""],
["Contraband", "residential.html#contraband", ""],
["Refunds", "residential.html#refunds", ""],
["Things to Bring", "residential.html#bring", ""]

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

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

make_menus();
