/*
 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
270,					// Menu Top - The Top position of the menu in pixels
0,				// Menu Left - The Left position of the menu in pixels
133,					// 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=home.gif border=0>&nbsp;Home&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=home",,"",1
,"<img src=btcanine.gif border=0>&nbsp;Getting a Dog&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=owner",,"",1
,"<img src=icpuppy.gif border=0>&nbsp;Puppy Issues&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=puppy",,"",1
,"<img src=grooming.gif border=0>&nbsp;Dog Care&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=care",,"",1
,"<img src=training.gif border=0>&nbsp;Training&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=training",,"",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=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=biberon.gif border=0>&nbsp;Dog Breeding&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=breeding",,"",1
,"<img src=problem2.gif border=0>&nbsp;Problem behavior&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=problem",,"",1
,"<img src=showing.gif border=0>&nbsp;Dog Showing","dog-showing.html",,"Back to the home page",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"<img src=judge.gif border=0>&nbsp;Judging Dogs","judging-dogs.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-boarding.html",,"",1
,"<img src=camera.gif border=0>&nbsp;Dog Photography&nbsp;&nbsp;","dog-photography.html",,"",1
,"<img src=sports.gif border=0>&nbsp;Dog Sports&nbsp;&nbsp;","dog-sports.html",,"",1
,"<img src=therapy.gif border=0>&nbsp;Therapy Dogs&nbsp;&nbsp;","therapy-dogs.html",,"",1
,"<img src=icontemple2red.gif border=0>&nbsp;Dog (His)tory&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=history",,"",1
,"<img src=btcanine.gif border=0>&nbsp;Jobs with Dogs&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=jobs",,"",1
,"<img src=iconmusic.gif border=0>&nbsp;Music for Dogs&nbsp;&nbsp;","music-for-dogs.html",,"",1
,"<img src=art.gif border=0>&nbsp;Dogs in Art&nbsp;&nbsp;","dogs-in-painting-art.html",,"",1
,"<img src=art.gif border=0>&nbsp;Painting Dogs&nbsp;&nbsp;","dog-art-craft.html",,"",1
,"<img src=art.gif border=0>&nbsp;Knitting for Dogs&nbsp;&nbsp;","knitting-for-dogs.html",,"",1
,"<img src=btcanine.gif border=0>&nbsp;Dog Breeds&nbsp;&nbsp;<img src=arrow.gif border=0>","show-menu=breeds",,"",1
,"<img src=traveling.gif border=0>&nbsp;Traveling with Dogs&nbsp;&nbsp;","dog-traveling.html",,"",1
,"<img src=iconmag.gif border=0>&nbsp;Dog Magazines&nbsp;","dog-magazines.html",,"",1 
])

	addmenu(menu=["home",
	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=english-bulldogs.gif border=0>&nbsp;Bulldog Information Home","index.html",,,1
,"<img src=btcanine.gif border=0>&nbsp;Dog Breeds Home","http://caninebreeds.bulldoginformation.com/index.html",,,1
,"<img src=btab.jpg border=0>&nbsp;Bulldog Breeds Information Home","american-bulldog.html",,,1

	])

	addmenu(menu=["owner",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=paw.gif border=0>&nbsp;Choosing a Dog","choosing-a-dog.html",,,1
,"<img src=btcanine.gif border=0>&nbsp;Dog Breeds","dog-breeds.html",,,1

	])


	addmenu(menu=["care",
	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=grooming.gif border=0>&nbsp;Dog Grooming","grooming.html",,,1
,"<img src=grooming.gif border=0>&nbsp;Dog Massage, Shiatsu, Reiki","dog-massage-acupressure.html",,,1
,"<img src=grooming.gif border=0>&nbsp;Dog-friendly Homes & Gardens","dog-friendly-homes-gardens.html",,,1

])	

	addmenu(menu=["training",
	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=boussole.gif border=0>&nbsp;Search & Rescue","tracking-rescue-search.html",,,1
,"<img src=schutzhund.gif border=0>&nbsp;Schutzhund","Schutzhund.html",,,1
,"<img src=protection2.gif border=0>&nbsp;Protection Dogs","protection-dogs.html",,,1
,"<img src=puppy.gif border=0>&nbsp;Puppy Training","puppies-puppy-training.html",,,1
,"<img src=training.gif border=0>&nbsp;Dog Training","books-dog-training.html",,,1
,"<img src=trainer.gif border=0>&nbsp;Dog Training from the &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dog Trainer's Perspective","obedience-trainer.html",,,1
	
	])

	addmenu(menu=["puppy",
	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=icpuppy.gif border=0>&nbsp;Housebreaking","housebreaking-housetraining-puppies.html",,,1
,"<img src=puppy.gif border=0>&nbsp;Puppy Training","puppies-puppy-training.html",,,1


])	

	addmenu(menu=["problem",
	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=problem2.gif border=0>&nbsp;Bad Habits and Problem Behavior","dog-problem-behavior.html",,,1
,"<img src=biting.gif border=0>&nbsp;Chewing, biting, jumping","chewing-biting-jumping.html",,,1
,"<img src=problem2.gif border=0>&nbsp;Anxiety, shyness, barking","http://www.bulldoginformation.com/dog-separation-anxiety.html",,,1
,"<img src=aggression2.gif border=0>&nbsp;Aggression in dogs","aggression-in-dogs.html",,,1

	])	

	addmenu(menu=["breeding",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=biberon.gif border=0>&nbsp;Dog Breeding","books-dog-breeding.html",,,1
,"<img src=icondna.gif border=0>&nbsp;Canine Genetics","canine-genetics.html",,,1
,"<img src=puppy.gif border=0>&nbsp;Puppy rearing","puppies-puppy-training.html",,,1


	])					
	addmenu(menu=["jobs",
	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=pet-care.gif border=0>&nbsp;Staring a Pet Care Business","starting-a-pet-care-business.html",,,1
,"<img src=trainer.gif border=0>&nbsp;Dog Trainer","obedience-trainer.html",,,1
,"<img src=judge.gif border=0>&nbsp;Dog Judge","judging-dogs.html",,,1
,"<img src=paw.gif border=0>&nbsp;Pet Sitting","pet-sitting.html",,,1
,"<img src=kennel.gif border=0>&nbsp;Boarding Kennel","kennels-boarding.html",,,1
,"<img src=camera.gif border=0>&nbsp;Dog Photographer","dog-photography.html",,,1
,"<img src=therapy.gif border=0>&nbsp;AAT Volunteers","therapy-dogs.html",,,1

	])	
		addmenu(menu=["history",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=icontemple2red.gif border=0>&nbsp;History of the dog","books-history-dog.html",,,1
,"<img src=superdog.gif border=0>&nbsp;Dog Heroes","dog-heroes.html",,,1
,"<img src=wardogs.gif border=0>&nbsp;War Dogs","war-dogs.html",,,1


	])	
			addmenu(menu=["breeds",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=btjapan.gif border=0>&nbsp;Japanese Dog Breeds","japanese-dog-breeds.html",,,1
,"<img src=btnorthern.gif border=0>&nbsp;Northern Dog Breeds","northern-dog-breeds.html",,,1
,"<img src=btmolosser.gif border=0>&nbsp;Molossers & Big Dogs","molosser-books.html",,,1


	])	
	
	

dumpmenus()
