/***********************************************
* 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!!
menupos:'left',
user_defined_stylesheet:false, //if true, prevents script from generating stylesheet for this menu
user_defined_markup:false, //if true, prevents script from generating markup for this menu
design_mode:false,  //if true, generates a report of the script generated/intended styles and markup (as a design aid)
menutop:15,     // initial top offset - except for top menu, where it is meaningless
keepinview:50,   // Use false (for not static) - OR - true or numeric top offset when page scrolls
menuspeed:20,    // Speed of menu sliding smaller is faster (interval of milliseconds)
menupause:500,   // How long menu stays out when mouse leaves it (in milliseconds)
d_colspan:1,     // Available columns in menu body as integer
allowtransparent:false, // true to allow page to show through menu if other bg's are transparent or border has gaps
barwidth:22,     // bar (the vertical cell) width
wrapbar:false,    // extend and wrap bar below menu for a more solid look (default false) - will revert to false for top menu
hdingwidth:300,  // heading - non linked horizontal cells width
hdingheight:7,  // heading - non linked horizontal cells height
hdingindent:2,   // heading - non linked horizontal cells text-indent represents ex units (@8 pixels decimals allowed)
linkheight:15,   // linked horizontal cells height
linktopad:10,     // linked horizontal cells top padding
borderwidth:0,   // inner border-width used for this menu
/////////////////////////// quote these properties: /////////////////////
bordercolor:'#232222', // 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:'#232222',   // bar (the vertical cell) background color
barfontweight:'bold',    // bar (the vertical cell) font weight
baralign:'center',       // bar (the vertical cell) right left or center text alignment
menufont:'verdana',      // menu font
fontsize:'90%',          // express as percentage with the % sign
hdingcolor:'white',      // heading - non linked horizontal cells text color
hdingbgcolor:'#0b7ac7',  // heading - non linked horizontal cells background color
hdingfontweight:'bold',  // heading - non linked horizontal cells font weight
hdingvalign:'middle',    // heading - non linked horizontal cells vertical align (top, middle or center)
hdingtxtalign:'right',    // heading - non linked horizontal cells right left or center text alignment
linktxtalign:'right',     // linked horizontal cells right left or center text alignment
linktarget:'',           // default link target, leave blank for same window (other choices: _new, _top, or a window or frame name)
kviewtype:'fixed',       // Type of keepinview - 'fixed' utilizes fixed positioning where available, 'absolute' fluidly follows page scroll
bartext:'Live4Vibez 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
["Menu"], //create header
["Home", "http://www.live4vibez.co.uk", ""],
["About Us", "http://www.live4vibez.co.uk/aboutus.php", ""],
["Apply to be on Live4Vibez ", "http://www.live4vibez.co.uk/djapplication.php", ""],
["Contact Us", "http://www.live4vibez.co.uk/contactus.php", ""],
["DJ Profiles", "http://www.live4vibez.co.uk/djprofiles.php", ""],
["Management Team", "http://www.live4vibez.co.uk/management.php", ""],
["DJ Charts", "http://www.live4vibez.co.uk/djcharts.php", ""],
["Live4Vibez Wiki", "http://wiki.live4vibez.co.uk/", ""],
["Forums", "http://www.live4vibez.co.uk/forum/", ""],
["Banners, Icons and Useful Stuff", "http://www.live4vibez.co.uk/banners.php", ""],
["Links", "http://www.live4vibez.co.uk/links.php", ""],
["Live4Vibez Set Archives", "http://www.live4vibez.co.uk/archives/", ""],
["Disclaimer", "http://www.live4vibez.co.uk/disclaimer.php", ""],
["Toolbar", "http://www.live4vibez.co.uk/toolbar.php", ""],
["Help!!", "http://www.live4vibez.co.uk/help.php", ""],
["Audio Studio", "", ""],
["Listen!!", "http://www.live4vibez.co.uk/live.php", ""],
["Chat & Listen!!", "http://www.live4vibez.co.uk/livechat.php", ""],
["Timetable Schedule", "http://www.live4vibez.co.uk/timetable.php", ""],
["TV Studio", "", ""],
["Chat & Listen!!", "http://www.live4vibez.co.uk/tvstudio/", ""],
["Timtable Schedule", "http://www.live4vibez.co.uk/tvstudio/timetable.php", ""],
["Affiliates", "", ""],
["Facebook", "http://www.facebook.com/group.php?gid=67043326299", "_new"],
["Youtube", "http://www.youtube.com/live4vibez", "_new"],
["MySpace", "http://www.myspace.com/live4vibez", "_new"],
]}; // REQUIRED!! do not edit or remove

make_menus();