//UDMv3.5
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.5 by Brothercake
//  This is a special version for Dynamic Drive (http://www.dynamicdrive.com)
//
//  Link-wrapping routine by Brendan Armstrong
//  Original KDE modifications by David Joham
//  Opera reload/resize based on a routine by Michael Wallner
//  Select-element hiding routine by Huy Do
//
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "left";		// alignment
var absLEFT = 	75;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	20; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// 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 = 	"lightgrey";	// main nav cell color
var rCOLOR = 	"brown";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"black"		// main nav border color
var aLINK = 	"brown";	// main nav link color
var aHOVER = 	"white";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";	// main nav font face
var fSIZE = 	11;		// main nav font size (pixels)
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	1;		// 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 = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"eeeeee";	// submenu cell color

var srCOLOR = 	"bbbbbb"; 	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"lightgrey"	// submenu border color
var saLINK = 	"black";	// submenu link color
var saHOVER = 	"brown";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial";        // submenu font face
var sfSIZE = 	11;		// submenu font size (pixels)
var sfWEIGHT = 	""	        // 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 =	3;		// submenu drop shadow size
var shCOLOR =	"black";	// submenu drop shadow color
var shOPACITY = 75;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = 0;		// shift the child menus vertically
var chhOFFSET = 0;		// shift the child menus horizontally

var openTIMER = 10;		// [** new **] menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 20;	// [** new **] child-menu opening delay time (not ns4/op5/op6)
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 = mu;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 760;		// override grid width
var gridHEIGHT = 500;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = false;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in gecko browsers
var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)

var arrWIDTH = 12;		// [** new **] arrow width (not ns4/op5/op6)
var arrHEIGHT = 12;		// [** new **] arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		// [** new **] arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		// [** new **] arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	// [** new **] arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		// [** new **] left arrow (not ns4/op5/op6)
var arrRIGHT = ">";		// [** new **] right arrow (not ns4/op5/op6)



//** LINKS ***********************************************************
//addSubmenuItem("http://active-x.com/","Active-X.com","_blank","");

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")

addMainItem("","About Bronson & Bratton",150,"center","","",0,0,"","","","","");
     // define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(160,"center","left",-4,0,"","","","","","","");
    
     // add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("history.htm","Our History","","");
	addSubmenuItem("mission.htm","Our Mission Statement","","");
	addSubmenuItem("equipment.htm","Our Equipment List","","");
	addSubmenuItem("maps.htm","Our Location","","");
	addSubmenuItem("contact.htm","Our Teams","","");
        addSubmenuItem("index.htm","Home Page","","");

 
addMainItem("","Materials",80,"center","","",0,0,"","","","","");

	defineSubmenuProperties(140,"left","left",-4,0,"","","","","","","");

	addSubmenuItem("tungsten.htm","Tungsten Carbide","","");
        addSubmenuItem("tool.htm","Tool Steel","","");
        addSubmenuItem("stainless.htm","Stainless Steel","","");
	addSubmenuItem("silcarbide.htm","Silicon Carbide","","");
	addSubmenuItem("silnitride.htm","Silicon Nitride","","");
	addSubmenuItem("alumina.htm","Alumina","","");
	addSubmenuItem("zirconia.htm","Zirconia","","");
	addSubmenuItem("stellite.htm","Stellite","","");



addMainItem("","Products",80,"center","","",0,0,"","","","","");
     // define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(160,"center","left",-4,0,"","","","","","","");
    
     // add submenu link items ("url","Link name","_target","alt text")

	addSubmenuItem("aerospace.htm","Aerospace Components","","");
	addSubmenuItem("medical.htm","Medical Components","","");
        addSubmenuItem("seals.htm","Seal Hardfaces","","");
	addSubmenuItem("pmtooling.htm","PM Tooling","","");
	addSubmenuItem("drawdie.htm","Draw Dies & Mandrels","","");
	addSubmenuItem("rolls.htm","Rolls","","");
	addSubmenuItem("cantool.htm","Can Tooling","","");
	addSubmenuItem("knives.htm","Knives, Blades, Slitters","","");
        addSubmenuItem("other.htm","Other Products","","");

