//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 = "center";		// alignment
var absLEFT = 0;			// absolute left or right position (if menu is left or right aligned)
var absTOP = 0; 			// absolute top position

var staticMENU = true;		// 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 = "navy";		// main nav cell color
var rCOLOR = "blue";		// main nav cell rollover color
var bSIZE = 2;			// main nav border size
var bCOLOR = "white"		// main nav border color
var aLINK = "yellow";		// main nav link color
var aHOVER = "yellow";		// main nav link hover-color (dual purpose)
var aDEC = "none";			// main nav link decoration
var fFONT = "arial";		// main nav font face
var fSIZE = 12;			// 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 = "navy";		// submenu cell color

var srCOLOR = "blue";		// submenu cell rollover color
var sbSIZE = 2;			// submenu border size
var sbCOLOR = "white"		// submenu border color
var saLINK = "yellow";		// submenu link color
var saHOVER = "yellow";		// submenu link hover-color (dual purpose)
var saDEC = "none";		// submenu link decoration
var sfFONT =  "arial";		// submenu font face
var sfSIZE = 12;			// submenu font size (pixels)
var sfWEIGHT = "bold"		// 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 = 9;			// submenu drop shadow size
var shCOLOR = "blue";		// submenu drop shadow color
var shOPACITY = 50;		// 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 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 =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 = 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 = 13;		// [** new **] arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		// [** 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 ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem("","HOME",85,"center","","HOME",0,0,"");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(120,"left","left",-4,-6,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.4,spokes=8)");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.newenv.com/","Home","","ome");


// *** change these to absolutes

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

addMainItem("","NEWS",85,"center","","NEWS",0,0,"");

	defineSubmenuProperties(200,"left","left",-4,-6,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.4,spokes=8)");

	addSubmenuItem("http://www.newenv.com/schedule.htm","Upcoming Seminar Schedule","","Upcoming Seminar Schedule");


addMainItem("","PRODUCTS",85,"center","","PRODUCTS",0,0,"");

	defineSubmenuProperties(220,"left","left",-4,-6,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.4,spokes=8)");

	addSubmenuItem("http://www.newenv.com/videos.htm","HAZWOPER Video Package","","HAZWOPER Video Package");
	addSubmenuItem("http://www.newenv.com/powerpoint.htm","HAZWOPER PowerPoint Programs","","HAZWOPER PowerPoint Programs");
	addSubmenuItem("http://www.newenv.com/certs.htm","CERTS Programs","","CERTS Programs");
	addSubmenuItem("http://www.newenv.com/self-study.htm","Self-Study Programs","","Self-Study Programs");
	addSubmenuItem("http://www.newenv.com/allvideos.htm","Safety Training Videos","","Safety Training Videos");
	addSubmenuItem("http://www.newenv.com/kits.htm","Training Seminar Kits","","Training Seminar Kits");
	addSubmenuItem("http://www.newenv.com/cdprograms.htm","Interactive CD-Rom Programs","","Interactive CD-Rom Programs");
	addSubmenuItem("http://www.newenv.com/packages.htm","Safety Training Video Packages","","Safety Training Video Packages");
	addSubmenuItem("http://www.newenv.com/fiveminute.htm","5-Minute Training Videos","","5-Minute Training Videos");
	addSubmenuItem("http://www.newenv.com/threeinone.htm","3 In 1 Training Videos","","3 In 1 Training Videos");
	addSubmenuItem("http://www.newenv.com/photos.htm","Industrial Photo Collection","","Industrial Photo Collection");
	addSubmenuItem("http://www.newenv.com/lessonplans.htm","Instructor Lesson Plans","","Instructor Lesson Plans");
	addSubmenuItem("http://www.newenv.com/material.htm","Student Training Material","","Student Training Material");
	addSubmenuItem("http://www.newenv.com/suppmaterial.htm","Supplemental Student Material","","Supplemental Student Material");
	addSubmenuItem("http://www.newenv.com/nfpa.htm","NFPA 704 Marking System","","NFPA 704 Marking System");


