/***********************************************
* 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[3] = {
id:'menu3', //use unique quoted id (quoted) REQUIRED!!
bartext:'RIGHT MENU',
menupos:'right',
menutop:'240',
bordercolor:'#eeeeee', // inner border color
borderstyle:'solid',    // inner border style (solid, dashed, inset, etc.)
borderwidth:1,
outbrdwidth:'.1ex 0ex 0ex .1ex', // outer border-width used for this menu (top right bottom left)
outbrdcolor:'eeeeee',  // outer border color
outbrdstyle:'solid',     // outer border style (solid, dashed, inset, etc.)
barwidth:22,
barcolor:'#eeeeee',        // bar (the vertical cell) text color
barbgcolor:'#000000',   // 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:'arial',      // menu font
fontsize:'85%',          // express as percentage with the % sign
hdingwidth:180,  // This will be the menu body width as well as any single column headings.
hdingheight:10,  // Heading height
hdingindent:0,  // Text indent for headings.  Here 1=@8px or 1 character's width - decimals allowed.
linkheight:14,  // This will be the height for linked cells
hdingcolor:'#eeeeee',      // heading - non linked horizontal cells text color
hdingbgcolor:'#444444',  // 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
linkfontweight:"bold",
linktarget:'',           // default link target, leave blank for same window (other choices: _new, _top, or a window or frame name)
kviewtype:'absolute', 
bartext:'SITE NAVIGATOR PULL OUT',       // 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
["HI-TECH'S MENU"], //create header
["", "", ""],
["CATALOG"], //create header
["ONLINE CATALOG", "Catalog/cfm/catalog-htd.cfm",""],
["", "", ""],
["FREIGHT CAR DETAILS"], //create header
["AIR HOSES-22'' A.A.R.", "AAR_Hoses.html", ""],
["AIR HOSES-MODERN ERA", "FC_Details.html", ""],
["", "", ""],
["CITY DETAILS"], //create header
["DUMPSTERS!", "dumpsters.html", ""],
["PARKING METERS!", "Parking_Meters.html",""],
["", "", ""],
["DIESEL DETAILS"], //create header
["DIESEL MU HOSES!", "Diesel_MU_Hoses.html", ""],
["", "", ""],
["LINESIDE DETAILS"], //create header
["LINESIDE STRUCTURES!", "HiTech_Kits.html", ""],
["", "", ""],
["PASSENGER CAR DETAILS"], //create header
["PASSENGER CAR DETAILS!", "Hi-Tech-P_Car_Diaphragms.html", ""],
["", "", ""],
["HI-TECH HOW TO'S"], //create header
["HOW TO: MU HOSES!", "How-Tos_MU_Hoses.html", ""],
["HOW TO: DIAPHRAGMS!", "Diaphragm-Assembly-Sequence.html", ""],
["", "", ""],
["CONTACT US"], //create header
["HI-TECH HOME", "http://www.hitechdetails.com/index.htm", ""],
["EMAIL US", "mailto:orders@hitechdetails.com", ""]  //no comma after last entry

]}; // REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////

make_menus();
