/***********************************************
* 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!!
fontsize:'100%', // express as percentage with the % sign
linkheight:20 ,  // linked horizontal cells height

barwidth:90,     // bar (the vertical cell) width
hdingwidth:180,  // 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)
borderwidth:2,   // inner border-width used for this menu
/////////////////////////// quote these properties: /////////////////////
bordercolor:'#252a2b', // inner border color
borderstyle:'solid',    // inner border style (solid, dashed, inset, etc.)
hdingbgcolor:'#bae388',  // heading - non linked horizontal cells background color
barcolor:'#252a2b',        // bar (the vertical cell) text color
barbgcolor:'#bae388',   // 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
fontsize:'100%',          // express as percentage with the % sign
menupos:'left',         // set side that menu slides in from (right or left or top)
bartext:'.Shoutbox.',       // 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
["<iframe frameborder=0 width=180 height=111 src=http://www6.cbox.ws/box/?boxid=286534&amp;boxtag=pr0nsg&amp;sec=main marginheight=2 marginwidth=2 scrolling=auto allowtransparency=yes name=cboxmain style=border:#312143 0px solid; id=cboxmain></iframe><iframe frameborder=0 width=180 height=105 src=http://www6.cbox.ws/box/?boxid=286534&amp;boxtag=pr0nsg&amp;sec=form marginheight=2 marginwidth=2 scrolling=no allowtransparency=yes name=cboxform style=border:#312143 0px solid; border-top:#312143 0px solid id=cboxform></iframe>"]

]}; // REQUIRED!! do not edit or remove





////////////////////Stop Editing/////////////////

make_menus();