addMainItem("","SEMINARS",85,"center","","SEMINARS",0,0,"");

	defineSubmenuProperties(255,"left","left",-4,-6,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.4,spokes=8)");

	addSubmenuItem("http://www.newenv.com/hazwoper_train-the-trainer.htm","TRAIN THE TRAINER Program","","TRAIN THE TRAINER Program");
	addSubmenuItem("http://www.newenv.com/general_hazard_awareness.htm","4-Hour General Hazard Awareness","","4-Hour General Hazard Awareness");
	addSubmenuItem("http://www.newenv.com/basic_safety_training.htm","4-Hour Basic Safety Training","","4-Hour Basic Safety Training");
	addSubmenuItem("http://www.newenv.com/40-hour_hazwoper.htm","40-Hour Hazardous Waste Worker","","40-Hour Hazardous Waste Worker");
	addSubmenuItem("http://www.newenv.com/hazwoper_supervisor.htm","8-Hour Hazardous Waste Supervisor","","8-Hour Hazardous Waste Supervisor");
	addSubmenuItem("http://www.newenv.com/hazwoper_refresher.htm","8-Hour Hazardous Waste Refresher","","8-Hour Hazardous Waste Refresher");
	addSubmenuItem("http://www.newenv.com/emergency_response_awareness.htm","4-Hour Emergency Response Awareness","","4-Hour Emergency Response Awareness");
	addSubmenuItem("http://www.newenv.com/emergency_response_operations.htm","8-Hour Emergency Response Operations","","8-Hour Emergency Response Operations");
	addSubmenuItem("http://www.newenv.com/emergency_response_technician.htm","24-Hour Emergency Response Technician","","24-Hour Emergency Response Technician");
	addSubmenuItem("http://www.newenv.com/incident_commander.htm","8-Hour On-Scene Incident Commander","","8-Hour On-Scene Incident Commander");
	addSubmenuItem("http://www.newenv.com/emergency_response_refresher.htm","8-Hour Emergency Response Refresher","","8-Hour Emergency Response Refresher");
	addSubmenuItem("http://www.newenv.com/confined_space_safety.htm","8-Hour Permit-Required Confined Space","","8-Hour Permit-Required Confined Space");
	addSubmenuItem("http://www.newenv.com/hazard_communications.htm","2-Hour Hazard Communication Program","","2-Hour Hazard Communication Program");
	addSubmenuItem("http://www.newenv.com/dot.htm","8-Hour DOT HM-126F Program","","8-Hour DOT HM-126F Program");
	addSubmenuItem("http://www.newenv.com/first_reciever_training.htm","4-Hour First RecieverTraining","","4-Hour First RecieverTraining");


addMainItem("","SERVICES",85,"center","","SERVICES",0,0,"");

	defineSubmenuProperties(170,"right","left",-4,-6,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.4,spokes=8)");

	addSubmenuItem("http://www.newenv.com/onsite_seminar.htm","On-Site Seminars","","On-Site Seminars");
	addSubmenuItem("http://www.newenv.com/aboutus.htm","All About Who We Are","","All About Who We Are");
	addSubmenuItem("http://www.newenv.com/cancellation.htm","Cancellation & Return Policy","","Cancellation & Return Policy");
	addSubmenuItem("http://www.newenv.com/privacy.htm","Privacy Policy","","Privacy Policy");
	addSubmenuItem("http://www.newenv.com/security.htm","We Care for Your Security","_blank","We Care for Your Security");
	addSubmenuItem("http://www.newenv.com/mailregistration.htm","Mail In Registration Form","","Mail In Registration Form");
	addSubmenuItem("http://www.newenv.com/orderform.htm","Mail In Order Form","","Mail In Order Form");
	addSubmenuItem("http://www.newenv.com/contactus.htm","How To Contact Us","","How To Contact Us");


addMainItem("","RESOURCES",85,"center","","RESOURCES",0,0,"");

	defineSubmenuProperties(190,"right","left",-4,-6,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.4,spokes=8)");

	addSubmenuItem("http://www.newenv.com/references.htm","Our References","","Our References");
	addSubmenuItem("http://www.newenv.com/links.htm","Governmental Links","","Governmental Links");
	addSubmenuItem("http://www.newenv.com/database.htm","NIOSH Database Of Information","","NIOSH Database Of Information");
	addSubmenuItem("http://www.newenv.com/interpretations-toc.htm","1910.120 Interpretation Letters","","1910.120 Interpretation Letters");
	addSubmenuItem("http://www.newenv.com/regulations.htm","Course Regulations","","Course Regulations");
	addSubmenuItem("http://www.newenv.com/resources.htm","Web Resources","","Web Resources");
	addSubmenuItem("http://www.newenv.com/Chemical_and_Biological_Agents.htm","Chemical and Biological Agents","","Chemical and Biological Agents");
	addSubmenuItem("http://www.newenv.com/download.htm","Our Downloads","","Our Downloads");
	addSubmenuItem("http://www.newenv.com/site_awards.htm","Website Awards","","Website Awards");
	addSubmenuItem("http://www.newenv.com/site_map.htm","Site Map","","Site Map");


addMainItem("","SHOPPING CART",120,"center","","SHOPPING CART",0,0,"");

	defineSubmenuProperties(120,"right","left",-4,-4,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.4,spokes=8)");

	addSubmenuItem("http://www.newenv.com/Merchant2/merchant.mvc?Screen=BASK&Store_Code=NEI","Basket Contents","_blank","View Basket Contents");
	addSubmenuItem("http://www.newenv.com/Merchant2/merchant.mvc?Screen=OINF&Order=1&Store_Code=NEI","Checkout","_blank","Go To Checkout");



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