//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 = 	60;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	220; 		// 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 = 	"lightsteelblue";	// main nav cell color
var rCOLOR = 	"white";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"black"	// main nav border color
var aLINK = 	"midnightblue";	// 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 = 	"lightsteelblue";	// submenu cell color

var srCOLOR = 	"white";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"black"	// submenu border color
var saLINK = 	"midnightblue";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial";// submenu font face
var sfSIZE = 	13;		// 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 =	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 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 = 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","mCOLOR","rCOLOR","aLINK","aHOVER") [** last four are new **]
addMainItem("http://www.dropthepucks.com/sotg","Home",80,"center","","",0,0,"","#ffffff","#b0c4de","#191970","#191970");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	  defineSubmenuProperties(145,"left","left",-4,0,"","#ffffff","#b0c4de","#191970","#191970","#191970","#191970");

	// add submenu link items ("url","Link name","_target","alt text")
	  addSubmenuItem("http://www.dropthepucks.com/sotg/about_us.html","About Us","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/auctions.html","Auctions","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/authenticity.html","Authenticity","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Jerseys Already Sold.htm","Jerseys Already Sold","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/consignment.html","Consignments","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/contact_us.html","Contact Us","","");
	  addSubmenuItem("http://www.dropthepucks.com","Dropthepucks.com","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/inventory.html","Inventory","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Purchase.html","Purchase","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/upcoming.html","Upcoming Shows","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Tshirts.htm","SOTG T-Shirts","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/sotgbaseball.html","SOTG Basbeball","","");



addMainItem("","NHL A - M",90,"center","","",0,0,"","","","","");

	defineSubmenuProperties(160,"left","left",-4,0,"","","","","","","");

	  addSubmenuItem("http://www.dropthepucks.com/sotg/Allstars.htm","All-Stars","","");
             addSubmenuItem("","Atlanta/Calgary","","");

		// 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(150,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		   addChildmenuItem("http://www.dropthepucks.com/sotg/Flamefind.htm","The Flames Find","","");
               addChildmenuItem("http://www.dropthepucks.com/sotg/Flames.htm","Other Years","","");

	  addSubmenuItem("http://www.dropthepucks.com/sotg/Thrashers.htm","Atlanta Thrashers","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/Anaheim.htm","Anaheim","","");
	  	  addSubmenuItem("","Boston","","");

		// 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(150,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		   addChildmenuItem("http://www.dropthepucks.com/sotg/Oreilly.htm","The Oreilly's","","");
               addChildmenuItem("http://www.dropthepucks.com/sotg/The Orr.htm","The Orr","","");
		   addChildmenuItem("http://www.dropthepucks.com/sotg/Boston.htm","Other Years","","");
		   	
	  addSubmenuItem("http://www.dropthepucks.com/sotg/Buffalo.htm","Buffalo","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/Hurricanes.htm","Carolina","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/Columbus.htm","Columbus","","");
        addSubmenuItem("","Chicago","","");

		// 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(150,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		   addChildmenuItem("http://www.dropthepucks.com/sotg/Hull.htm","The Hull","","");
               addChildmenuItem("http://www.dropthepucks.com/sotg/Gottselig.htm","The Gottselig","","");
		   addChildmenuItem("http://www.dropthepucks.com/sotg/Seibert.htm","The Seibert Collection","","");
		   addChildmenuItem("http://www.dropthepucks.com/sotg/Chicago.htm","Other Years","","");		


      addSubmenuItem("http://www.dropthepucks.com/sotg/Avs.htm","Colorado Avalanche","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Dallas.htm","Dallas","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Detroit.htm","Detroit","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Edmonton.htm","Edmonton","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Florida.htm","Florida","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Hartford.htm","Hartford Whalers","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Kings.htm","Los Angeles","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Northstars.htm","Minnesota North Stars","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Wild.htm","Minnesota Wild","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Montreal.htm","Montreal","","");	


