/***********************************************
* 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] = {  // REQUIRED!!  This menu explicitly declares all available options even if they are the same as the defaults
id:'menu2', //use unique quoted id (quoted) REQUIRED!!
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:160,     // initial top offset - except for top menu, where it is meaningless
keepinview:80,   // Use false (for not static) - OR - true or numeric top offset when page scrolls
menuspeed:10,    // Speed of menu sliding smaller is faster (interval of milliseconds)
menupause:300,   // How long menu stays out when mouse leaves it (in milliseconds)
d_colspan:3,     // 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:25,     // bar (the vertical cell) width
wrapbar:true,    // extend and wrap bar below menu for a more solid look (default false) - will revert to false for top menu
hdingwidth:210,  // heading - non linked horizontal cells width
hdingheight:25,  // heading - non linked horizontal cells height
hdingindent:1,   // heading - non linked horizontal cells text-indent represents ex units (@8 pixels decimals allowed)
linkheight:20,   // linked horizontal cells height
linktopad:3,     // linked horizontal cells top padding
borderwidth:'',   // inner border-width used for this menu
/////////////////////////// quote these properties: /////////////////////
bordercolor:'', // inner border color
borderstyle:'',    // inner border style (solid, dashed, inset, etc.)
outbrdwidth:'0ex 0ex 0ex 0ex', // outer border-width used for this menu (top right bottom left)
outbrdcolor:'',  // outer border color
outbrdstyle:'',     // outer border style (solid, dashed, inset, etc.)
barcolor:'#ffff00',        // bar (the vertical cell) text color
barbgcolor:'#000000',   // 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:'100%',          // express as percentage with the % sign
hdingcolor:'lightgrey',      // heading - non linked horizontal cells text color
hdingbgcolor:'#313131',  // 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:'left',    // heading - non linked horizontal cells right left or center text alignment
linktxtalign:'left',     // 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)
bartext:'Extreme Links',
menupos:'top',
kviewtype:'fixed', 
menuleft:'65%',    // initial left offset - only for top menu, as pixels (can be a quoted percentage - ex: '50%')
///////////////////////////
menuItems:[
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["Extreme Sites"], //create header
["Southeastmx.com", "http://www.southeastmx.com", "_new"],
["KTM Talk", "http://www.ktmtalk.com/","_new"],
["Cobra Talk", "http://www.cobratalk.com/", "_new"],
["Victory Sports", "http://www.victory-sports.com/", "_new"],
["MX Sports", "http://www.mxsports.com/", "_new"],
["Racer X Online", "http://www.racerxonline.com", "_new"],
["Eastern Dirt Magazine", "http://www.easterndirt.com/", "_new"],
["50cc Parts", "http://www.50ccparts.com/", "_new"],
["Zoo City MX", "http://www.zoocitymx.com/", "_new"],
["Roostmx", "http://www.roostmx.net/", "_new"]
]}; // REQUIRED!! do not edit or remove

menu[1] = {
id:'menu1', //use unique quoted id (quoted) REQUIRED!!
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:160,     // initial top offset - except for top menu, where it is meaningless
keepinview:80,   // Use false (for not static) - OR - true or numeric top offset when page scrolls
menuspeed:10,    // Speed of menu sliding smaller is faster (interval of milliseconds)
menupause:300,   // How long menu stays out when mouse leaves it (in milliseconds)
d_colspan:3,     // 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:25,     // bar (the vertical cell) width
wrapbar:true,    // extend and wrap bar below menu for a more solid look (default false) - will revert to false for top menu
hdingwidth:210,  // heading - non linked horizontal cells width
hdingheight:25,  // heading - non linked horizontal cells height
hdingindent:1,   // heading - non linked horizontal cells text-indent represents ex units (@8 pixels decimals allowed)
linkheight:20,   // linked horizontal cells height
linktopad:3,     // linked horizontal cells top padding
borderwidth:'',   // inner border-width used for this menu
/////////////////////////// quote these properties: /////////////////////
bordercolor:'', // inner border color
borderstyle:'',    // inner border style (solid, dashed, inset, etc.)
outbrdwidth:'0ex 0ex 0ex 0ex', // outer border-width used for this menu (top right bottom left)
outbrdcolor:'',  // outer border color
outbrdstyle:'',     // outer border style (solid, dashed, inset, etc.)
barcolor:'#ffff00',        // bar (the vertical cell) text color
barbgcolor:'#000000',   // bar (the vertical cell) background color
barfontsize:'2',
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:'100%',          // express as percentage with the % sign
hdingcolor:'lightgrey',      // heading - non linked horizontal cells text color
hdingbgcolor:'#313131',  // 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:'left',    // heading - non linked horizontal cells right left or center text alignment
linktxtalign:'left',     // 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)
bartext:'Extreme Jesus Menu',
menupos:'top',
kviewtype:'fixed', 
menuleft:'45%',    // initial left offset - only for top menu, as pixels (can be a quoted percentage - ex: '50%')
menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["Menu"], //create header
["Home", "http://www.xtremejesus.com", ""],
["About Us", "http://www.xtremejesus.com/about.html", ""],["Stickers, Tees, and Stuff", "http://www.xtremejesus.com/stuff.html", ""],
["Documentary Video", "http://www.xtremejesus.com/Media1.html", ""],
["Contact Us", "http://www.xtremejesus.com/contact.html", ""],
["Calendar", "http://www.xtremejesus.com/calendar.html", ""],
["News Headlines", "http://www.xtremejesus.com/headlines.shtml", ""],
["Map of Tracks", "http://www.xtremejesus.com/trackmap.html", ""]
//no comma after last entry

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

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

make_menus();