/*
 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
185,					// Menu Top - The Top position of the menu in pixels
25,				// Menu Left - The Left position of the menu in pixels
140,					// 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","index.html",,"",1 
,"<img src=english-bulldogs.gif border=0>&nbsp;Breed Facts&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=breed",,"",1
,"<img src=english-bulldogs.gif border=0>&nbsp;Breed History&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=history",,"",1
,"<img src=english-bulldogs.gif border=0>&nbsp;Your Bulldog&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=your",,"",1
,"<img src=english-bulldogs.gif border=0>&nbsp;Puppy Care&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=puppy",,"",1
,"<img src=english-bulldogs.gif border=0>&nbsp;Breeding&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=breeding",,"",1
,"<img src=english-bulldogs.gif border=0>&nbsp;Showing&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=showing",,"",1
,"<img src=english-bulldogs.gif border=0>&nbsp;Health & Care&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=health",,"",1
,"<img src=english-bulldogs.gif border=0>&nbsp;Bulldog Books","http://www.bulldoginformation.com/book_list.html",,"",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=english-bulldogs.gif border=0>&nbsp;Pampering your Dog&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=pampering",,"",1
,"<img src=english-bulldogs.gif border=0>&nbsp;Humor&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=humor",,"",1
,"<img src=english-bulldogs.gif border=0>&nbsp;Bulldog Art&nbsp;&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=art",,"",1
,"<img src=btcanine.gif border=0>&nbsp;Dog Books&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=reading",,"",1
,"<img src=btcanine.gif border=0>&nbsp;Links&nbsp;&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=dogs",,"",1

])



	addmenu(menu=["breed",
	,,168,1,"",style1,,"left","Shadow(color='#999999', Direction=135, Strength=5)",,,,,,,,,,,,
,"<img src=english-bulldogs.gif border=0>&nbsp;Breed Description","english-bulldog.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Standard","standarduk.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Morphology","show-menu=morphology",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Temperament & Personality","temperament-personality-character.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Characteristics","characteristics.html",,,1
	,"<img src=english-bulldogs.gif border=0>&nbsp;Basic Needs of the Bulldog","needs.html",,,1
		,"<img src=english-bulldogs.gif border=0>&nbsp;Job Description","english-bulldog-function.html",,,1
	])
	


addmenu(menu=["morphology",
		,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"<img src=iconmorphology.gif border=0>&nbsp; Key Attributes","morphology.html",,,1
				,"<img src=iconmorpho2.gif border=0>&nbsp; Head Profile","morphology2.html",,,1
,"<img src=iconmorpho3.gif border=0>&nbsp; Head Front View","morphology3.html",,,1
,"<img src=iconmorpho4.gif border=0>&nbsp; Front View","morphology4.html",,,1				
])

					
		
		addmenu(menu=["history",
		,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=english-bulldogs.gif border=0>&nbsp; History of the Bulldog","english-bulldog-history.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp; Bull Baiting","bull-baiting.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp; First Bulldog Breed Clubs","first-bulldog-breed-clubs.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp; Origin of the Standard","standardorigin.html",,,1
	,"<img src=english-bulldogs.gif border=0>&nbsp; Relation Standard to Bull Baiting","standard-bullbaiting.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Books on the History of Dogs","books-history-dog.html",,,1
			])	


		addmenu(menu=["your",
		,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=icpuppy.gif border=0>&nbsp; Buying a Bulldog Puppy?","Buying_a_Puppy.html",,,1	
,"<img src=english-bulldogs.gif border=0>&nbsp;Finding a Responsible Breeder","breeders.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Selecting a puppy","Selecting_a_Puppy.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Naming your Bulldog","bulldog-names.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Feeding your Bulldog","bulldog-feeding-nutrition.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Being a Responsible Owner","responsible-dog-ownership.html",,,1
,"<img src=costumes.gif border=0>&nbsp;Dressing up your Bulldog","bulldog-costumes-clothes.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Behavior Problems","bulldogs-behavioral-problems.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Traveling with your Buldog","traveling-tips-for-dog-owners.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Music for your Bulldog","music-for-dogs.html",,,1

				])	

	addmenu(menu=["puppy",
	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=icpuppy.gif border=0>&nbsp;Selecting a puppy","Selecting_a_Puppy.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Equipment for your Puppy","bulldog-puppy-equipment.html",,,1
,"<img src=icpuppy.gif border=0>&nbsp;Development Stages of a puppy","Development_of_a_Puppy.html",,,1
,"<img src=icpuppy.gif border=0>&nbsp;Why socialize your Puppy?","puppy-socialization.html",,,1
,"<img src=icpuppy.gif border=0>&nbsp;Puppy Weight Chart & Nutrition","Weight_chart.html",,,1
,"<img src=icpuppy.gif border=0>&nbsp;Puppy Gallery","bulldog-puppy-pictures.html",,,1
,"<img src=icpuppy.gif border=0>&nbsp;Swimming Puppy Syndrome","Swimming_Puppy.html",,,1
,"<img src=icpuppy.gif border=0>&nbsp;Inverted Hind Feet","Inverted_Hind_Feet.html",,,1
,"<img src=iconbooks03red.gif border=0>&nbsp;Puppy Training Books","puppies-puppy-training.html",,,1
,"<img src=iconbooks03red.gif border=0>&nbsp;Books on Housebreaking a Puppy","housebreaking-housetraining-puppies.html",,,1
		
])
	addmenu(menu=["breeding",
	,,220,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=english-bulldogs.gif border=0>&nbsp;Getting Started as a Bulldog Breeder","getting-started-as-a-bulldog-breeder.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Care of the Breeding Bitch","care-breeding-bitch.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Feeding of the Pregnant Bitch","feeding-diet-pregnant-bitch.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Preparing the Whelping Place","whelping-area-box.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Responsible Breeder Charter","breeders.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Genetics for Dog Breeders","genetics-hereditary-for-dog-breeders.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Books on Dog Breeding","books-dog-breeding.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Kennel Construction&nbsp;&nbsp;","kennel-construction.html",,"",1
,"<img src=english-bulldogs.gif border=0>&nbsp;Kennel Management Books&nbsp;&nbsp;","kennels-boarding.html",,"",1
,"<img src=english-bulldogs.gif border=0>&nbsp;Breeding Types","breeding-types.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Preserving Quality","breeding-quality.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Breeding Myths","breeding-myths.html",,,1	
	,"<img src=english-bulldogs.gif border=0>&nbsp;Breeding Pitfalls","breeding-pitfalls.html",,,1



])
	addmenu(menu=["showing",
	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=showing.gif border=0>&nbsp;Show Training your Bulldog","bulldog-showing.html",,,1
,"<img src=showing.gif border=0>&nbsp;Books on Dog Showing","dog-showing.html",,,1
,"<img src=showing.gif border=0>&nbsp;Dog Show Terminology","dog-show-terminology.html",,,1
,"<img src=judge.gif border=0>&nbsp;Books on Judging Dogs","judging-dogs.html",,,1


		])
		
	addmenu(menu=["reading",,,180,1,,style1,0,"left",effect,0,,,,,,,,,,,
,"<img src=btcanine.gif border=0>&nbsp;Dog Behavior","dog-behavior-psychology.html",,"Back to the home page",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"<img src=btcanine.gif border=0>&nbsp;Problem behavior&nbsp;&nbsp;","dog-problem-behavior.html",,"",1
,"<img src=btcanine.gif border=0>&nbsp;Dog Photography&nbsp;&nbsp;","dog-photography.html",,"",1
		,"<img src=btcanine.gif border=0>&nbsp;More Dog Books","dog-books.html",,,1
,"<img src=btcanine.gif border=0>&nbsp;Dog Magazines&nbsp;","dog-magazines.html",,"",1 



		])
addmenu(menu=["humor",
	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=sign.gif border=0>&nbsp;Bulldog Signs","bulldog-street-signs.html",,,1
,"<img src=costumes.gif border=0>&nbsp;Bulldog Costumes","bulldog-costumes-clothes.html",,,1
,"<img src=name.gif border=0>&nbsp;Funny Bulldog Pics","http://cutepuppies.bulldoginformation.com",,,1
,"<img src=btbulligans.gif border=0>&nbsp;Bulldog Mascots","bulldogs-mascots.html",,,1
	,"<img src=english-bulldogs.gif border=0>&nbsp;Bulldogs, Men & Women","bulldog-humor.html",,,1
		,"<img src=english-bulldogs.gif border=0>&nbsp;Bulldog Rules","bulldog_rules.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Dogs & Light Bulbs","light_bulb.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Virtues & Vices","virtues.html",,,1	
])
	
addmenu(menu=["health",
	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=english-bulldogs.gif border=0>&nbsp;Bulldogs Health and Care","bulldogs-health-care-issues.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Feeding Tips","bulldog-feeding-nutrition.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Internal Parasites","dog-health-care.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Controlling Fleas","dog-fleas.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Transferable Diseases","humans-dogs-transferable-diseases.html",,,1	
,"<img src=english-bulldogs.gif border=0>&nbsp;Hereditary Defects","bulldogs-hereditary-defects.html",,,1
	,"<img src=iconchart.gif border=0>&nbsp;Weight Chart","Weight_chart.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Care of the Senior Bulldog","senior-bulldogs.html",,,1
,"<img src=iconbooks03red.gif border=0>&nbsp;Books on Dog Nutrition","books-dog-nutrition.html",,,1
,"<img src=iconbooks03red.gif border=0>&nbsp;Books on Canine Genetics","canine-genetics.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=english-bulldogs.gif border=0>&nbsp;Gift Ideas for the whole family","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 2009","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",
	,,220,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=costumes.gif border=0>&nbsp;Holiday Costumes for your Bulldog","holiday-dog-costumes.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Bulldog Equipment","bulldog-puppy-equipment.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Music for Dogs","music-for-dogs.html",,,1

])

addmenu(menu=["pampering",
	,,240,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=english-bulldogs.gif border=0>&nbsp;Music for Dogs","music-for-dogs.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Canine Massage, Shiatsu & Yoga","dog-massage-acupressure.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Dog Friendly Gardens","dog-friendly-homes-gardens.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Cookbooks for Dogs","books-dog-nutrition.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Know your Dog's Psychology","dog-behavior-psychology.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Knitting for your Dog","knitting-for-dogs.html",,,1
,"<img src=costumes.gif border=0>&nbsp;Halloween Costumes for your Bulldog","bulldog-costumes-clothes.html",,,1
,"<img src=costumes.gif border=0>&nbsp;Holiday Costumes for your Bulldog","holiday-dog-costumes.html",,,1

])


addmenu(menu=["art",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=english-bulldogs.gif border=0>&nbsp;Bulldog Posters","bulldog-posters-prints.html",,,1
	,"<img src=english-bulldogs.gif border=0>&nbsp;Bulldog Paintings","bulldog-painting.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Bulldog Stamps","bulldog-stamps.html",,,1
,"<img src=iconbooks03red.gif border=0>&nbsp;Dog Art & Craft Books","dog-art-craft.html",,,1
	])

addmenu(menu=["dogs",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=english-bulldogs.gif border=0>&nbsp;Bulldog Breeders","english-bulldog-breeders.html",,,1	
,"<img src=english-bulldogs.gif border=0>&nbsp;Bulldog Clubs","clubs.html",,,1
,"<img src=btab.jpg border=0>&nbsp;Bulldog Breeds","bulldog-breeds-types.html",,,1	
,"<img src=btmolossers.gif border=0>&nbsp;Molosser Breeds","molossers-mastiff-type-dogs.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Other Bulldog Sites","other_bulldog_sites.html",,,1
,"<img src=btcanine.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()