/*
 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=100);"
}
else
{
	effect = "" // 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.
"f4d28a",					// Mouse Off Font Color
"663300",				// Mouse Off Background Color
"3b260d",				// Mouse On Font Color
"cccc99",				// Mouse On Background Color
"330000",				// Menu Border Color 
11,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"arial",		// Font Name
1,						// Menu Item Padding
,			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
,				// Current Page Item Font Color (leave this blank to disable)
,					// Current Page Item Background Color (leave this blank to disable)
"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
1,				// 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
0,					// 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)
0, 					// 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","index.html",,"Back to the home page",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"BREED FACTS&nbsp;&nbsp;","show-menu=webmaster",,"",1
,"ARTICLES&nbsp;&nbsp;","show-menu=news",,"",1
,"BOOK TIPS&nbsp;&nbsp;","show-menu=webmaster",,"",1
,"EVENTS","events.html",,"Back to the home page",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"OWNER'S TIPS&nbsp;&nbsp;","show-menu=downloads",,"",1
,"MORE BOOKS","index.html",,"Back to the home page",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"CONTACT","index.html",,"Back to the home page",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"FAVORITES","index.html",,"Back to the home page",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"LINKS&nbsp;&nbsp;","show-menu=search",,"",1
,"Other&nbsp;&nbsp;","show-menu=other",,"",1
])

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
180,					// Menu Top - The Top position of the menu in pixels
20,				// Menu Left - The Left position of the menu in pixels
160,					// 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)
0, 					// 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
,"<img src=english-bulldogs.gif border=0>&nbsp;Home","http://www.bulldoginformation.com",,"",1
,"<img src=name.gif border=0>&nbsp;Breed Info&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=breeds",,"",1
,"<img src=english-bulldogs.gif border=0>&nbsp;Bulldog Store","http://www.bulldoginformation.com/bulldog-books-gifts-stuff.html",,"",1
,"<img src=name.gif border=0>&nbsp;Funny Photos&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=photos",,"",1
,"<img src=english-bulldogs.gif border=0>&nbsp;Bulldog Stuff&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=stuff",,"",1
,"<img src=btbooks48.gif border=0>&nbsp;Bulldog Books&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=books",,"",1
,"<img src=halloween.gif border=0>&nbsp;Bulldog Costumes","http://www.bulldoginformation.com/bulldog-costumes-clothes.html",,"",1
,"<img src=halloween.gif border=0>&nbsp;Halloween Treats","http://www.bulldoginformation.com/halloween-dog-toys-accessories.html",,"",1
,"<img src=btpuppy4.gif border=0>&nbsp;Bulldog Clothes","http://www.bulldoginformation.com/bulldog-clothes-apparel.html",,"",1
,"<img src=snowman.gif border=0>&nbsp;Holiday Costumes","http://www.bulldoginformation.com/holiday-dog-costumes.html",,"",1
,"<img src=snowman.gif border=0>&nbsp;Christmas Bulldog Stuff","http://astore.amazon.com/bulldogastore-20?%5Fencoding=UTF8&node=88",,"",1
,"<img src=snowman.gif border=0>&nbsp;Christmas Gift Ideas","http://www.bulldoginformation.com/christmas-bulldog-gift-ideas.html",,"",1
,"<img src=snowman.gif border=0>&nbsp;Bulldog Calendars 2009","http://astore.amazon.com/bulldogastore-20?%5Fencoding=UTF8&node=72",,"",1
,"<img src=btpuppy4.gif border=0>&nbsp;Music for Dogs","http://www.bulldoginformation.com/music-for-dogs.html",,"",1
,"<img src=btpuppy4.gif border=0>&nbsp;Puppy Equipment","http://www.bulldoginformation.com/bulldog-puppy-equipment.html",,"",1
,"<img src=snowman.gif border=0>&nbsp;Bestselling Toys 2009","http://astore.amazon.com/bulldogastore-20?%5Fencoding=UTF8&node=119",,"",1
,"<img src=snowman.gif border=0>&nbsp;Toys & Games with Dogs","http://astore.amazon.com/bulldogastore-20/104-5271491-4169538?%5Fencoding=UTF8&node=92",,"",1
,"<img src=btcanine.gif border=0>&nbsp;Inspirational&nbsp;&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=inspirational",,"",1
,"<img src=btbooks48.gif border=0>&nbsp;Dog Magazines","http://www.bulldoginformation.com/dog-magazines.html",,"",1
,"<img src=btbooks48.gif border=0>&nbsp;Dog Books","http://www.bulldoginformation.com/dog-books.html",,"",1
,"<img src=btcanine.gif border=0>&nbsp;Links&nbsp;&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=dogs",,"",1

])




addmenu(menu=["photos",
	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=english-bulldogs.gif border=0>&nbsp;Dog Photography Tips","http://www.bulldoginformation.com/dog-photography.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Funny Bulldogs","http://www.bulldoginformation.com/english-bulldog-funny-pictures.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Funny Puppies","http://www.bulldoginformation.com/bulldog-puppy-pictures.html",,,1
,"<img src=btbulligans.gif border=0>&nbsp;Bulldog Mascots","http://www.bulldoginformation.com/sporting-bulldogs.html",,,1
,"<img src=name.gif border=0>&nbsp;Bikers & Bridegrooms","http://www.bulldoginformation.com/bulldog-bikers-bridegrooms.html",,,1
,"<img src=name.gif border=0>&nbsp;Brides & Beauty Queens","http://www.bulldoginformation.com/bulldog-brides-ballerinas.html",,,1
,"<img src=name.gif border=0>&nbsp;Beach & Bathing","http://www.bulldoginformation.com/beach-bathing-bulldogs.html",,,1
,"<img src=name.gif border=0>&nbsp;Sweet Dreams & Hangovers","http://www.bulldoginformation.com/sleepy-bulldogs.html",,,1
,"<img src=name.gif border=0>&nbsp;Bulldogs with Sunglasses","http://www.bulldoginformation.com/bulldog-sunglasses.html",,,1
,"<img src=name.gif border=0>&nbsp;Bulldogs Dressed up","http://www.bulldoginformation.com/bulldogs-dressed-up.html",,,1
	,"<img src=name.gif border=0>&nbsp;Halloween Bulldogs","http://www.bulldoginformation.com/halloween-bulldogs.html",,,1
	,"<img src=name.gif border=0>&nbsp;Christmas Bulldogs","http://www.bulldoginformation.com/christmas-holiday-bulldogs.html",,,1
,"<img src=name.gif border=0>&nbsp;Easter Bulldogs","http://www.bulldoginformation.com/easter-bulldogs.html",,,1


	])

addmenu(menu=["breeds",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=english-bulldogs.gif border=0>&nbsp;English Bulldog","http://www.bulldoginformation.com",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Molosser Breeds","http://www.bulldoginformation.com/molossers-mastiff-type-dogs.html",,,1
	,"<img src=carlino.gif border=0>&nbsp;Pug","http://www.bulldoginformation.com/pug.html",,,1
,"<img src=btcanine.gif border=0>&nbsp;More Dog Breeds","http://caninebreeds.bulldoginformation.com",,,1
	

	])

addmenu(menu=["theme",
	,,188,1,"",style1,,"left","Shadow(color='#999999', Direction=135, Strength=5)",,,,,,,,,,,,
,"<img src=btpuppy4.gif border=0>&nbsp;Bulldog Theme Tshirts","http://www.bulldoginformation.com/bulldog-t-shirts.html",,"",1
,"<img src=btpuppy4.gif border=0>&nbsp;Bulldog Theme Decor Ideas","http://www.bulldoginformation.com/bulldog-gift-ideas.html",,"",1
,"<img src=snowman.gif border=0>&nbsp;Bulldog Theme Christmas Gifts","http://www.bulldoginformation.com/christmas-bulldog-gift-ideas.html",,"",1
,"<img src=btpuppy4.gif border=0>&nbsp;Bulldog Theme Jewelry","http://www.bulldoginformation.com/bulldog-jewelry.html",,"",1
,"<img src=btpuppy4.gif border=0>&nbsp;Bulldog Signs","http://www.bulldoginformation.com/bulldog-street-signs.html",,"",1
,"<img src=btpuppy4.gif border=0>&nbsp;Bulldog Posters","http://www.bulldoginformation.com/bulldog-posters-prints.html",,"",1

])

addmenu(menu=["inspirational",
	,,188,1,"",style1,,"left","Shadow(color='#999999', Direction=135, Strength=5)",,,,,,,,,,,,
,"<img src=english-bulldogs.gif border=0>&nbsp;Canine Sagacity","http://www.bulldoginformation.com/motivational-dog-posters.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Motivation","http://www.bulldoginformation.com/inspirational-motivational-posters.html",,,1

])

addmenu(menu=["stuff",
	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=english-bulldogs.gif border=0>&nbsp;Bulldog Stuff For You&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=gifts",,"",1
,"<img src=english-bulldogs.gif border=0>&nbsp;Bulldog Stuff For Kids&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=kids",,"",1
,"<img src=english-bulldogs.gif border=0>&nbsp;Stuff For Your Bulldog&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=bulldog",,"",1
,"<img src=btpuppy4.gif border=0>&nbsp;Gift Ideas for the whole family","http://www.bulldoginformation.com/gift-ideas-for-the-whole-family.html",,"",1


])


addmenu(menu=["gifts",
	,,260,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=english-bulldogs.gif border=0>&nbsp;Bulldog Gift Ideas","bulldog-gift-ideas.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Bulldog Home Decor Products","http://astore.amazon.com/bulldogastore-20/104-5271491-4169538?%5Fencoding=UTF8&node=87",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Bulldog T-shirts","bulldog-t-shirts.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Bulldog Calendars 2008","http://astore.amazon.com/bulldogastore-20/104-5271491-4169538?%5Fencoding=UTF8&node=72",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Bulldog Posters","bulldog-posters-prints.html",,,1
,"<img src=sign.gif border=0>&nbsp;Bulldog Signs","bulldog-street-signs.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Bulldog Christmas Decor & Holiday Gift Ideas","http://astore.amazon.com/bulldogastore-20/104-5271491-4169538?%5Fencoding=UTF8&node=88",,,1

])

addmenu(menu=["kids",
	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=costumes.gif border=0>&nbsp;Plush & Stuffed Bulldogs","http://astore.amazon.com/bulldogastore-20/104-5271491-4169538?%5Fencoding=UTF8&node=47",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Bulldog Books for Children","http://astore.amazon.com/bulldogastore-20/104-5271491-4169538?%5Fencoding=UTF8&node=67",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Puppy Training for Kids","http://astore.amazon.com/bulldogastore-20/104-5271491-4169538?%5Fencoding=UTF8&node=68",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Dog Fun and Care for Kids","http://astore.amazon.com/bulldogastore-20/104-5271491-4169538?%5Fencoding=UTF8&node=79",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Vet Playsets & Pet Shops for Kids","http://astore.amazon.com/bulldogastore-20/104-5271491-4169538?%5Fencoding=UTF8&node=45",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Doggie Movie DVDs","http://astore.amazon.com/bulldogastore-20/104-5271491-4169538?%5Fencoding=UTF8&node=2",,,1



])

addmenu(menu=["bulldog",
	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=costumes.gif border=0>&nbsp;Bulldog Costumes","http://www.bulldoginformation.com/holiday-dog-costumes.html",,,1
,"<img src=costumes.gif border=0>&nbsp;Music for Dogs","http://www.bulldoginformation.com/music-for-dogs.html",,,1

])


addmenu(menu=["books",
	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=btusa.gif border=0>&nbsp;US Visitors","http://astore.amazon.com/bulldogastore-20/104-5271491-4169538?%5Fencoding=UTF8&node=90",,,1
	,"<img src=btuk.gif border=0>&nbsp;UK Visitors","http://www.bulldoginformation.com/english-bulldog-gifts-uk.html",,,1
,"<img src=btcanada.gif border=0>&nbsp;Canadian Visitors","http://www.bulldoginformation.com/english-bulldog-gifts-canada.html",,,1
	

])
addmenu(menu=["dogs",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=english-bulldogs.gif border=0>&nbsp;Bulldog Breeders","http://www.bulldoginformation.com/english-bulldog-breeders.html",,,1	
,"<img src=iconclub.gif border=0>&nbsp;Bulldog Clubs","http://www.bulldoginformation.com/clubs.html",,,1
,"<img src=btcanine.gif border=0>&nbsp;More Dog Breeds","http://caninebreeds.bulldoginformation.com",,,1
,"<img src=btcanine.gif border=0>&nbsp;Dog Breeds A to Z","http://dogbreeds.bulldoginformation.com",,,1
	

])

addmenu(menu=["contact",
	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=iconfeedback.gif border=0>&nbsp;Guestbook","guestbook.html",,,1
,"<img src=iconguestmap.png border=0>&nbsp;Guestmap","guestmap.html",,,1
,"<img src=iconlinks.gif border=0>&nbsp;Links","show-menu=links",,,1
])
		addmenu(menu=["links",
		,,220,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"<img src=iconclub.gif border=0>&nbsp;Bulldog Clubs","clubs.html",,,1
,"<img src=iconbiberon.png border=0>&nbsp;Bulldog Breeders","english-bulldog-breeders.html",,,1	
,"<img src=iconbulldog2.gif border=0>&nbsp;Other Bulldog Sites","other_bulldog_sites.html",,,1	
,"<img src=iconotherdogs.gif border=0>&nbsp;Dog Sites","dog_sites.html",,,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()