/***********************************************
* 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:120,     // 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:'#E4E2E3', // inner border color
borderstyle:'solid',    // inner border style (solid, dashed, inset, etc.)
hdingbgcolor:'#E4E2E3',  // heading - non linked horizontal cells background color
barcolor:'#E4E2E3',        // bar (the vertical cell) text color
barbgcolor:'#E4E2E3',   // 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:'<img src="http://glimmering.de/images/shoutbox.jpg">',       // bar text (the vertical cell) use text or img tag

menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["<iframe frameborder=0 width=195 height=250 src=http://www6.cbox.ws/box/?boxid=638716&amp;boxtag=yfswmx&amp;sec=main marginheight=0 marginwidth=0 scrolling=auto allowtransparency=yes name=cboxmain6-638716 style=border:#ababab 1px solid; id=cboxmain6-638716></iframe><iframe frameborder=0 width=200 height=80 src=http://www6.cbox.ws/box/?boxid=638716&amp;boxtag=yfswmx&amp;sec=form marginheight=0 marginwidth=0 scrolling=no allowtransparency=yes name=cboxform6-638716 style=border:#ababab 1px solid;border-top:0px id=cboxform6-638716></iframe>"]

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

make_menus();
