
/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=12;
	var LowBgColor='a0522d';
	var LowSubBgColor='a0522d';
	var HighBgColor='ffdead';
	var HighSubBgColor='ffdead';
	var FontLowColor='90ee90';
	var FontSubLowColor='90ee90';
	var FontHighColor='0000ff';
	var FontSubHighColor='0000ff';
	var BorderColor='000000';
	var BorderSubColor='000000';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial";
	var FontSize=10;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered='center';
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=0;
	var ChildVerticalOverlap=0;
	var StartTop=180;
	var StartLeft=1;
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=0;
	var MenuFramesVertical=1;
	var DissapearDelay=1000;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var TargetLoc='';
	var HideTop=0;
	var MenuWrap=1;
	var RightToLeft=0;
	var UnfoldsOnClick=0;
	var WebMasterCheck=0;

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","index.html","",2,20,145);
	Menu1_1=new Array("Privacy Statement","about_privacy.html","",0,20,130);
	Menu1_2=new Array("Disclaimer","about_disclaimer.html","",0);

Menu2=new Array("Denver Home","denver/index.html","",0,20,90);

Menu3=new Array("Havasu Home","havasu/index.html","",0,20,90);

Menu4=new Array("Cropping","cropping.html","",0,20,90);

Menu5=new Array("Kennels","kennels.html","",0,20,93);
	
Menu6=new Array("Boarding","boarding.html","",0,20,90);

Menu7=new Array("Breeding","breeding.html","",0,20,90);

Menu8=new Array("Pet Care","petcare.html","",10,20,90);
	Menu8_1=new Array("Spring","petcare_spring.html","",0,20,120);
	Menu8_2=new Array("Summer","petcare_summer.html","",0);
	Menu8_3=new Array("Autumn","petcare_autumn.html","",0);
	Menu8_4=new Array("Winter","petcare_winter.html","",0);
	Menu8_5=new Array("Disasters","petcare_disasters.html","",0);
	Menu8_6=new Array("Puppies / Kittens","petcare_youth.html","",0);
	Menu8_7=new Array("Allergies","petcare_allergies.html","",0);
	Menu8_8=new Array("Poison","petcare_poison.html","",18);
		Menu8_8_1=new Array("If Poisoned","petcare_poison_if.html","",0,20,160);
		Menu8_8_2=new Array("A Poison Safe Home","petcare_poison_safe.html","",0);
		Menu8_8_3=new Array("Toxic Plants","petcare_poison_plants.html","",0);
		Menu8_8_4=new Array("Top 10 Plants","petcare_poison_topten.html","",0);
		Menu8_8_5=new Array("Silica Gel","petcare_poison_silica.html","",0);
		Menu8_8_6=new Array("Fruit","petcare_poison_fruit.html","",0);
		Menu8_8_7=new Array("Iron","petcare_poison_iron.html","",0);
		Menu8_8_8=new Array("Slug and Snail Bait","petcare_poison_bait.html","",0);
		Menu8_8_9=new Array("Insecticides","petcare_poison_insecticides.html","",0);
		Menu8_8_10=new Array("Mothballs","petcare_poison_mothballs.html","",0);
		Menu8_8_11=new Array("Fireflies","petcare_poison_fireflies.html","",0);
		Menu8_8_12=new Array("Glow Jewelry","petcare_poison_jewelry.html","",0);
		Menu8_8_13=new Array("Hydrogen Peroxide","petcare_poison_peroxide.html","",0);
		Menu8_8_14=new Array("Avocado","petcare_poison_avocado.html","",0);
		Menu8_8_15=new Array("Spices","petcare_poison_spices.html","",0);
		Menu8_8_16=new Array("Yeast Dough","petcare_poison_yeast.html","",0);
		Menu8_8_17=new Array("Mistletoe","petcare_poison_mistletoe.html","",0);
		Menu8_8_18=new Array("Batteries","petcare_poison_batteries.html","",0);
	Menu8_9=new Array("Chocolate","petcare_chocolate.html","",0);
	Menu8_10=new Array("Fleas","petcare_fleas.html","",0);

Menu9=new Array("Featured Article","article.html","",1,20,90);
	Menu9_1=new Array("Past Articles","articles.html","",8,20,110);
		Menu9_1_1=new Array("Care After Surgical Procedures","articles_anesthetic.html","",0,20,210);
		Menu9_1_2=new Array("Bad Medicine","articles_badmedicine.html","",0);
		Menu9_1_3=new Array("Don't Get Ticked Off","articles_ticked.html","",0);
		Menu9_1_4=new Array("Anatomy of a Heat Stroke","articles_heatstroke.html","",0);
		Menu9_1_5=new Array("Fireworks","articles_fireworks.html","",0);
		Menu9_1_6=new Array("Don't Get Ticked Off","articles_ticked.html","",0);
		Menu9_1_7=new Array("Amimal Cruelty","articles_cruelty.html","",0);
		Menu9_1_8=new Array("Potty Train Cats","articles_potty.html","",0);

Menu10=new Array("Links","links.html","",0,20,90);

Menu11=new Array("Comment Form","contact/index.html","",0,20,90);

Menu12=new Array("Testimonials","testimonials.html","",0,20,90);



