
//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:'80%', // express as percentage with the % sign
linkheight:18 ,  // linked horizontal cells height
hdingwidth:250 ,  // heading - non linked horizontal cells width
menutop:40,     // initial top offset - except for top menu, where it is meaningless
menuspeed:5,    // Speed of menu sliding smaller is faster (interval of milliseconds)
menupause:100,   // How long menu stays out when mouse leaves it (in milliseconds)
barwidth:20,     // bar (the vertical cell) width
wrapbar:true,    // extend and wrap bar below menu for a more solid look (default false)
borderwidth:1,   // inner border-width used for this menu

bordercolor:'#000000', // inner border color
borderstyle:'solid',    // inner border style (solid, dashed, inset, etc.)
outbrdwidth:'0ex 0ex 0ex 0ex', // outer border-width used for this menu (top right bottom left)
outbrdcolor:'lightblue',  // outer border color
outbrdstyle:'solid',     // outer border style (solid, dashed, inset, etc.)
barcolor:'white',        // bar (the vertical cell) text color
barbgcolor:'#593F3D',   // bar (the vertical cell) background color
barfontweight:'bold',    // bar (the vertical cell) font weight

menufont:'verdana',      // menu font
hdingcolor:'white',      // heading - non linked horizontal cells text color
hdingbgcolor:'#593F3D',  // heading - non linked horizontal cells background color
hdingfontweight:'bold',  // heading - non linked horizontal cells font weight

menupos:'left',         // set side that menu slides in from (right or left or top)
bartext:'OPEN MENU',       // bar text (the vertical cell) use text or img tag

// 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
["La Royale Ocean Spa"], //create header
["Services", "services.html",""],
["Packages", "packages.html", ""],
["Decleor", "decleor.html", ""],
["Africology", "africology.html", ""],
["Thyme", "thyme.html", ""],
["Eco Therapy", "ecotherapy.html", ""],
["Contact Details", "oceancontact.html", ""],

["La Royale Katberg Mountain Spa"], //create header
["Services", "katbergservices.html",""],
["Packages", "katbergpackages.html", ""],
["Africology", "africology.html", ""],
["Eco Therapy", "ecotherapy.html", ""],
["Contact Details", "katbergcontact.html", ""],

// ["La Royale Arminel Forest Spa"], //create header
// ["Services", "arminelservices.html",""],
// ["Africology", "africology.html", ""],
// ["Contact Details", "arminelcontact.html", ""],


["La Royale Spa Group info"], //create header
["Lunch Menu", "lunch.html", ""],
["News", "news.html", ""],
["Specials", "specials.html", ""],
["Overnight & Midweek Packages", "overnight.html", ""],
["Vouchers", "vouchers.html", ""],
["Order Products form", "orderproducts.html", ""],
["Wish List", "wishlist.html", ""],
["Contact Request", "request.html", ""]  //no comma after last entry

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



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

make_menus();
