//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 = 	15;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	15; 		// 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 = 	"lightblue";	// 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 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.dynamicdrive.com/","Home",80,"center","","",0,0,"","#ffeeee","#ffeecc","#000066","#660066");

	// 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(140,"left","left",-4,0,"","#ffddaa","#eeeeee","#660000","#eebbbb","#660000","#770033");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://home.comcast.net/~ghmyc/updates.htm","What\'s New","","");
	addSubmenuItem("http://home.comcast.net/~ghmyc/all_schedules.htm","Club Regatta Schedule","","");
	addSubmenuItem("http://home.comcast.net/~ghmyc/regatta_master.htm","Regatta Results","","");
	addSubmenuItem("http://home.comcast.net/~ghmyc/fleet.htm","Members & Boats","","");
	addSubmenuItem("http://home.comcast.net/~ghmyc/frequency_chart.htm","Frequency Chart","","");
	addSubmenuItem("http://groups.yahoo.com/group/ghmyc/","Message Board","","");
	addSubmenuItem("http://home.comcast.net/~ghmyc/ghmyc_index.htm","Site Index","","");
	addSubmenuItem("http://home.comcast.net/~ghmyc/site_map.htm","Site Map","","");



addMainItem("","Club Members",100,"center","","",0,0,"","","","","");

	defineSubmenuProperties(137,"right","right",-4,0,"","","","","","","");

	addSubmenuItem("http://home.comcast.net/~yachtclubpictures//joe.htm","Joe Brohan","","");
	addSubmenuItem("http://home.comcast.net/~yachtclubpictures/skipper_development.htm","Gordy Cole","","");
	addSubmenuItem("http://home.comcast.net/~yachtclubpictures/skipper_development.htm","Bob Corbett","","");
	addSubmenuItem("http://home.comcast.net/~yachtclubpictures/skipper_development.htm","Joe D'Amico","","");
	addSubmenuItem("http://home.comcast.net/~yachtclubpictures//gary.htm","Gary Kohler","","");
	addSubmenuItem("http://home.comcast.net/~yachtclubpictures//harry.htm","Harry Lange","","");
	addSubmenuItem("http://home.comcast.net/~yachtclubpictures//ken_lyons.htm","Ken Lyons","","");
	addSubmenuItem("http://home.comcast.net/~yachtclubpictures/skipper_development.htm","Craig Mackey","","");
	addSubmenuItem("http://home.comcast.net/~yachtclubpictures//kelly.htm","Kelly Martin","","");
	addSubmenuItem("http://home.comcast.net/~yachtclubpictures//mikey.htm","Mike Pearson","","");		
	addSubmenuItem("http://home.comcast.net/~yachtclubpictures//howard.htm","Howard Rasmussen","","");
	addSubmenuItem("http://home.comcast.net/~yachtclubpictures/skipper_development.htm","Jack Ronda","","");
	addSubmenuItem("http://home.comcast.net/~yachtclubpictures//Chapman.htm","Chappy Chapman","","");
	addSubmenuItem("http://home.comcast.net/~yachtclubpictures/JerryMuridge.htm","Jerry Muridge","","");
	addSubmenuItem("http://home.comcast.net/~yachtclubpictures/skipper_development.htm","Steve Young","","");
	addSubmenuItem("http://home.comcast.net/~yachtclubpictures/joe_oczkewicz.htm","Joe Oczkewicz","","");
	addSubmenuItem("http://home.comcast.net/~yachtclubpictures/Roland_Krona.htm","Roland Krona","","");


