 /***********************************************
*	(c) Ger Versluis 2000 version 13.00 27 June 2004          *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=7;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="";			// Background color when mouse is not over
	var HighBgColor="";			// Background color when mouse is over
	var FontLowColor="";			// Font color when mouse is not over
	var FontHighColor="";			// Font color when mouse is over
	var BorderColor="";			// Border color
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=0;			// Borderwidth between elements
	var BorderBtwnSub=1;			// Borderwidth between elements sub items
	var FontFamily="arial";	// Font family menu items
	var FontSize=12;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=1;				// Italic menu items 1 or 0
	var MenuTextCentered="left";		// Item text position left, center or right
	var MenuCentered="left";			// Menu horizontal position can be: left, center, right
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.26;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight
	var StartLeft=0;				// Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	var LeftPaddng=5;				// Left padding
	var TopPaddng=-1;			// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=1;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="men";				// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws="";

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var BuildOnDemand=1;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=1;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting

	var HooverBold=0;				// 1 or 0
	var HooverItalic=1;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="";
	var MenuShadow="";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("rollover?"+BaseHref+"images/menu_home_off.jpg?"+BaseHref+"images/menu_home_ov.jpg","index.htm","",10,20,122,"white","white","","","","",-1,-1,-1,"","Home");
	Menu1_1=new Array("","","",0,5,120,"#000000","#000000","white","black","#000000","",-1,0,0,"","");	
	Menu1_2=new Array(" Our Center ","center.htm","",0,18,120,"#ee1c25","#ffffff","white","black","#ee1c25","",-1,1,0,"","Our Center");
	Menu1_3=new Array(" Our Hours ","hours.htm","",0,18,120,"#ee1c25","#ffffff","white","black","#ee1c25","",-1,1,0,"","Our Hours");
	Menu1_4=new Array(" About Us ","about.htm","",0,18,100,"#ee1c25","#ffffff","white","black","#ee1c25","",-1,1,0,"","About Us");
	Menu1_5=new Array(" The Team ","team.asp","",0,18,100,"#ee1c25","#ffffff","white","black","#ee1c25","",-1,1,0,"","The Team");
	Menu1_6=new Array(" Event Calendar ","eCal.asp","",0,18,100,"#ee1c25","#ffffff","white","black","#ee1c25","",-1,1,0,"","Event Calendar");
	Menu1_7=new Array(" In The News ","inthenews.htm","",0,18,100,"#ee1c25","#ffffff","white","black","#ee1c25","",-1,1,0,"","In The News");
	Menu1_8=new Array(" Newsletter ","newsletter.htm","",0,18,100,"#ee1c25","#ffffff","white","black","#ee1c25","",-1,1,0,"","Newsletter");
	Menu1_9=new Array(" Contact Us ","contact.asp","",0,18,100,"#ee1c25","#ffffff","white","black","#ee1c25","",-1,1,0,"","Contact Us");
	Menu1_10=new Array("","","",0,5,120,"#000000","#000000","white","black","#000000","",-1,0,0,"","");

Menu2=new Array("rollover?"+BaseHref+"images/menu_therapy_off.jpg?"+BaseHref+"images/menu_therapy_ov.jpg","","",8,20,121,"white","yellow","yellow","purple","","",-1,1,-1,"","Pet Therapy");
	Menu2_1=new Array("","","",0,5,180,"#000000","#000000","white","black","#000000","",-1,0,0,"","");
	Menu2_2=new Array(" About Pet Therapy ","aboutPT.htm","",0,18,220,"#027c87","#ffffff","white","black","#027c87","",-1,1,0,"","About Pet Therapy");
	Menu2_3=new Array(" Bow Wow Reading Dogs ","bowwow.htm","",0,18,230,"#027c87","#ffffff","white","black","#027c87","",-1,1,0,"","Bow Wow Reading Dogs");
	Menu2_4=new Array(" Sites We Visit ","sitesvisited.htm","",0,18,115,"#027c87","#ffffff","white","black","#027c87","",-1,1,0,"","Sites We Visit");
	Menu2_5=new Array(" Pet Therapy Training Program ","PTprogram.htm","",0,18,115,"#027c87","#ffffff","white","black","#027c87","",-1,1,0,"","Pet Therapy Training Program");
	Menu2_6=new Array(" Delta Evaluations ","classes.asp?type=ClassTypeId&opttwo=3","",0,18,115,"#027c87","#ffffff","white","black","#027c87","",-1,1,0,"","Delta Evaluations");
	Menu2_7=new Array(" Seminars/Classes ","","",3,18,115,"#027c87","#ffffff","white","black","#027c87","",-1,1,0,"","Seminars/Classes");
			Menu2_7_1=new Array(" Canine Good Citizen ","classes.asp?type=Title&inputT=citizen","",0,18,135,"#027c87","#ffffff","white","black","#027c87","",-1,1,0,"","Canine Good Citizen");
			Menu2_7_2=new Array(" Pet Therapy 6 Week ","classes.asp?type=Title&inputT=6","",0,18,115,"#027c87","#ffffff","white","black","#027c87","",-1,1,0,"","Pet Therapy 6v Week");
			Menu2_7_3=new Array(" Pet Therapy Seminar ","classes.asp?type=Title&inputT=pet therapy","",0,18,115,"#027c87","#ffffff","white","black","#027c87","",-1,1,0,"","Pet Therapy Seminar");
	Menu2_8=new Array("","","",0,5,120,"#000000","#000000","white","black","#000000","",-1,0,0,"","");

Menu3=new Array("rollover?"+BaseHref+"images/menu_training_off.jpg?"+BaseHref+"images/menu_training_ov.jpg","","",8,20,121,"white","","","","","arial",9,1,1,"right","Training");
	Menu3_1=new Array("","","",0,5,145,"#000000","#000000","white","black","#000000","",-1,0,0,"","");
	Menu3_2=new Array(" Training Philosophy ","trainingPhilosophy.htm","",0,18,120,"#7009b0","#ffffff","white","black","#7009b0","",-1,1,0,"","Training Philosophy");
	Menu3_3=new Array(" Group Classes ","classes.asp","",0,18,130,"#7009b0","#ffffff","white","black","#7009b0","",-1,1,0,"","Group Classes");
	Menu3_4=new Array(" Private Lessons ","privateLessons.htm","",0,18,130,"#7009b0","#ffffff","white","black","#7009b0","",-1,1,0,"","Private Lessons");
	Menu3_5=new Array(" K9 Kid Programs ","k9kids.htm","",0,18,130,"#7009b0","#ffffff","white","black","#7009b0","",-1,1,0,"","K9 Kid Programs");
	Menu3_6=new Array(" Training Tips ","tips.htm","",0,18,130,"#7009b0","#ffffff","white","black","#7009b0","",-1,1,0,"","Training Tips");
	Menu3_7=new Array(" For the Deaf Community ","deafCom.htm","",0,18,130,"#7009b0","#ffffff","white","black","#7009b0","",-1,1,0,"","For the Deaf Community");
	Menu3_8=new Array("","","",0,5,120,"#000000","#000000","white","black","#000000","",-1,0,0,"","");
	
Menu4=new Array("rollover?"+BaseHref+"images/menu_adoption_off.jpg?"+BaseHref+"images/menu_adoption_ov.jpg","adoption.htm","",8,20,122,"white","yellow","yellow","purple","","",-1,1,-1,"","Adoption");
	Menu4_1=new Array("","","",0,5,133,"#000000","#000000","white","black","#000000","",-1,0,0,"","");
	Menu4_2=new Array(" Adoption Process ","adoption_process.htm","",0,18,175,"#4e4c4d","#ffffff","white","black","#4e4c4d","",-1,1,0,"","Adoption Process");
	Menu4_3=new Array(" Why Adopt From ADA ","why_adopt.htm","",0,18,170,"#4e4c4d","#ffffff","white","black","#4e4c4d","",-1,1,0,"","Why Adopt From ADA");
	Menu4_4=new Array(" Puppy Head Start ","puppy_head_start.htm","",0,18,150,"#4e4c4d","#ffffff","white","black","#4e4c4d","",-1,1,0,"","Puppy Head Start");
	Menu4_5=new Array(" Links and Resources ","links.htm","",0,18,150,"#4e4c4d","#ffffff","white","black","#4e4c4d","",-1,1,0,"","Link and Resources");
	Menu4_6=new Array(" Adoption Application ","AdoptionApp.asp","",0,18,150,"#4e4c4d","#ffffff","white","black","#4e4c4d","",-1,1,0,"","Adoption Application");
	Menu4_7=new Array(" Available Dogs ","adoptable.asp","",0,18,150,"#4e4c4d","#ffffff","white","black","#4e4c4d","",-1,1,0,"","Available Dogs");
	Menu4_8=new Array("","","",0,5,120,"#000000","#000000","white","black","#000000","",-1,0,0,"","");

Menu5=new Array("rollover?"+BaseHref+"images/menu_dogspa_off.jpg?"+BaseHref+"images/menu_dogspa_ov.jpg","","",4,20,121,"white","","","","","",-1,-1,-1,"","Dog Boutique");
	Menu5_1=new Array("","","",0,5,119,"#000000","#000000","white","black","#000000","",-1,0,0,"","");
	Menu5_2=new Array(" Boutique ","boutique.htm","",0,18,160,"#47aa40","#ffffff","white","black","#47aa40","",-1,1,0,"","Boutique");
	Menu5_3=new Array(" Pet Photography ","petPhotography.htm","",0,18,160,"#47aa40","#ffffff","white","black","#47aa40","",-1,1,0,"","Pet Photography");
	Menu5_4=new Array("","","",0,5,130,"#000000","#000000","white","black","#000000","",-1,0,0,"","");
	
Menu6=new Array("rollover?"+BaseHref+"images/menu_volunteer.jpg?"+BaseHref+"images/menu_volunteer_on_ov.jpg","","",6,20,121,"white","","","","","",-1,-1,-1,"","Volunteer");
	Menu6_1=new Array("","","",0,5,130,"#000000","#000000","white","black","#000000","",-1,0,0,"","");
	Menu6_2=new Array(" About Volunteering ","aboutVol.htm","",0,18,160,"#f38f1d","#ffffff","white","black","#f38f1d","",-1,1,0,"","About Volunteering");
	Menu6_3=new Array(" Volunteer Application ","VolApp.asp","",0,18,160,"#f38f1d","#ffffff","white","black","#f38f1d","",-1,1,0,"","Volunteer Application");
	Menu6_4=new Array(" Foster Program ","fosterProgram.htm","",0,18,160,"#f38f1d","#ffffff","white","black","#f38f1d","",-1,1,0,"","Foster Program");
	Menu6_5=new Array(" Foster Application ","FosterApp.asp","",0,18,160,"#f38f1d","#ffffff","white","black","#f38f1d","",-1,1,0,"","Foster Application");
	Menu6_6=new Array("","","",0,5,130,"#000000","#000000","white","black","#000000","",-1,0,0,"","");	

Menu7=new Array("rollover?"+BaseHref+"images/menu_donate_off.jpg?"+BaseHref+"images/menu_donate_ov.jpg","","",6,20,121,"white","","","","","",-1,-1,-1,"","Donate");
	Menu7_1=new Array("","","",0,5,119,"#000000","#000000","white","black","#000000","",-1,0,0,"","");
	Menu7_2=new Array(" Online Donation ","https://www.austindogalliance.org/donateOnline.asp","",0,18,160,"#0172be","#ffffff","white","black","#0172be","",-1,1,0,"","Online Donation");
	Menu7_3=new Array(" Wish List ","wishlist.htm","",0,18,160,"#0172be","#ffffff","white","black","#0172be","",-1,1,0,"","Wish List");
	Menu7_4=new Array(" Sponsors ","sponsor.htm","",0,18,160,"#0172be","#ffffff","white","black","#0172be","",-1,1,0,"","Sponsors");	
	Menu7_5=new Array(" Scholorships ","scholarship.htm","",0,18,160,"#0172be","#ffffff","white","black","#0172be","",-1,1,0,"","Scholorships");
	Menu7_6=new Array("","","",0,5,130,"#000000","#000000","white","black","#000000","",-1,0,0,"","");