addMainItem("","Capabilities",90,"center","","",0,0,"","","","","");
     // define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(195,"center","left",-4,0,"","","","","","","");
    
     // add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("","Manufacturing Capabilities","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(140,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("manhardm.htm","Hard Milling","","");
		addChildmenuItem("manhardt.htm","Hard Turning","","");
		addChildmenuItem("man5.htm","5-Axis Machining","","");
                addChildmenuItem("manlaser.htm","Laser marking","","");
		addChildmenuItem("manwire.htm","Wire EDM","","");
		addChildmenuItem("mansinker.htm","CNC Sinker EDM","","");
		addChildmenuItem("manjig.htm","CNC Jig Grinding","","");
		addChildmenuItem("manodid.htm","CNC OD/ID Grinding","","");
                addChildmenuItem("manform.htm","CNC Form Grinding","","");
		addChildmenuItem("mansurf.htm","CNC Surface Grinding","","");
		addChildmenuItem("manshrink.htm","Shrink Assembly","","");
		addChildmenuItem("manbraze.htm","Braze Assembly","","");
		addChildmenuItem("mansuper.htm","Superfinishing","","");
		addChildmenuItem("manflat.htm","Flat Lapping","","");
		addChildmenuItem("manultra.htm","Ultrasonic Machining","","");


	addSubmenuItem("","Design Capabilities","","");

		defineChildmenuProperties(150,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("designcap.htm","Powder Metal Tooling Design","","");
		addChildmenuItem("designcap.htm","Die Design","","");
		addChildmenuItem("designcap.htm","Fixture Design","","");
		addChildmenuItem("designcap.htm","Prototype Design","","");
		addChildmenuItem("designcap.htm","Surface Modeling for CAM","","");


        addSubmenuItem("","Quality & Measurement","","");

		defineChildmenuProperties(150,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("qualiso.htm","ISO 9001:2008 Certified","","");
		addChildmenuItem("qualcoor.htm","Coordinate Measurement ","","");
		addChildmenuItem("qualform.htm","Form Measurment","","");
		addChildmenuItem("qualround.htm","Roundness Measurement","","");
		addChildmenuItem("qualbal.htm","Balancing","","");
		addChildmenuItem("qualvis.htm","Vision Measuring","","");
		addChildmenuItem("qualangle.htm","Angle Measurement","","");
		addChildmenuItem("qualsuper.htm","Super Precision Measurement<br>of Lengths, Diameters, Bores","","");


        addSubmenuItem("tolerance.htm","Tolerance Capabilities","","");
	addSubmenuItem("equipment.htm","Our Equipment List","","");
	addSubmenuItem("skills.htm","skills","","");


addMainItem("","Applications",90,"center","","",0,0,"","","","","");
     // define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(110,"center","left",-4,0,"","","","","","","");
    
     // add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("chemical.htm","Chemical","","");
	addSubmenuItem("container.htm","Container","","");
	addSubmenuItem("ammunition.htm","Ammunition","","");
	addSubmenuItem("medicalapp.htm","Medical","","");


addMainItem("","Links",55,"center","","",0,0,"","","","","");
     // define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(200,"center","left",-4,0,"","","","","","","");
    
     // add submenu link items ("url","Link name","_target","alt text")
        addSubmenuItem("http://www.ceramics.nist.gov/srd/scd/scdquery.htm","NIST Ceramics Database","_blank","");
	addSubmenuItem("http://www.matweb.com/index.asp?ckck=1","MatWeb - Material Properties","_blank","");
	addSubmenuItem("http://www.itia.org.uk/default.asp?page=53","Cemented Carbide Information","_blank","");

addMainItem("","Contact Information",120,"center","","",0,0,"","","","","");
     // define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(160,"center","left",-4,0,"","","","","","","");
    
     // add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("contact.htm","Email & Phone Information","","");
	addSubmenuItem("maps.htm","Maps & Direction Information","","");

//**DO NOT EDIT THIS *****
}//***********************
//************************

