//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 = 	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 = 	"cc0000";	// main nav cell color
var rCOLOR = 	"000000";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"000000"	// main nav border color
var aLINK = 	"ffffff";	// 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 = 	10;		// 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 = 	"000000";	// submenu cell color

var srCOLOR = 	"cc0000";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"cc0000"	// submenu border color
var saLINK = 	"ffffff";	// 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 = 	10;		// 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 =	"#cc0000";	// 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.seekersparadise.net/homepage.html","Home",60,"center","","",0,0,"","#cc0000","#000000","#ffffff","#ffffff");

	// 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(120,"left","left",-4,0,"","#000000","#cc0000","#000000","#000000","#000000","#cc0000");


addMainItem("","Photos",65,"center","","",0,0,"","","","","");

		defineSubmenuProperties(137,"right","center",-4,0,"filter:progid:DXImageTransform.Microsoft.randomdissolve(duration=0.3,spokes=20)","","","","","","");

	addSubmenuItem("http://www.seekersparadise.net/Photo_Albums/Family/index.html","Family","_blank","");
	addSubmenuItem("http://www.seekersparadise.net/Photo_Albums/Pets/index.html","Pets","","");
	addSubmenuItem("http://www.seekersparadise.net/Photo_Albums/Mike/index.html","Mike","_blank","");
	 addSubmenuItem("","Seasonal","_blank","");

// 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","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.seekersparadise.net/Photo_Albums/Seasonal/spring-summer/index.html","Spring-Summer","","");
		addChildmenuItem("http://www.seekersparadise.net/Photo_Albums/Seasonal/autumn/index.html","Autumn","","");
            addChildmenuItem("http://www.seekersparadise.net/Photo_Albums/Seasonal/winter/index.html","Winter","","");
	 addSubmenuItem("","Events","_blank","");

// 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","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.seekersparadise.net/Photo_Albums/Events/2000-bbq/index.html","2000 BBQ","","");
		addChildmenuItem("http://www.seekersparadise.net/Photo_Albums/Events/2006-bday/index.html","2006 Birthday","","");
            addChildmenuItem("http://www.seekersparadise.net/Photo_Albums/Events/2007-bday/index.html","2007 Birthday","","");
		addChildmenuItem("http://www.seekersparadise.net/Photo_Albums/Events/baraboo/index.html","Baraboo","","");
		addChildmenuItem("http://www.seekersparadise.net/Photo_Albums/Events/portage/index.html","Portage","","");
		addChildmenuItem("http://www.seekersparadise.net/Photo_Albums/Events/2008-bday/index.html","2008 Birthday","","");
		addChildmenuItem("http://www.seekersparadise.net/Photo_Albums/Events/2008-newyearseve/index.html","2008 New Years Eve","","");

	 addSubmenuItem("","Me","_blank","");

// 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","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.seekersparadise.net/Photo_Albums/Me/baby-kid/index.html","Baby-Kid","","");
		addChildmenuItem("http://www.seekersparadise.net/Photo_Albums/Me/teen/index.html","Teen","","");
            addChildmenuItem("http://www.seekersparadise.net/Photo_Albums/Me/20/index.html","20","","");
		addChildmenuItem("http://www.seekersparadise.net/Photo_Albums/Me/21/index.html","21","","");
		addChildmenuItem("http://www.seekersparadise.net/Photo_Albums/Me/22/index.html","22","","");
		addChildmenuItem("http://www.seekersparadise.net/Photo_Albums/Me/23/index.html","23","","");
		addChildmenuItem("http://www.seekersparadise.net/Photo_Albums/Me/24/index.html","24","","");
            addChildmenuItem("http://www.seekersparadise.net/Photo_Albums/Me/25/index.html","25","","");
		addChildmenuItem("http://www.seekersparadise.net/Photo_Albums/Me/26/index.html","26","","");
            addChildmenuItem("http://www.seekersparadise.net/Photo_Albums/Me/27/index.html","27","","");


addMainItem("","What's Hot?",65,"center","","",0,0,"","","","","");

		defineSubmenuProperties(137,"right","center",-4,0,"filter:progid:DXImageTransform.Microsoft.randomdissolve(duration=0.3,spokes=20)","","","","","","");

	addSubmenuItem("http://www.seekersparadise.net/aboutme.html","About Me","_blank","");
	addSubmenuItem("http://www.seekersparadise.net/friends.html","My Friends","","");
	addSubmenuItem("http://www.seekersparadise.net/datingsites.html","Dating Websites","_blank","");
	addSubmenuItem("http://www.seekersparadise.net/guidetomen.html","Guide To Men","_blank","");
       addSubmenuItem("","Song Lyrics","_blank","");

