//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 = 	101; 		// 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 = "/dropdownmenu/";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"";	// main nav cell color
var rCOLOR = 	"";	// main nav cell rollover color
var bSIZE = 	0;		// main nav border size
var bCOLOR = 	""	// main nav border color
var aLINK = 	"";	// 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 = 	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 = 	2;		// 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 = 	"#000099";	// submenu cell color

var srCOLOR = 	"#94F394";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#99ccff"	// submenu border color
var saLINK = 	"#ffffff";	// submenu link color
var saHOVER = 	"#000099";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"comic sans ms,arial";// submenu font face
var sfSIZE = 	12;		// 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("","",23,"center","","",0,0,"","","","","");

addMainItem("/","Home",68,"center","","",0,0,"h","#000099","#94F394","#ffffff","#000099");

addMainItem("/newsletter/","Newsletter",86,"center","","",0,0,"l","#000099","#94F394","#ffffff","#000099");

addMainItem("/bios/","Bios",60,"center","","",0,0,"l","#000099","#94F394","#ffffff","#000099");

	// 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(100,"left","left",-4,0,"","","","","","","");

	addSubmenuItem("/bios/charlie.php","Charlie's Bio","","");
	addSubmenuItem("/bios/matthew.php","Matthew's Bio","","");
	addSubmenuItem("/bios/christina.php","Christina's Bio","","");
	addSubmenuItem("/bios/suzanne.php","Suzanne's Bio","","");

addMainItem("/familylinks/","Family Links",98,"center","","",0,0,"l","#000099","#94F394","#ffffff","#000099");

	// 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(350,"left","left",-4,0,"","","","","","","");

	addSubmenuItem("http://www.charliefarnell.com/","Charlie's Web Site (Port Commissioner Campaign)","","");
	addSubmenuItem("http://www.farnellweb.com/","Matthew's Web Site (Farnell Web Design)","","");
	addSubmenuItem("http://www.farnellfarm.com/","David & Michelle's Web Site (Farnell Farm - Nubian Goats)","","");
	addSubmenuItem("http://www.farnellweb.com/honeybear/","Linda's Web Site (Honeybear's Closet)","","");
	addSubmenuItem("http://www.carolynford.org/","Carolyn's Web Site (Bible Translator)","","");
	addSubmenuItem("http://www.farnellfamily.com/health/","The Health Nut (Recipes, etc.)","","");
	addSubmenuItem("","Prize Winning Web Sites >>","","");

				// 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(300,"left","left",5,-180,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("/sfarnell/","Fire Prevention (Suzanne's 1st Place, 2002)","","");
		addChildmenuItem("/cfarnell/","Water Conservation (Christina's 2nd Place, 2002)","","");
		addChildmenuItem("http://www.washingtontourist.com/preventingfires/","Preventing Forest Fires (Suzanne's 3rd Place, 2001)","","");
		addChildmenuItem("http://www.washingtontourist.com/naturalresources/","Our Changing State (Christina's 5th Place, 2001)","","");
		addChildmenuItem("http://www.washingtontourist.com/salmon/","Wild Salmon (Matthew's 1st Place, 2000)","","");
		addChildmenuItem("http://www.washingtontourist.com/fireprevention/","Fire Prevention (Suzanne's 2nd Place, 2000)","","");

addMainItem("/pictures/","Pictures",82,"center","","",0,0,"p","#000099","#94F394","#ffffff","#000099");

	defineSubmenuProperties(163,"left","left",-4,0,"","","","","","","");
	addSubmenuItem("/pictures/Animals/","Animals","","");
	addSubmenuItem("/pictures/Backpacking/","Backpacking","","");
	addSubmenuItem("/pictures/Biking/","Biking","","");
	addSubmenuItem("/pictures/Building_Projects/","Building Projects","","");
	addSubmenuItem("/pictures/Canoeing/","Canoeing","","");
	addSubmenuItem("/pictures/Church/","Church Events","","");
	addSubmenuItem("/pictures/Climbing/","Climbing","","");
	addSubmenuItem("/pictures/Family","Family","","");
	addSubmenuItem("/pictures/Family_Gatherings","Family Gatherings","","");
	addSubmenuItem("/pictures/Hiking","Hiking","","");
	addSubmenuItem("/pictures/Misc/","Misc","","");
	addSubmenuItem("/pictures/Pumpkin_Carvings/","Pumpkin Carvings","","");
	addSubmenuItem("/pictures/Skiing/","Skiing and Snowboarding","","");
	addSubmenuItem("/pictures/Spelunking/","Spelunking","","");
	addSubmenuItem("/pictures/Wallpaper%20-%20Free%20nature%20photos%20for%20your%20computer","Free Wallpaper","","");
	addSubmenuItem("/pictures/Vacations/","Vacations","","");
	addSubmenuItem("/pictures/Yard_and_Garden/","Yard and Garden","","");

addMainItem("/ecards/","E-Cards",68,"center","","",0,0,"t","#000099","#94F394","#ffffff","#000099");

	defineSubmenuProperties(230,"left","left",-4,0,"","","","","","","");
	
	addSubmenuItem("http://www.clovervalley.org/ecards/","Clover Valley E-Cards (Biblical, Scenic)","","");
	addSubmenuItem("/ecards/","Farnell E-Cards (Farnell Pictures)","","");


addMainItem("/websites/","Other Sites",103,"center","","",0,0,"r","#000099","#94F394","#ffffff","#000099");

	defineSubmenuProperties(225,"left","left",-4,0,"","","","","","","");

	addSubmenuItem("http://www.gwbc.us/","God's Word Baptist Church","","");
	addSubmenuItem("http://www.lewisriver.com/","LewisRiver.com - Tourist Information","","");
	addSubmenuItem("http://www.oregongrotto.com/","Oregon Grotto - Caving Club","","");
	addSubmenuItem("http://www.nwhikers.net/","NWHikers.net - Hikers' Forum","","");
	addSubmenuItem("http://www.google.com/","Google Search Engine","","");
	addSubmenuItem("http://www.iblp.org/","Institute in Basic Life Principles","","");
	addSubmenuItem("http://www.kaublepianostudio.com/","Kauble Piano Studio","","");
	addSubmenuItem("http://www.voetbergfamily.com/","The Voetberg Family Web Site","","");

addMainItem("javascript:search();","Search",62,"center","","",0,0,"h","#000099","#94F394","#ffffff","#000099");

addMainItem("/email/","Contact Us",99,"center","","",0,0,"r","#000099","#94F394","#ffffff","#000099");

	defineSubmenuProperties(120,"right","left",-4,0,"","","","","","","");

	addSubmenuItem("/cgi-bin/guestbook/index.cgi?action=add_form","Sign Our Guestbook","","");
	addSubmenuItem("/email/?to=peggy","E-Mail Peggy","","");
	addSubmenuItem("/email/","E-Mail Matthew","","");
	addSubmenuItem("/email/?to=christina","E-Mail Christina","","");
	addSubmenuItem("/email/?to=suzanne","E-Mail Suzanne","","");
	
addMainItem("","",138,"center","","",0,0,"","","","","");

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