//UDMv3.4.1.1b
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  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 = 	22;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	90; 		// 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 = "http://www.hi-tecdental.com/include/";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#cccccc";	// main nav cell color
var rCOLOR = 	"#cccccc";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"black"	// main nav border color
var aLINK = 	"#0D493E";	// main nav link color
var aHOVER = 	"#ffffff";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";	// main nav font face
var fSIZE = 	10;		// main nav font size (pixels)
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	2;		// 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 = 	3;		// shift the submenus vertically
var hOFFSET = 	-1;		// shift the submenus horizontally

var smCOLOR = 	"#CCFFCC";	// submenu cell color

var srCOLOR = 	"#0D493E";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"black"	// submenu border color
var saLINK = 	"black";	// submenu link color
var saHOVER = 	"#ffffff";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial";// submenu font face
var sfSIZE = 	10;		// submenu font size (pixels)
var sfWEIGHT = 	"normal"	// submenu font weight
var stINDENT = 	2;		// submenu text indent (if text is left or right aligned)
var svPADDING = 0;		// submenu vertical cell padding
var svtOFFSET = 2;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	0;		// submenu drop shadow size
var shCOLOR =	"cccccc";	// 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 = 3;		// shift the child menus vertically
var chhOFFSET = 0;		// shift the child menus horizontally

var closeTIMER = 500;		// 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 = 550;		// 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")
addMainItem("http://www.hi-tecdental.com/index.htm","Home",80,"center","","",0,0,"e");

// *** 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",80,"center","","",0,0,"");

	defineSubmenuProperties(120,"left","left",-4,0,"");

	addSubmenuItem("http://www.hi-tecdental.com/news_product.htm","Hi-Tec Product News","","");
	addSubmenuItem("http://www.hi-tecdental.com/news_company.htm","Hi-Tec Company News","","");
	addSubmenuItem("http://www.hi-tecdental.com/news_industry.htm","Industry News","","");

addMainItem("","Products",80,"center","","",0,0,"");

	defineSubmenuProperties(140,"left","left",-4,0,"");

	addSubmenuItem("","Die Stones &gt;&gt;","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(80,"left","left",0,-20,"");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.hi-tecdental.com/products/ultra_die.htm","Ultra Die","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/diamond_die.htm","Diamond Die","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/xtreme.htm","X-Treme","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/scannable_stones.htm","Scannable","","");
		
	addSubmenuItem("","Speciality Stones &gt;&gt;","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(116,"left","left",0,-20,"");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.hi-tecdental.com/products/diamond_base.htm","Diamond Base Stone","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/diamond_flow.htm","Diamond Flow Stone","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/mounting_stone.htm","Mounting Stone","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/flask_stone.htm","Flask Stone","","");

	addSubmenuItem("","Model Stones &gt;&gt;","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(144,"left","left",0,-20,"");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.hi-tecdental.com/products/yellow_model_stone.htm","Yellow Model Stone","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/speedset_model_stone.htm","Speed Set Model Stone","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/histrength_model_stone.htm","High Strength Model Stone","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/cast_stone.htm","Cast Stone","","");	
	
	addSubmenuItem("","Abrasives &gt;&gt;","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(128,"left","left",0,-20,"");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.hi-tecdental.com/products/alum_oxide.htm","Aluminum Oxide","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/nu_blast.htm","Nu-Blast Abrasive Media","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/pumice.htm","Pumice","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/acrylic_polishing.htm","Acrylic Polishing Media","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/abrasive_misc.htm","Miscellaneous","","");
	
	addSubmenuItem("","Dental Waxes &gt;&gt;","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(200,"left","left",0,-20,"");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.hi-tecdental.com/products/super_dipping_wax.htm","Super Dipping Wax","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/margin_wax.htm","Margin Wax That Carves","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/crown_bridge_wax.htm","Inlay, Crown and Bridge Wax","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/wax_patterns.htm","Connecting Wax Patterns","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/pro_carving_wax.htm","Pro Carving Multi Purpose Wax","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/sculp_opaque_wax.htm","Sculpturing Opaque Wax","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/blockout_wax.htm","Blockout Wax","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/gold_cylinder_wax.htm","Implant Gold Cylinder Wax","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/tele_crown_wax.htm","Implant Telescoping Crown Wax","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/milling_wax.htm","Milling Wax","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/wax_die.htm","Hi-Tech Wax Die Lube","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/press_ceramic_wax.htm","Pressable Ceramic Wax","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/starter_kit.htm","Starter Kit","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/diagnostic_wax.htm","Diagnostic Wax","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/modeling_blocks.htm","Modeling Blocks","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/laser_scan_wax.htm","Laser Scan Wax","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/optical_scan_wax.htm","Optical Scan Wax","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/rpi_wax.htm","RPI (Reciprocal Parallel Interface Wax)","","");
		
	addSubmenuItem("","Miscellaneous &gt;&gt;","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(235,"left","left",0,-20,"");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.hi-tecdental.com/products/diamond_quartz.htm","Diamond Quartz","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/medica_dc10.htm","Medica DC-10 All Surface Disinfectant/Cleaner","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/enamalite.htm","Enamalite Nova Ceramic Spray Glaze","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/rockhard.htm","Rockhard Spacer System","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/gums_gun.htm","Gums In A Gun","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/delar.htm","Delar Surfactant","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/impress_85.htm","IMPRESS-ME 85 Lab Putty","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/impress_8.htm","IMPRESS ME “8”","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/baseplate_1.htm","Baseplate Wax","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/gcera_vest.htm","G-CERA VEST","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/gcera_orbit.htm","G-CERA ORBIT VEST","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/fujivest.htm","Fujivest II","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/microstar.htm","MICROSTAR HS","","");
	
	addSubmenuItem("","Neoloy/Dentex &gt;&gt;","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(165,"left","left",0,-20,"");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.hi-tecdental.com/products/neoloy_regular.htm","Neoloy ‘N’ Regular","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/neoloy_hard.htm","Neoloy ‘N’ Extra Hard","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/chromex.htm","Chromex","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/e_investment.htm","‘E’ Investment","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/oxyplus.htm","Oxyplus","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/pattern_coat.htm","Pattern Coat Liquid Investment","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/neoloid.htm","Neoloid All Purpose","","");
		addChildmenuItem("http://www.hi-tecdental.com/products/aquamex.htm","Aquamex Water Mix","","");
	
	addSubmenuItem("http://www.hi-tecdental.com/products/vynacron.htm","Vynacron Dental Resins","","");
	addSubmenuItem("http://www.hi-tecdental.com/products/krystal.htm","Krystal Model Tray System","","");
	addSubmenuItem("http://www.hi-tecdental.com/products/vita.htm","Vident Vita Products","","");


addMainItem("","Site",80,"center","","",0,0,"");

	defineSubmenuProperties(111,"left","left",-4,0,"");

	addSubmenuItem("http://www.hi-tecdental.com/about.htm","About Hi-Tec Dental","about","");
	addSubmenuItem("http://www.hi-tecdental.com/contact.htm","Contact Us","","");


addMainItem("","Partners",80,"center","","",0,0,"");

	defineSubmenuProperties(111,"left","left",-4,0,"");

	addSubmenuItem("http://www.dentalarticulator.com","Artimax","_blank","");
	addSubmenuItem("http://www.vident.com","Vident","_blank","");




//**DO NOT EDIT THIS *****
}//***********************
//************************
