/*
 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
100,				// Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
1,					// Menu Border Width 
"left:middle",					// 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","bulldog-breeds-types.html",,"Back to the home page",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"<img src=btalapaha.gif border=0>&nbsp;Alapaha Blue Blood","alapaha-blue-blood-bulldog.html",,"Back to the home page",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"<img src=btab.jpg border=0>&nbsp;American Bulldog&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=american",,"",1
,"<img src=btfrench.gif border=0>&nbsp;French Bulldog&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=french",,"",1
,"<img src=btaussie2.gif border=0>&nbsp;Aussie Bulldog&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=aussie",,"",1 
,"<img src=btcatahoula.gif border=0>&nbsp;Catahoula Bulldog","catahoula-bulldog.html",,"Back to the home page",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"<img src=btold.gif border=0>&nbsp;Olde English Bulldog&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=oldenglish",,"",1
,"<img src=btvictorian.gif border=0>&nbsp;Victorian Bulldog","victorian-bulldog.html",,"Back to the home page",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"<img src=btcampeiro2.gif border=0>&nbsp;Campeiro Bulldog&nbsp;&nbsp;","buldogue-campeiro.html",,"",1
,"<img src=btdorset.gif border=0>&nbsp;Dorset Olde Tyme&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=dorset",,"",1
,"<img src=english-bulldogs.gif border=0>&nbsp;English Bulldog&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=english",,"",1
,"<img src=btboston.gif border=0>&nbsp;Olde Boston Bulldog&nbsp;&nbsp;","Old-boston-bulldog.html",,"",1
,"<img src=btcadebou.gif border=0>&nbsp;Ca de Bou&nbsp;","presa-mallorquin.html",,"",1 
,"<img src=btvalley.gif border=0>&nbsp;Valley Bulldog&nbsp;&nbsp;","valley-bulldog.html",,"",1
,"<img src=btbanter.gif border=0>&nbsp;Banter Bulldogge","banter-bulldogge.html",,"SEARCH page",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"<img src=btcanine.gif border=0>&nbsp;Other Breeds&nbsp;&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=dogs",,"",1
,"<img src=biberon.gif border=0>&nbsp;Breeding&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=breeding",,"",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;<img src=arrow.gif border=0>","show-menu=links",,"",1

])



	addmenu(menu=["american",
	,,260,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=btab.jpg border=0>&nbsp;American Bulldog Introduction","american-bulldog.html",,,1
,"<img src=icondna.gif border=0>&nbsp;American Bulldog types & blood lines","american-bulldog-types.html",,,1
,"<img src=icontemple2red.gif border=0>&nbsp;American Bulldog History","american-bulldog-history.html",,,1
,"<img src=btab.jpg border=0>&nbsp;American Bulldog Breed Description","american-bulldog-breed-description.html",,,1
,"<img src=btab.jpg border=0>&nbsp;American Bulldog T-shirts","american-bulldog-gifts.html",,,1
,"<img src=btab.jpg border=0>&nbsp;American Bulldog Books & Gift Ideas","american-bulldog-gifts.html",,,1
	])

	addmenu(menu=["aussie",
	,,240,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=icontemple2red.gif border=0>&nbsp;Aussie Bulldog Origin, History & Meaning","aussie-bulldog.html",,,1
,"<img src=showing.gif border=0>&nbsp;Aussie Bulldog Standard","aussie-bulldog-breed-standard.html",,,1
	])
					
addmenu(menu=["oldenglish",
	,,220,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=icontemple2red.gif border=0>&nbsp;OEB origin, history & breed description","Olde-English-Bulldogge.html",,,1
,"<img src=showing.gif border=0>&nbsp;OEB Standard","olde-english-bulldogge-standard.html",,,1

	])
	
	addmenu(menu=["french",,,240,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"<img src=icontemple2red.gif border=0>&nbsp;French Bulldog History","french-bulldog.html",,,1
,"<img src=iconfrenchieid.gif border=0>&nbsp;French Bulldog Breed Identification Sheet","french-bulldog-breed.html",,,1
,"<img src=iconfrenchie.gif border=0>&nbsp;French Bulldog Clubs","french-bulldog-clubs.html",,,1
,"<img src=iconbooks03red.gif border=0>&nbsp;French Bulldog Books","french-bulldog-books.html",,,1
,"<img src=frenchie.gif border=0>&nbsp;French Bulldog Calendars and Gift Ideas","french-bulldog-gifts.html",,,1
,"<img src=frenchie.gif border=0>&nbsp;More French Bulldog Gifts","french-bulldog-gift-ideas.html",,,1

])

addmenu(menu=["dorset",,,230,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"<img src=icontemple2red.gif border=0>&nbsp;DOTB Origin, History & Breed description","Dorset-old-tyme-bulldog.html",,,1
,"<img src=showing.gif border=0>&nbsp;DOTB Standard","dorset-olde-tyme-bulldogge.html",,,1

])

addmenu(menu=["english",,,230,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"<img src=english-bulldogs.gif border=0>&nbsp;Breed description","english-bulldog.html",,,1
,"<img src=icontemple2red.gif border=0>&nbsp;Origins & History","english-bulldog-history.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Bulldog Gifts","bulldogs-gifts-items-merchandise.html",,,1
,"<img src=english-bulldogs.gif border=0>&nbsp;Bulldog Puppy Equipment","bulldog-puppy-equipment.html",,,1
])



addmenu(menu=["dogs",
	,,190,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=btbullter.jpg border=0>&nbsp;Bull and Terrier Breeds","bull-and-terrier-breeds.html",,,1
,"<img src=btmolossers.gif border=0>&nbsp;Molosser Breeds","molossers-mastiff-type-dogs.html",,,1
,"<img src=btjapan.gif border=0>&nbsp;Native Japanese Breeds","japanese-dog-breeds.html",,,1
,"<img src=bttosa.jpg border=0>&nbsp;Tosa Inu","Tosa-inu.html",,,1
,"<img src=btakita.jpg border=0>&nbsp;Akita Inu","Akita-inu.html",,,1
,"<img src=btleopard.jpg border=0>&nbsp;Catahoula Leopard Dog","Catahoula-Leopard.html",,,1
	])

addmenu(menu=["breeding",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=icondna.gif border=0>&nbsp;Breeding Types","breeding-types.html",,,1
,"<img src=ribbon.gif border=0>&nbsp;Preserving Quality","breeding-quality.html",,,1
,"<img src=centaur.gif border=0>&nbsp;Breeding Myths","breeding-myths.html",,,1	
	,"<img src=pitfalls.gif border=0>&nbsp;Breeding Pitfalls","breeding-pitfalls.html",,,1
,"<img src=iconbooks03red.gif border=0>&nbsp;Books on Dog Breeding","books-dog-breeding.html",,,1

		])


addmenu(menu=["reading",,,170,1,,style1,0,"left",effect,0,,,,,,,,,,,
,"<img src=btab.jpg border=0>&nbsp;Molossers & Working Dogs","molosser-books.html",,,1
,"<img src=paw.gif border=0>&nbsp;Choosing a Dog","choosing-a-dog.html",,,1
,"<img src=biberon.gif border=0>&nbsp;Dog Breeding","books-dog-breeding.html",,,1
,"<img src=puppy.gif border=0>&nbsp;Puppy rearing","puppies-puppy-training.html",,,1
,"<img src=nutrition.gif border=0>&nbsp;Dog Nutrition","books-dog-nutrition.html",,"Back to the home page",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"<img src=kennel.gif border=0>&nbsp;Kennel Management&nbsp;&nbsp;","kennels-kenneling.html",,"",1
,"<img src=behavior2.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=aggression2.gif border=0>&nbsp;Dog Aggression","aggression-in-dogs.html",,"Back to the home page",1
,"<img src=problem2.gif border=0>&nbsp;Problem behavior&nbsp;&nbsp;","dog-problem-behavior.html",,"",1
,"<img src=protection2.gif border=0>&nbsp;Protection Dogs","protection-dogs.html",,,1
,"<img src=schutzhund.gif border=0>&nbsp;Schutzhund","Schutzhund.html",,,1
,"<img src=icondna.gif border=0>&nbsp;Canine Genetics","canine-genetics.html",,,1
,"<img src=pet-care.gif border=0>&nbsp;Starting a Pet Care Business","starting-a-pet-care-business.html",,,1
,"<img src=camera.gif border=0>&nbsp;Dog Photography","dog-photography.html",,,1
,"<img src=btcanine.gif border=0>&nbsp;Other Canine Books&nbsp;","more_books.html",,"",1 
,"<img src=iconmag.gif border=0>&nbsp;Dog Magazines&nbsp;","dog-magazines.html",,"",1 

	])	

addmenu(menu=["links",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=btcanine.gif border=0>&nbsp;Breeders","bulldog-breeders.html",,,1	
,"<img src=btcanine.gif border=0>&nbsp;Dog Sites","dog_sites.html",,,1	

])	

dumpmenus()
