/***********************************************
* 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!!
menutop:10,     // initial top offset - except for top menu, where it is meaningless
fontsize:'80%', // express as percentage with the % sign
linkheight:20 ,  // linked horizontal cells height
hdingwidth:100 ,  // heading - non linked horizontal cells width
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)
barwidth:20,     // bar (the vertical cell) width
linkheight:20,   // linked horizontal cells height

bordercolor:'#333333', // 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:'black',  // outer border color
outbrdstyle:'solid',     // outer border style (solid, dashed, inset, etc.)
barcolor:'white',        // bar (the vertical cell) text color
barbgcolor:'#606060',   // 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:'tahoma',      // menu font
fontsize:'70%',          // express as percentage with the % sign
hdingcolor:'white',      // heading - non linked horizontal cells text color
hdingbgcolor:'#999999',  // 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:'cwindow',      // default link target, leave blank for same window (other choices: _new, _top, or a window or frame name)

bartext: '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
["Sculptured"], //create header
["Panels"], //create header
["Overview", "Sculptured_Panels_OV_I.htm", "activewindow"],
["Collection", "Sculptured_Panels_I.htm", "activewindow"]  //no comma after last entry

]}; // REQUIRED!! do not edit or remove


////////////////////Stop Editing/////////////////

make_menus();
