//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!!
bartext:'S E R V I C E S',
bordercolor:'#7BA8BF', // 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:'#7BA8BF',  // outer border color
outbrdstyle:'solid',     // outer border style (solid, dashed, inset, etc.)
barcolor:'#ffffff',        // bar (the vertical cell) text color
barbgcolor:'#7BA8BF',   // 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
hdingcolor:'#ffffff',      // heading - non linked horizontal cells text color
hdingbgcolor:'#7BA8BF',  // 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:'center',    // heading - non linked horizontal cells right left or center text alignment
linktxtalign:'left',     // linked horizontal cells right left or center text alignment
fontsize:'75%', // express as percentage with the % sign
linkheight:20 ,  // linked horizontal cells height
hdingwidth:310 ,  // 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)

// 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
["Performance Management", "PM.htm", ""],
["Business Process Re-engineering", "BPR.htm",""],
["Management Development & Training", "MDT.htm", ""],
["Sales & Marketing Management & Training", "SMMT.htm", ""],
["Assessments-Organization & Individual", "AOI.htm", ""],
["Quality Management", "QM.htm", ""],
["Total Placement Solutions", "TPS.htm", ""],
["Competency Modeling", "CMM.htm", ""],
["Job Evaluation", "JE.htm", ""],
["HR Audit", "HR.htm", ""],
["Human Resources Management System", "HRMS.htm", ""],
["E-Services", "NES.htm", ""],
]}; // REQUIRED!! do not edit or remove

menu[2] = {  // REQUIRED!!  This menu explicitly declares all available options even if they are the same as the defaults
menuItems:[
]}; // REQUIRED!! do not edit or remove

menu[3] = {
id:'menu3', //use unique quoted id (quoted) REQUIRED!!
menuItems:[ // REQUIRED!!
]}; // REQUIRED!! do not edit or remove


make_menus();