// 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","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.seekersparadise.net/lyrics-98Degrees","98 Degrees","","");
		addChildmenuItem("http://www.seekersparadise.net/lyrics-BackstreetBoys","Backstreet Boys","","");
            addChildmenuItem("http://www.seekersparadise.net/lyrics-BBMak","BBMak","","");
		addChildmenuItem("http://www.seekersparadise.net/lyrics-BritneySpears","Britney Spears","","");
            addChildmenuItem("http://www.seekersparadise.net/lyrics-BuffyTheVampireSlayer","Buffy","","");
		addChildmenuItem("http://www.seekersparadise.net/lyrics-ChristinaAguilera","Christina Aguilera","","");
            addChildmenuItem("http://www.seekersparadise.net/lyrics-JessicaSimpson","Jessica Simpson","","");
		addChildmenuItem("http://www.seekersparadise.net/lyrics-JoeyMcintyre","Joey Mcintyre","","");
            addChildmenuItem("http://www.seekersparadise.net/lyrics-JordanKnight","Jordan Knight","","");
		addChildmenuItem("http://www.seekersparadise.net/lyrics-JustinTimberlake","Justin Timberlake","","");
            addChildmenuItem("http://www.seekersparadise.net/lyrics-MandyMoore","Mandy Moore","","");
		addChildmenuItem("http://www.seekersparadise.net/lyrics-MariahCarey","Mariah Carey","","");
            addChildmenuItem("http://www.seekersparadise.net/lyrics-OTown","O-Town","","");
		addChildmenuItem("http://www.seekersparadise.net/lyrics-PaulaAbdul","Paula Abdul","","");
            addChildmenuItem("http://www.seekersparadise.net/lyrics-TonyaMitchell","Tonya Mitchell","","");
	addSubmenuItem("http://www.seekersparadise.net/hoaxes.html","Hoaxes","_blank","");
      addSubmenuItem("http://lulu.com/greatpoet2001","Buy My Books","","");


addMainItem("","Bravenet",60,"center","","",0,0,"","","","","");

	defineSubmenuProperties(120,"left","center",-4,0,"filter:progid:DXImageTransform.Microsoft.randomdissolve(duration=0.3,spokes=20)","","","","","","");

	addSubmenuItem("http://pub12.bravenet.com/cartoon/show.php?usernum=1027067686&cpv=2","Daily Cartoon","","");
	addSubmenuItem("http://pub12.bravenet.com/announce/show.php?usernum=1027067686&cpv=","Tell A Friend","","");
	addSubmenuItem("http://pub12.bravenet.com/vote/vote.php?usernum=1027067686&cpv=26&cpv=2","Vote","","");
	addSubmenuItem("http://pub12.bravenet.com/guestmap/show.php?usernum=1027067686&lightmap=0&icons=0&&entrylist=0&zoom=0&welcome=1','bnetguestmap','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=720,height=470,top=110,left=110","Guestmap","","");	
	addSubmenuItem("","Advertise","","");

		// 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","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://pub12.bravenet.com/freelink/show.php?usernum=1027067686&cpv=1","Free Links","","");
		addChildmenuItem("http://pub12.bravenet.com/classified/show.php?usernum=1027067686&cpv=2","Classifieds","","");


addMainItem("","Mysteries",60,"center","","",0,0,"","","","","");

	defineSubmenuProperties(120,"left","center",-4,0,"filter:progid:DXImageTransform.Microsoft.randomdissolve(duration=0.3,spokes=20)","","","","","","");


	addSubmenuItem("","Birthdays<br><i>(((Coming Soon)))","","");
	addSubmenuItem("","Dreams<br><i>(((Coming Soon)))","","");
	addSubmenuItem("http://www.seekersparadise.net/spells.html","Spells","","");
	addSubmenuItem("http://www.seekersparadise.net/wisconsinhistory.html","Wisconsin History","","");
	addSubmenuItem("","Tarot<br><i>(((Coming Soon)))","","");
	addSubmenuItem("","Horoscope<br><i>(((Coming Soon)))","","");


addMainItem("","Miscellanneous",85,"center","","",0,0,"","","","","");

	defineSubmenuProperties(130,"left","center",-4,0,"filter:progid:DXImageTransform.Microsoft.randomdissolve(duration=0.3,spokes=20)","","","","","","");

	addSubmenuItem("http://www.seekersparadise.net/alcoholtest.html","Alcohol Test","_blank","");
	addSubmenuItem("http://www.seekersparadise.net/games.html","Games","","");
	addSubmenuItem("http://rochellerose.homestead.com/guestbook.html","Fundraisers","","");
	addSubmenuItem("http://java.sun.com/","Java","","");
	addSubmenuItem("http://www.riddlesandjokes.com/index.php?site=4709&server=12","Riddles/Jokes","","");
	addSubmenuItem("http://www.birthdayalarm.com/GivePermission.jsp;jsessionid=amOr1L4herMg?MemberId=6043023&ChecksumNbr=9836009&t=45S20M743","Birthday Alarm","","");


addMainItem("","Contact",60,"center","","",0,0,"","","","","");

	defineSubmenuProperties(120,"left","center",-4,0,"filter:progid:DXImageTransform.Microsoft.randomdissolve(duration=0.3,spokes=20)","","","","","","");

	addSubmenuItem("http://sweetie1981.proboards24.com","Message Board","","");
	addSubmenuItem("http://pub12.bravenet.com/chat/show.php?usernum=102706768http://pub12.bravenet.com/vote/vote.php?usernum=1027067686&cpv=26&cpv=2","Chat","","");
	addSubmenuItem("http://sweetie1981.proboards24.com/index.cgi?board=websitesupport&action=display&thread=1154531405","FAQ","","");	addSubmenuItem("http://sweetie1981.proboards24.com/index.cgi?board=websitefeedback&action=post","Leave Comments","","");
	addSubmenuItem("http://sweetie1981.proboards24.com/index.cgi?board=websitesuggestions&action=post","Suggestions","","");
	addSubmenuItem("http://sweetie1981.proboards24.com/index.cgi?board=websiteupdates","Updates","","");
	addSubmenuItem("http://sweetie1981.proboards24.com/index.cgi?board=websitesupport","Ask For Help","","");


//**DO NOT EDIT THIS *****
}//***********************
//************************