addMainItem("","NHL N - Z",90,"center","","",0,0,"","","","","");

	defineSubmenuProperties(250,"left","left",-4,0,"","","","","","","");

	  addSubmenuItem("http://www.dropthepucks.com/sotg/Nashville.htm","Nashville","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/NYI.htm","NY Islanders","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/NYR.htm","NY Rangers","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Newjersey.htm","NJ Devils - Rockies","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Oakland.htm","Oakland Seals - California - Cleveland","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Ottawa.htm","Ottawa","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Yotes.htm","Phoenix","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Flyers.htm","Philadelphia","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Pens.htm","Pittsburgh","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/QuebecNHL.htm","Quebec Nordiques","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/SJ.htm","San Jose","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Blues.htm","St. Louis","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Tampabay.htm","Tampa Bay","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Toronto.htm","Toronto","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Caps.htm","Washington","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/Winnipeg.htm","Winnipeg Jets","","");      
	  addSubmenuItem("","Vancouver","","");

		// 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(112,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		   addChildmenuItem("http://www.dropthepucks.com/sotg/Canucks.htm","The Find","","");
		   addChildmenuItem("http://www.dropthepucks.com/sotg/Vancouver.htm","Other Years","","");		

addMainItem("","WHA",80,"center","","",0,0,"","","","","");

	defineSubmenuProperties(190,"center","center",-4,0,"","","","","","","");

	  addSubmenuItem("http://www.dropthepucks.com/sotg/Alberta.htm","Alberta - Edmonton","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/Bulls.htm","Birmingham","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/Baltimore.htm","Baltimore","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/Cowboys.htm","Calgary","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/Crusaders.htm","Cleveland","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/Cougars.htm","Chicago","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/Stingers.htm","Cincinatti","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Spurs.htm","Denver - Ottawa","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Aeros.htm","Houston","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Racers.htm","Indianapolis","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Sharks.htm","Los Angeles","","");      
      addSubmenuItem("http://www.dropthepucks.com/sotg/Saints.htm","Minnesota","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Stags.htm","Michigan","","");
            addSubmenuItem("","New England","","");

	       defineChildmenuProperties(170,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

	       addChildmenuItem("http://www.dropthepucks.com/sotg/Howe.htm","The Howe","","");
	       addChildmenuItem("http://www.dropthepucks.com/sotg/Whalers.htm","The Other Years","","");
	       
      addSubmenuItem("http://www.dropthepucks.com/sotg/NYBlades.htm","NY Golden Blades","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/NYRaiders.htm","NYRaiders - NJ Knights","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Nationals.htm","Ottawa Nationals","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Runners.htm","Phoenix","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/WHAnords.htm","Quebec","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/SD.htm","San Diego","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/Toros.htm","Toronto","","");      
      addSubmenuItem("http://www.dropthepucks.com/sotg/Blazers.htm","Vancouver - Philly Blazers","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/JetsWHA.htm","Winnipeg Jets","","");

addMainItem("","Minors",70,"center","","",0,0,"","","","","");

	defineSubmenuProperties(130,"left","right",-4,0,"","","","","","","");

	  addSubmenuItem("","AHL","","");

	       defineChildmenuProperties(170,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

	       addChildmenuItem("http://www.dropthepucks.com/sotg/AHL1.htm","1940- 1980","","");
	       addChildmenuItem("http://www.dropthepucks.com/sotg/AHL2.htm","1981 - Present","","");
	       addChildmenuItem("http://www.dropthepucks.com/sotg/Amerks.htm","The Rochester Americans","","");				
	
	  addSubmenuItem("http://www.dropthepucks.com/sotg/ACHL.htm","ACHL","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/CHL.htm","CHL","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/ColHL.htm","ColHL","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/ECHL.htm","ECHL","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/IHL.htm","IHL","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/NAHL.htm","NAHL","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/SHL.htm","SHL","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/UHL.htm","UHL","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/USHL.htm","USHL","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/WHL.htm","WHL","","");
			

addMainItem("","Juniors",70,"center","","",0,0,"","","","","");

	defineSubmenuProperties(180,"left","right",-4,0,"","","","","","","");

	  addSubmenuItem("http://www.dropthepucks.com/sotg/AJHL.htm","AJHL","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/ACHL.htm","ACHL","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/BCJHL.htm","BCJHL","","");
      addSubmenuItem("http://www.dropthepucks.com/sotg/SJHL.htm","SJHL","","");      
      addSubmenuItem("http://www.dropthepucks.com/sotg/CHL1.htm","Canadian Hockey League","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/OHL.htm","OHL","","");
          
	  
	  defineChildmenuProperties(170,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

	       addChildmenuItem("http://www.dropthepucks.com/sotg/Kingston.htm","Kingston Frontenacs","","");
	  
	  addSubmenuItem("http://www.dropthepucks.com/sotg/QMJHL.htm","QMJHL","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/WCHL.htm","WCHL","","");	
		
addMainItem("","College",70,"center","","",0,0,"","","","","");

	defineSubmenuProperties(130,"left","right",-4,0,"","","","","","","");

	  addSubmenuItem("http://www.dropthepucks.com/sotg/WCHA.htm","WCHA","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/ECHA.htm","ECHA","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/Others.htm","Others","","");
	
addMainItem("","Misc",70,"center","","",0,0,"","","","","");

	defineSubmenuProperties(160,"left","right",-4,0,"","","","","","","");

	  addSubmenuItem("http://www.dropthepucks.com/sotg/CC.htm","Canada Cup","","");
	  	  addSubmenuItem("","International","","");

	       defineChildmenuProperties(170,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

	       addChildmenuItem("http://www.dropthepucks.com/sotg/1984 USA.htm","1984 USA Find","","");
	       addChildmenuItem("http://www.dropthepucks.com/sotg/International.htm","International","","");
	       
	  addSubmenuItem("http://www.dropthepucks.com/sotg/Olympics.htm","Olympics","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/NHLheros.htm","NHL Heroes","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/Movie.htm","Jerseys Worn in Movies","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/Russian.htm","Russian","",""); 
	  addSubmenuItem("http://www.dropthepucks.com/sotg/Replica.htm","Replica's","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/Referee.htm","Referee","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/WC.htm","World Cup","","");	

addMainItem("","Equipment",90,"center","","",0,0,"","","","","");

	defineSubmenuProperties(130,"left","right",-4,0,"","","","","","","");

	  addSubmenuItem("http://www.dropthepucks.com/sotg/Masks.htm","Goalie Masks","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/Jackets.htm","Jackets warmups","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/Pants1.htm","Pants","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/Helmets.htm","Helmets","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/Gloves2.htm","Gloves","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/Sticks2.htm","Sticks","","");
          addSubmenuItem("http://www.dropthepucks.com/sotg/Bags.htm","Bags","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/Rings.htm","Rings and Trophies","","");
	  addSubmenuItem("http://www.dropthepucks.com/sotg/Goaliepads.htm","Goalie Pads","","");
	  addSubmenuItem("","NHL Pro Stock","","");

	       defineChildmenuProperties(122,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

	       addChildmenuItem("http://www.dropthepucks.com/sotg/equipsale.htm","Main Inventory List","","");
             addChildmenuItem("http://www.dropthepucks.com/sotg/Gloves.htm","Gloves","","");
	       addChildmenuItem("http://www.dropthepucks.com/sotg/Pants.htm","Pants","","");
	       addChildmenuItem("http://www.dropthepucks.com/sotg/Socks.htm","Socks","","");
	       addChildmenuItem("http://www.dropthepucks.com/sotg/Sticksale.htm","Sticks","","");
	       addChildmenuItem("http://www.dropthepucks.com/sotg/Skates.htm","Skates","","");




//**DO NOT EDIT THIS *****
}//***********************
//************************