addMainItem("","Up-Dates",100,"center","","",0,0,"","","","","");

	defineSubmenuProperties(120,"left","center",-4,0,"","","","","","","");

	addSubmenuItem("http://home.comcast.net/~ghmyc/updates.htm","Up-Dates","","");
	addSubmenuItem("http://home.comcast.net/~ghmyc/ghmyc_index.htm","Site Index","","");
	addSubmenuItem("http://home.comcast.net/~ghmyc/site_map.htm","Site Map","","");
	addSubmenuItem("http://home.comcast.net/~ghmyc/links.htm","Interesting Links","","");
	addSubmenuItem("","Regatta Results","","");

		// 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://home.comcast.net/~ghmyc/regatta_results_2006.htm","2006 Season","","");
		addChildmenuItem("http://home.comcast.net/~ghmyc/regatta_results_2005.htm","2005 Season","","");
		addChildmenuItem("http://home.comcast.net/~ghmyc/Regatta_Results_2003_Frame.htm","2004 Season","","");
		addChildmenuItem("http://home.comcast.net/~ghmyc/regatta_results_2003.htm","2003 Season","","");
		addChildmenuItem("http://home.comcast.net/~ghmyc/regatta_results_2002.htm","2002 Season","","");
		addChildmenuItem("http://home.comcast.net/~ghmyc/regatta_master.htm","Master Page","","");


addMainItem("","Boat Building",120,"center","","",0,0,"","","","","");

	defineSubmenuProperties(140,"left","center",-4,0,"","","","","","","");

  addSubmenuItem("http://home.comcast.net/~ghmyc/boat_build_and_tech.htm","Building Home Page","","");
	addSubmenuItem("http://home.comcast.net/~ghmyc/sheet_winders.htm","Jib & Main Adjusters","","");
	addSubmenuItem("http://home.comcast.net/~ghmyc/keel_jig.htm","Keel Installation","","");
	addSubmenuItem("http://home.comcast.net/~ghmyc/damicowinchsupport.htm","ODOM Winch Support","","");
	addSubmenuItem("http://home.comcast.net/~ghmyc/topping_lift_bridle.htm","Topping Lift Bridle","","");
	addSubmenuItem("http://home.comcast.net/~ghmyc/pesky_shroud_line.htm","Extra Shroud Line","","");
	addSubmenuItem("http://home.comcast.net/~ghmyc/index.htm","Home Page","","");
	addSubmenuItem("javascript:openWindow('http://home.comcast.net/~ghmyc/index.htm',640,400)","Home Page in Window","","");


addMainItem("","Club Activities",140,"center","","",0,0,"","","","","");

	defineSubmenuProperties(130,"left","right",-4,0,"","","","","","","");

	addSubmenuItem("http://home.comcast.net/~ghmyc/Schedule_2005.htm","Schedule","_blank","");
	addSubmenuItem("http://home.comcast.net/~ghmyc/regatta_results_2006.htm","Regatta Results 06","","");
	addSubmenuItem("http://home.comcast.net/~ghmyc/","Open","","");
	addSubmenuItem("","Photo Gallery","","");

		defineChildmenuProperties(130,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

		addChildmenuItem("http://home.comcast.net/~yachtclubpictures/","Main Photo Directory","","");
		addChildmenuItem("http://home.comcast.net/~yachtclubpictures/photo_gallerys.htm","All Gallery's","","");
		addChildmenuItem("http://home.comcast.net/~yachtclubpictures/index.htm","Open","","");
		addChildmenuItem("http://home.comcast.net/~yachtclubpictures/index.htm","Open","","");
		addChildmenuItem("http://ghmyc.home.comcast.net","GHMYC HomePage","","");
		
addMainItem("","Model Yachts",140,"center","","",0,0,"","","","","");

  defineSubmenuProperties(130,"left","right",-4,0,"","","","","","","");
	
	addSubmenuItem("http://smyc.home.comcast.net","Seattle MYC","_blank","");
	addSubmenuItem("http://www.amya.org/","AMYA","","");
	
	defineChildmenuProperties(102,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");
	
		addChildmenuItem("http://home.comcast.net/~ghmyc/odom.htm","GHMYC ODOM's","","");
		addChildmenuItem("http://home.comcast.net/~ghmyc/ec12.htm","GHMYC EC-12's","","");



//**DO NOT EDIT THIS *****
}//***********************
//************************
