//UDMv3.4.1.1b
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************

/* ********************************************************* */
/* Change Log                                                                       */
/*  ---- Remove the Play menu ----- FSherwood 2008-07-11 ------ */
/*  ---- Disable Online Store -- FSherwood 2008-07-11 -----      */
/*  ---- Change "Mercantile" menu to "Retail" --- FSherwood 2008-08-03  ---- */
/*  ---- Change "Stone" menu to "Stone and Tile" --- FSherwood 2008-08-03 ---- */
/* ---- Add "Education" menu --- FSherwood 2008-08-04 ---- */
/* --- Change "Medical" menu to "Healthcare" -- FSherwood 2008-08-12 --- */
//	Change the Gallery "Leaves365" menu to "Accents Con Agua" and launch the ACA site into ACA Gallery -- FSherwood 2008-09-04
// 	Disable "Designers" for now - no active designers since removing Ogetti  -- 2008-09-10 --- FSherwood
// Changed name of contact form page & implemented CAPTCHA -- FSherwood 2009-01-29
/* ********************************************************* */

///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.4.1b by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  KDE modifications by David Joham
//  Opera reload/resize routine by Michael Wallner
//  http://www.wallner-software.com/
//
//  This script featured on Dynamic Drive (http://www.dynamicdrive.com)
//
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "left";		// alignment
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	0; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false; 	// show empty cells
var showBORDERS = true;		// show empty cell borders

var baseHREF = "";		// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#2D629A";	// main nav cell color 
var rCOLOR = 	"#95B0CC";	// main nav cell rollover color 
var bSIZE = 	2;		// main nav border size
var bCOLOR = 	"graphics/headermenu_bg.gif"	// main nav border color
var aLINK = 	"white";	// main nav link color
var aHOVER = 	"black";	// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"Trebuchet MS, Arial, Helvetica, sans-serif";	// main nav font face
var fSIZE = 	12;		// main nav font size (pixels)
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	0;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	3;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	0;		// shift the submenus vertically
var hOFFSET = 	0;		// shift the submenus horizontally

var smCOLOR = 	"white";	// submenu cell color

var srCOLOR = 	"#95B0CC";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"black"		// submenu border color
var saLINK = 	"black";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"Verdana, Arial, Helvetica, sans-serif";// submenu font face
var sfSIZE = 	10;		// submenu font size (pixels)
var sfWEIGHT = 	"normal"	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	0;		// submenu drop shadow size
var shCOLOR =	"000000";	// submenu drop shadow color
var shOPACITY = 100;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;		// shift the child menus vertically
var chhOFFSET = 7;		// shift the child menus horizontally

var closeTIMER = 330;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)

var altDISPLAY = "";		// where to display alt text
var allowRESIZE = true;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 0;		// override grid width
var gridHEIGHT = 0;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = true;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in mozilla 5


//** LINKS ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
// *** change these to absolutes

addMainItem("http://www.waterjetworks.com/","<U>H</U>ome",110,"center","","",0,0,"h");

addMainItem("","<U>C</U>ompany",110,"center","","",0,0,"c");

	defineSubmenuProperties(128,"left","left",0,0,"");

	addSubmenuItem("about.php","About Us","","");
	addSubmenuItem("team.php","The Team","","");
	addSubmenuItem("news.php","News & Letters","","");
	addSubmenuItem("pr.php","Press Releases","","");
	addSubmenuItem("project_map.php","National Projects","","");
	addSubmenuItem("faq.php","FAQ","","");

addMainItem("","<U>G</U>allery",110,"center","","",0,0,"g");

	defineSubmenuProperties(130,"left","left",0,0,"");

//	Change the Gallery "Leaves365" menu to "Accents Con Agua" and launch the ACA site into ACA Gallery -- FSherwood 2008-09-04	
//	addSubmenuItem("gallery.php?cat=LVS","Leaves 365","","");
	addSubmenuItem("http://www.accentsconagua.com/leaves365/gallery.php?cat=LVS","Accents Con Agua","","");
	addSubmenuItem("gallery.php?cat=RES","Resilient","","");
/*  ---- Change "Stone" menu to "Stone and Tile" --- FSherwood 2008-08-03 ---- */
	addSubmenuItem("gallery.php?cat=STN","Stone and Tile","","");
	addSubmenuItem("gallery.php?cat=SIM","Signage and Metal","","");
	addSubmenuItem("gallery.php?cat=MDL","Medallions","","");
	addSubmenuItem("gallery.php?cat=LAM","Laminate Plastic","","");
/* ---- Add "Education" menu --- FSherwood 2008-08-04 ---- */
	addSubmenuItem("gallery.php?cat=EDU","Education","","");
/* --- Change "Medical" menu to "Healthcare" -- FSherwood 2008-08-12 --- */
	addSubmenuItem("gallery.php?cat=MED","Healthcare","","");
/*  ---- Change "Mercantile" menu to "Retail" --- FSherwood 2008-08-03  ---- */
	addSubmenuItem("gallery.php?cat=MER","Retail","","");
	addSubmenuItem("gallery.php?cat=HHM","Hirshhorn Museum","","");
	addSubmenuItem("gallery.php?cat=WIA","Waterjet In Action","","");
	addSubmenuItem("gallery.php?cat=TCR","The Chai Road","","");

addMainItem("","<U>N</U>etwork",110,"center","","",0,0,"n");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(180,"left","left",0,0,"");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("nw_manufacturers.php","Manufacturers & Distributors","","");
//	addSubmenuItem("nw_designers.php","Designers","",""); 	// Disable "Designers" for now - no active designers since removing Ogetti  -- 2008-09-10 --- FSherwood

/*  ---- Remove the Play menu ----- FSherwood 2008-07-11 ------
addMainItem("","<U>P</U>lay",110,"center","","",0,0,"p");

	defineSubmenuProperties(140,"left","left",0,0,"");

	addSubmenuItem("p_assemble.php","Assemble a Project","","");
//	addSubmenuItem("p_customize.php","Customize a Medallion","","");
  ---- Remove the Play menu ----- FSherwood 2008-07-11 ------  */

// Changed name of contact form page & implemented CAPTCHA -- FSherwood 2009-01-29
addMainItem("emailcontact.php","<U>C</U>ontact Us",110,"center","","",0,0,"h");

/*  ---- Disable Online Store -- FSherwood 2008-07-11 -----
addMainItem("http://www.waterjetworks.com/Merchant2/merchant.mvc?Screen=SFNT&Store_Code=WJW","<U>O</U>nline Store",110,"center","_blank","",0,0,"o");
  ---- Disable Online Store -- FSherwood 2008-07-11 -----  */

//**DO NOT EDIT THIS *****
}//***********************
//************************