/***********************************************
* 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:200,     // initial top offset - except for top menu, where it is meaningless

fontsize:'80%', // express as percentage with the % sign
linkheight:18 ,  // linked horizontal cells height
hdingwidth:210 ,  // heading - non linked horizontal cells width
borderwidth:0,   // inner border-width used for this menu
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

/////////////////////////// quote these properties: /////////////////////
bordercolor:'#000234', // 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:'#000234',  // outer border color
outbrdstyle:'solid',     // outer border style (solid, dashed, inset, etc.)

hdingcolor:'white',      // heading - non linked horizontal cells text color
hdingbgcolor:'#000234',  // 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:'center',     // linked horizontal cells right left or center text alignment
barcolor:'#FFFFFF',        // bar (the vertical cell) text color
barbgcolor:'#000234',   // bar (the vertical cell) background color
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
["Menu"], //create header
["NEW WORK", "new_work_1.htm", ""],
["Sherry Camhy", "bio_1.htm", ""],
["Oils", "oils_1.htm",""],
["Pastels", "pastels_1.htm", ""],
["Drawings", "drawings_1.htm", ""],
["Drawings on Black", "drawings_on_black_1.htm", ""],
["Silver Point", "silver_point_1.htm", ""],
["Illustrations", "illustrations_1.htm", ""],
["The Art of the Pencil", "book.htm", ""],
["Publications","publications.htm",""],
["Classes", "classes_1_summer2010.htm", ""],
["Email Sherry Camhy", "form_mail.htm", ""],
["Sign the Guestbook", "advancedguestbook/index.php", ""],
["Resources", "resources_1.htm", ""],
["Students Work", "student_work_1.htm", ""],
["Gallery Shows", "", ""],
["\"Introspective\"", "Introspective_1.htm", ""],
["Introspective Opening", "art_in_the_park_opening.htm", ""],
["Home page slide show", "home.htm", ""]  //no comma after last entry
//no comma after last entry


]}; // REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////

make_menus();