//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 = "center";	// alignment
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	162; 		// 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 = "menu/";		// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#33cc99";	// main nav cell color
var rCOLOR = 	"lightgreen";	// 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 = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";	// main nav font face
var fSIZE = 	13;		// 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 = 	7;		// 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 = 	"lightblue";	// submenu cell color

var srCOLOR = 	"lightgreen";	// 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 = 	"comic sans ms,arial";// submenu font face
var sfSIZE = 	13;		// 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 =	2;		// submenu drop shadow size
var shCOLOR =	"cccccc";	// 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 = -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")
addMainItem("","Lapidary Equipment",160,"center","","",0,0,"e");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(165,"left","left",-4,0,"");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("","Faceting Machines &gt &gt","","");

	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		
		defineChildmenuProperties(175,"left","left",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");


		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.gravescompany.com/mark_5xl.htm","Graves Mark 5XL","","");
		addChildmenuItem("http://www.gravescompany.com/faceting.htm#Graves Mark IV Faceting Machine","Graves Mark 4","","");
		addChildmenuItem("http://www.gravescompany.com/faceting.htm#Mark I","Graves Mark 1","","");
		addChildmenuItem("http://www.gravescompany.com/facet_acc.htm","Facet Machine Accessories","","");
		
	addSubmenuItem("http://www.gravescompany.com/Cabbing.htm","Cab Machines & Flat Laps","","");
	addSubmenuItem("http://www.gravescompany.com/Saws.htm","Lapidary Saws &gt &gt","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		
		defineChildmenuProperties(150,"left","left",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.gravescompany.com/slabsaws1.htm","Slab Saws","","");
		addChildmenuItem("http://www.gravescompany.com/trimsaws1.htm","Trim Saws","","");
		addChildmenuItem("http://www.gravescompany.com/diamond.htm","Band Saw","","");
		addChildmenuItem("http://www.gravescompany.com/blades.htm","Saw Blades","","");
		addChildmenuItem("http://www.gravescompany.com/sawacc.htm","Coolant & Accessories","","");

	addSubmenuItem("http://www.gravescompany.com/tumbling.htm","Tumblers &gt &gt","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		
		defineChildmenuProperties(150,"left","left",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.gravescompany.com/rotary.htm","Rotary Tumblers","","");
		addChildmenuItem("http://www.gravescompany.com/Vib_Tumbler.htm","Vibrating Tumblers","","");
		addChildmenuItem("http://www.gravescompany.com/grit.htm","Grits & Media","","");
		
	addSubmenuItem("http://www.gravescompany.com/spare.htm","Spare Parts","","");

	

// *** change these to absolutes

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")

addMainItem("","Lapidary Supplies",150,"center","","",0,0,"w");

	defineSubmenuProperties(200,"left","left",-4,0,"");

	addSubmenuItem("","Facet Laps & Acc. &gt &gt","_blank","");
		defineChildmenuProperties(150,"left","left",0,-					20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.gravescompany.com/facetlap.htm","Faceting Laps","","");
		addChildmenuItem("http://www.gravescompany.com/topcutte.htm","Topcutter Plates","","");
		addChildmenuItem("http://www.gravescompany.com/dynadisc.htm","NEW! Dyna Disc","","");
                addChildmenuItem("http://www.gravescompany.com/ultralap.htm","Ultralaps","","");
		addChildmenuItem("http://www.gravescompany.com/nubond.htm","Nubond Laps","","");
		addChildmenuItem("http://www.gravescompany.com/polishin1.htm","Polishing Laps","","");
		addChildmenuItem("http://www.gravescompany.com/facet_acc.htm","Faceting Accessories","","");

	addSubmenuItem("","Tools & Supply Items &gt &gt","","");

		defineChildmenuProperties(150,"left","left",0,-					20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.gravescompany.com/dia_tool.htm","Diamond Tools","","");
		addChildmenuItem("http://www.gravescompany.com/drill.htm","Diamond Drills","","");
		addChildmenuItem("http://www.gravescompany.com/scales.htm","Scales & Calipers","","");
		addChildmenuItem("http://www.gravescompany.com/adhesive.htm","Adhesives","","");
		addChildmenuItem("http://www.gravescompany.com/displays.htm","Displays & Storage","","");
		addChildmenuItem("http://www.gravescompany.com/sawacc.htm","Coolants","","");
		addChildmenuItem("http://www.gravescompany.com/templates.htm","Templates","","");

	addSubmenuItem("","Grinding & Polishing Supplies &gt &gt","_blank","");

		defineChildmenuProperties(150,"left","left",0,-					20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.gravescompany.com/grinding.htm","Wheels","","");
		addChildmenuItem("http://www.gravescompany.com/beltsand.htm","Belts & Discs","","");
		addChildmenuItem("http://www.gravescompany.com/polishin.htm","Gem Polish","","");


	addSubmenuItem("","Diamond Saw Blades &gt &gt","_blank","");

	defineChildmenuProperties(150,"left","left",0,-					20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.gravescompany.com/dialaser.htm","DiaLaser","","");
		addChildmenuItem("http://www.gravescompany.com/proslice.htm","ProSlicer","","");
		addChildmenuItem("http://www.gravescompany.com/mk-303.htm","MK 303 Pro Series","","");
		addChildmenuItem("http://www.gravescompany.com/notched.htm","Notched Rim Series","","");
		addChildmenuItem("http://www.gravescompany.com/blazer.htm","Raytech Blazer","","");
		addChildmenuItem("http://www.gravescompany.com/eurocutt.htm","Eurocutter Economy","","");
		addChildmenuItem("http://www.gravescompany.com/blade.htm","Blade Tech Info","","");
		addChildmenuItem("http://www.gravescompany.com/CBN_Blade.htm","Meteorite/CBN Blades","","");

	addSubmenuItem("http://www.gravescompany.com/grit.htm","Tumbling Grit & Media","_blank","");
	addSubmenuItem("http://www.gravescompany.com/cab_acc.htm","Cabbing Accessories","_blank","");
	addSubmenuItem("http://www.gravescompany.com/estwing.htm","Estwing Geology Tools","_blank","");
	addSubmenuItem("http://www.gravescompany.com/loupes.htm","Optivisors & Loupes","_blank","");

addMainItem("","Jewelers Supplies",150,"center","","",0,0,"s");

	defineSubmenuProperties(160,"left","left",-4,0,"");

	addSubmenuItem("","Gem ID and Testing &gt &gt","","");
	
		defineChildmenuProperties(150,"left","left",0,-					20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.gravescompany.com/gemologi.htm","Gemological","","");
		addChildmenuItem("http://www.gravescompany.com/gold_dia_testers.htm","Gold & Diamond Testers","","");

	addSubmenuItem("","Tools and Supplies &gt &gt","","");
	
		defineChildmenuProperties(150,"left","left",0,-					20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.gravescompany.com/hammers.htm","Hammers & Mandrels","","");
		addChildmenuItem("http://www.gravescompany.com/buffs.htm","Buffs and Brushes","","");
		addChildmenuItem("http://www.gravescompany.com/torches.htm","Torches","","");
		addChildmenuItem("http://www.gravescompany.com/jewelers1.htm","Jewelers Chemicals","","");
		addChildmenuItem("http://www.gravescompany.com/adhesive.htm","Adhesives","","");
		addChildmenuItem("http://www.gravescompany.com/hand.htm","Hand Tools","","");
				
	addSubmenuItem("","Finishing & Cleaning &gt &gt","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(170,"left","left",0,-					20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.gravescompany.com/jewelry.htm","Buffers & Dust Collectors","","");
		addChildmenuItem("http://www.gravescompany.com/jewelry.htm#ULTRASONIC CLEANERS","Ultrasonic Cleaners","","");
		addChildmenuItem("http://www.gravescompany.com/jewelry.htm#SELVYT CLOTH","Polishing Clothes","","");
		addChildmenuItem("http://www.gravescompany.com/jewelry.htm#JEWELERS ROUGE","Jewelers Rouge","","");

	addSubmenuItem("http://www.gravescompany.com/scales.htm","Scales & Calipers","","");
	addSubmenuItem("http://www.gravescompany.com/displays.htm","Displays & Storage","","");
	addSubmenuItem("http://www.gravescompany.com/foredom.htm","Foredom & Dremel","","");
	addSubmenuItem("","Jewelry Settings &gt &gt","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(170,"left","left",0,-					20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.gravescompany.com/findings.htm","Pendants","","");
		addChildmenuItem("http://www.gravescompany.com/findings.htm","Earrings","","");
		addChildmenuItem("http://www.gravescompany.com/findings.htm","Rings","","");
		addChildmenuItem("http://www.gravescompany.com/findings.htm","Wire for Wrapping","","");
		addChildmenuItem("http://www.gravescompany.com/findings.htm","Cabochon Settings","","");
		addChildmenuItem("http://www.gravescompany.com/gemstone.htm","Cut Gemstones","","");

	
addMainItem("","Books",80,"center","","",0,0,"t");

	defineSubmenuProperties(190,"left","center",-4,0,"");

	addSubmenuItem("http://www.gravescompany.com/faceting1.htm","Faceting","","");
	addSubmenuItem("http://www.gravescompany.com/jewelry1.htm","Jewelry Crafts","","");
	addSubmenuItem("http://www.gravescompany.com/gemsand.htm","Gems & Minerals","","");
	addSubmenuItem("http://www.gravescompany.com/carving.htm","Tumbling and Carving","","");
	addSubmenuItem("http://www.gravescompany.com/rockhoun.htm","Rockhound Field Guides","","");
	addSubmenuItem("http://www.gravescompany.com/cabbing1.htm","Cabbing and General Lapidary","","");
	
	

addMainItem("","Gem Rough",110,"center","","",0,0,"r");

	defineSubmenuProperties(160,"left","center",-4,0,"");

	addSubmenuItem("","&lt &lt Natural Facet Rough","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(160,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.gravescompany.com/Quartz.htm","Quartz-Amethyst&Citrine","","");
		addChildmenuItem("http://www.gravescompany.com/Garnet.htm","Garnets","","");
		addChildmenuItem("http://www.gravescompany.com/tourmaline.htm","Tourmaline","","");
		addChildmenuItem("http://www.gravescompany.com/beryls.htm","Beryls","","");	
		addChildmenuItem("http://www.gravescompany.com/topaz.htm","Topaz","","");
		addChildmenuItem("http://www.gravescompany.com/peridot.htm","Peridot","","");
		addChildmenuItem("http://www.gravescompany.com/spec_rough.htm","Specialty Rough","","");
		addChildmenuItem("http://www.gravescompany.com/select.htm","Select Rough","","");

	addSubmenuItem("http://www.gravescompany.com/cab_rough.htm","Natural Cabbing Rough","","");
	addSubmenuItem("","&lt &lt Synthetic Facet Rough","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(150,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.gravescompany.com/cz.htm","CZ - Cubic Zirconia","","");
		addChildmenuItem("http://www.gravescompany.com/corundum.htm","Corundum & Spinel","","");
		addChildmenuItem("http://www.gravescompany.com/syn_quartz.htm","Synthetic Quartz","","");
		

	addSubmenuItem("http://www.gravescompany.com/gemstone.htm","Cut Gemstones","","");
	

addMainItem("","Specials",100,"center","","",0,0,"r");

	defineSubmenuProperties(185,"right","",-4,0,"");


	addSubmenuItem("http://www.gravescompany.com/Sales.htm","&lt&lt Sale Items","","");
	addSubmenuItem("http://www.gravescompany.com/#specials","Web Only Specials!","","");
	addSubmenuItem("http://www.gravescompany.com/news.htm#Upcoming Gem Shows Where We Will Be Exhibiting.htm","Show Schedule","","");
	addSubmenuItem("http://www.gravescompany.com/news.htm","New Products","","");
	

//**DO NOT EDIT THIS *****
}//***********************
//************************
