/*
 DHTML Menu version 3.3.19
 Written by Andy Woolley
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
 Plase vist http://www.milonic.co.uk/menu or e-mail menu3@milonic.com
 You may use this menu on your web site free of charge as long as you place prominent links to http://www.milonic.co.uk/menu and
 your inform us of your intentions with your URL AND ALL copyright notices remain in place in all files including your home page
 Comercial support contracts are available on request if you cannot comply with the above rules.
 This script featured on Dynamic Drive (http://www.dynamicdrive.com)
 */

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=500				// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=10;		// Sub menu offset Top position 
suboffset_left=10;		// Sub menu offset Left position

style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"navy",					// Mouse Off Font Color
"ccccff",				// Mouse Off Background Color
"ffebdc",				// Mouse On Font Color
"4b0082",				// Mouse On Background Color
"000000",				// Menu Border Color 
12,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
4,						// Menu Item Padding
"http://www.haydennet.com/sample/arrow.gif",			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"Purple",				// Current Page Item Font Color (leave this blank to disable)
"pink",					// Current Page Item Background Color (leave this blank to disable)
"http://www.haydennet.com/sample/arrowdn.gif",			// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]



addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
20,					// Menu Top - The Top position of the menu in pixels
20,				// Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
1,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"Home","http://www.haydennet.com/index.html target=_self",,"Back to the home page",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"About&nbsp;&nbsp;","show-menu=webmaster",,"",1
,"Reference&nbsp;&nbsp;","show-menu=webmaster2",,"",1
,"Biography&nbsp;&nbsp;","show-menu=webmaster3",,"",1
,"Places&nbsp;&nbsp;","show-menu=webmaster4",,"",1
,"Family&nbsp;&nbsp;","show-menu=webmaster5",,"",1
,"Gay Stuff&nbsp;&nbsp;","show-menu=webmaster6",,"",1
,"Health&nbsp;&nbsp;","show-menu=webmaster7",,"",1
,"Favorites&nbsp;&nbsp;","show-menu=webmaster8",,"",1
,"Multimedia&nbsp;&nbsp;","show-menu=webmaster9",,"",1
])

	addmenu(menu=["news",
	,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"General","show-menu=generalnews",,,1
	,"Technology","show-menu=technonews",,,1
	])
	
	
		addmenu(menu=["generalnews",
		,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Haydennet Home","http://www.haydennet.com/home",,,0
		,"Haydennet Bored","http://www.haydennet.com/bored",,,0
		,"Haydennet Pix","http://www.haydennet.com/pix",,,0
		,"Haydennet Italy","http://www.haydennet.com/italy",,,0
		,"Haydennet Alex","http://www.haydennet.com/alex",,,0
		,"Haydennet Music","http://www.haydennet.com/music",,,0
		,"Haydennet NYC","http://www.haydennet.com/ny",,,0
		,"MSNBC","http://www.msnbc.com",,,0
		,"ABC News","http://www.abcnews.com",,,0
		,"Vancouver Local News","show-menu=canadanews",,,0
		,"BBC News","http://news.bbc.co.uk",,,0
		])

			addmenu(menu=["canadanews",
			,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"CTV News","http://www.ctvnews.com",,,
			,"Vancouver Sun","http://www.canada.com/vancouver/vancouversun/",,,
			])
		
		addmenu(menu=["technonews",
		,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"TechWeb","http://www.cnn.com",,,0
		,"News.com","http://www.news.com",,,0
		,"Wired News","http://www.wired.com",,,0
		,"Slashdot","http://www.slashdot.com",,,0		
		])



	addmenu(menu=["webmaster",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Email","http://www.haydennet.com/email target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;New Stuff","http://www.haydennet.com/new target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;My Business Site","http://www.ursinet.com target=_blank",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Photos","http://www.haydennet.com/pix target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Joe's Pictures","http://www.haydennet.com/bear target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Family-Friendly","http://www.haydennet.com/blog/concerned.html target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Blogs","http://www.haydennet.com/blogs target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Alexandra","http://www.haydennet.com/alex target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Chatting","http://www.haydennet.com/chat target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Chat Netiquette","http://www.haydennet.com/chat/netiquette.html target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Web Profiles","http://www.haydennet.com/profiles target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;FAQ's","http://www.haydennet.com/info target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Awards","http://www.haydennet.com/awards target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Legal Notices","http://www.haydennet.com/legalnotice target=_self",,,1
	])
	
	addmenu(menu=["webmaster2",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Parenting","http://www.haydennet.com/parenting target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Tobacco Cartel","http://www.haydennet.com/smoking target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Reference","http://www.haydennet.com/reference target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Lists","http://www.haydennet.com/lists target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Resume","http://www.haydennet.com/resume target=_blank",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Birth Order","http://www.haydennet.com/birthorder target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Politics","http://www.haydennet.com/politics target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Religion","http://www.haydennet.com/religion target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Affiliations","http://www.haydennet.com/orgs target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Travel","http://www.haydennet.com/travel target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Auction","http://www.haydennet.com/auction target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Good Business","http://www.haydennet.com/referrals target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Bad Business","http://www.haydennet.com/badbiz target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Shopping","http://www.haydennet.com/shopping target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Job Market","http://www.haydennet.com/employment target=_self",,,1
	])
	
	addmenu(menu=["webmaster3",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Joe's Pictures","http://www.haydennet.com/bear target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Friends","http://www.haydennet.com/friends target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Joe Smiles","http://www.haydennet.com/smile target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Holidays","http://www.haydennet.com/holiday target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Memoriam","http://www.haydennet.com/memoriam target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Memoir","http://www.haydennet.com/memoir target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Timeline","http://www.haydennet.com/memoir/timeline.htm target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;More Joe","http://www.haydennet.com/memoir/morejoe.htm target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Joe's Beginnings","http://www.haydennet.com/memoir/beginnings.htm target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Childhood Europe","http://www.haydennet.com/memoir/europe.htm target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Childhood NY","http://www.haydennet.com/memoir/childhoodny.htm target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Back to California","http://www.haydennet.com/memoir/teenage.htm target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;With Michelle","http://www.haydennet.com/memoir/marriage.htm target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;With Mike","http://www.haydennet.com/memoir/samesex.htm target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Gay Parenting","http://www.haydennet.com/parenting target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Becoming a Gay Dad","http://www.haydennet.com/parenting/gaydad.html target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Law School","http://www.haydennet.com/lawschool target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;MMOW","http://www.haydennet.com/mmow target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;September 11","http://www.haydennet.com/911 target=_self",,,1
	])
	
	addmenu(menu=["webmaster4",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Provincetown","http://www.haydennet.com/ptown target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Spain","http://www.haydennet.com/spain target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;NY/NYC","http://www.haydennet.com/ny target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Brooklyn","http://www.haydennet.com/brooklyn target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Park Slope","http://www.haydennet.com/parkslope target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Staten Island","http://www.haydennet.com/statenisland target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Governor's Island","http://www.haydennet.com/memoir/childhoodny.htm target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Italy","http://www.haydennet.com/italy target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;France","http://www.haydennet.com/france target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;California","http://www.haydennet.com/california target=_self",,,1
	])
	
	addmenu(menu=["webmaster5",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Genealogy","http://www.trupa.com target=_blank",,,1	
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Alexandra","http://www.haydennet.com/alex target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Dad","http://www.haydennet.com/dad target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Mom","http://www.haydennet.com/pina target=_blank",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Sister","http://www.haydennet.com/mgrath target=_blank",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Brother","http://www.haydennet.com/italo target=_blank",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Snowball","http://www.haydennet.com/snowball target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Hayden Family","http://www.haydennet.com/family target=_blank",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Italian Culture","http://www.haydennet.com/italy target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Irish Culture","http://www.haydennet.com/irish target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Native American Culture","http://www.trupa.com/muckleshoot target=_blank",,,1	
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;African-American Culture","http://www.haydennet.com/afroam target=_self",,,1
	])
	
	addmenu(menu=["webmaster6",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Gay Resources","http://www.haydennet.com/gay target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Gay Parenting","http://www.haydennet.com/parenting target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Becoming a Gaydad","http://www.haydennet.com/parenting/gaydad.html target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Custody Suggestions","http://www.haydennet.com/parenting/custody.html target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Provincetown","http://www.haydennet.com/ptown target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Bear Page","http://www.haydennet.com/bear target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Bearlinks","http://www.haydennet.com/bearlinks target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Bear Codes","http://www.haydennet.com/bear/codes.htm target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Facial Hair","http://www.haydennet.com/beards target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Beardbook","http://www.haydennet.com/beardbook target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Gay Political Issues","http://www.haydennet.com/gay/gaypolitics.htm target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Eyegasms","http://www.haydennet.com/eyecandy target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Gaybonics","http://www.haydennet.com/gay/gaybonics.htm target=_self",,,1
	])
	
	addmenu(menu=["webmaster7",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Health","http://www.haydennet.com/health target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Apnea","http://www.haydennet.com/apnea target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Diabetes","http://www.haydennet.com/diabetes target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Tobacco Kills","http://www.haydennet.com/smoking target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Smoking Links","http://www.haydennet.com/smoking/links.htm target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Phen-Fen","http://www.haydennet.com/health/phenfen.htm target=_self",,,1
	])
	
	addmenu(menu=["webmaster8",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Favorites","http://www.haydennet.com/favorites target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Streisand","http://www.haydennet.com/barbra target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Art","http://www.haydennet.com/art target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Kids Stuff","http://www.haydennet.com/kids target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Bored","http://www.haydennet.com/bored target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Hate","http://www.haydennet.com/hate target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Music/Divas","http://www.haydennet.com/music target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;General Links","http://www.haydennet.com/links target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Humor","http://www.haydennet.com/humor target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Quotes","http://www.haydennet.com/quotes target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Secrets","http://www.haydennet.com/scifi target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Sounds","http://www.haydennet.com/secrets target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Weird Links","http://www.haydennet.com/weird target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Comedians","http://www.haydennet.com/comedians target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Periodicals","http://www.haydennet.com/periodicals target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Television","http://www.haydennet.com/favorites/tv target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Movies/Plays","http://www.haydennet.com/movies target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Authors/Books","http://www.haydennet.com/authors target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Animation","http://www.haydennet.com/cartoons target=_self",,,1
	])
	
	addmenu(menu=["webmaster9",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Rosie O'Donnell","http://www.haydennet.com/rosie target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Video Clips","http://www.haydennet.com/video target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Sounds","http://www.haydennet.com/sounds target=_self",,,1
	,"<img src=http://www.haydennet.com/sample/newsimage.gif border=0>&nbsp;Flash Intro","http://www.haydennet.com/a_ripple.swf target=_self",,,1
	])
	
	addmenu(menu=["downloads",,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Download.com","http://www.download.com",,,1
	,"Tucows","http://www.tucows.com",,,1
	])
	
	addmenu(menu=["search",
	,,140,1,"",style1,,"",effect,,,,,,,,,,,,
	,"<img src=google_icon.gif border=0>&nbsp;Google.com", "http://www.google.com",,,1
	,"<img src=yahoo_icon.gif border=0>&nbsp;Yahoo", "http://www.yahoo.com",,,1
	,"<img src=av_icon.gif border=0>&nbsp;Altavista", "http://altavista.com",,,1
	,"<img src=excite.gif border=0>&nbsp;Excite", "http://www.excite.com",,,1
	])
	
	addmenu(menu=["Other",,,140,1,,style1,0,"left","randomdissolve(duration=0.5);Shadow(color='#999999', Direction=135, Strength=5)",0,,,,,,,,,,,
	,"Menu Authors Site","http://www.milonic.co.uk/menu",,"Milonic DHTML Menu Site",1
	])
	

dumpmenus()