 /***********************************************
*	(c) Ger Versluis 2000 version 13.20 October 12, 2005    *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=10;			// 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="#010BC5";			// Background color when mouse is not over
	var HighBgColor="#000000";			// Background color when mouse is over
	var FontLowColor="#FFFFFF";			// Font color when mouse is not over
	var FontHighColor="#02A2FF";			// Font color when mouse is over
	var BorderColor="#01044D";			// Border color
	var BorderWidthMain=1;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=1;			// Border width between elements main items
	var BorderBtwnSub=1;			// Border width between elements sub items
	var FontFamily="Trebuchet MS, Trebuchet MS, sans-serif";		// Font family menu items
	var FontSize=13;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered="center";		// 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=.03;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=-10;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	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=3;				// Left padding
	var TopPaddng=2;				// 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=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// 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="MenuPos";			// 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=[BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,BaseHref+"triup.gif",10,5];
	var Arrws=[BaseHref+"",5,10,BaseHref+"",10,5,BaseHref+"",5,10,BaseHref+"",10,5];

						// 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(.......

	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// 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 OverFormElements=0;			// Set this to 0 when the menu does not need to cover form elements.

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 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

						// 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 us//e other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	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="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	//var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	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("View Our Listings","","",0,20,128,"","","","","","",-1,-1,-1,"","Own text entered");
Menu1=new Array("View Our Listings","","",0,20,128,"","","","","","",-1,-1,-1,"","");


Menu1=new Array("rollover?"+BaseHref+"aliesmll.jpg?"+BaseHref+"appies.jpg","file.htm","",1,100,100,"","","","","","",-1,-1,-1,"","Own text entered");
	Menu1_1=new Array("Example 1_1","file.htm","",0,20,100,"black","white","yellow","blue","yellow","",-1,-1,-1,"","");
Menu2=new Array("rollover?"+BaseHref+"busts.jpg?"+BaseHref+"adamosmll.jpg","file.htm","",2,100,0,"","","","","","",-1,-1,-1,"","");
	Menu2_1=new Array("Example 2.1","file.htm","",3,20,190,"red","white","yellow","blue","yellow","",-1,-1,-1,"","");	
		Menu2_1_1=new Array("Example 2.1.1","","",1,20,250,"blue","white","yellow","blue","yellow","",-1,-1,-1,"","");
			Menu2_1_1_1=new Array("<img src="+BaseHref+"\"busts.jpg\">","file.htm","",0,128,128,"black","white","yellow","blue","yellow","",-1,-1,-1,"","");
		Menu2_1_2=new Array("Example 2.1.2","file.htm","",0,0,0,"purple","white","yellow","blue","yellow","",-1,-1,-1,"","");
		Menu2_1_3=new Array("Example 2.1.3","file.htm","",0,0,0,"red","white","yellow","blue","yellow","",-1,-1,-1,"","");
	Menu2_2=new Array("Example 2.2","file.htm","",8,20,190,"black","white","yellow","blue","yellow","",-1,-1,-1,"","");
		Menu2_2_1=new Array("Example 2.2.1","file221.htm","",0,20,250,"black","white","yellow","black","yellow","",-1,-1,-1,"","");
		Menu2_2_2=new Array("Example 2.2.2","file.htm","",0,0,0,"maroon","white","white","blue","yellow","",-1,-1,-1,"","");
		Menu2_2_3=new Array("Example 2.2.3","file.htm","",0,0,0,"black","white","green","blue","yellow","",-1,-1,-1,"","");
		Menu2_2_4=new Array("Example 2.2.4","file.htm","",0,0,0,"green","white","yellow","blue","yellow","",-1,-1,-1,"","");
		Menu2_2_5=new Array("Example 2.2.5","file.htm","",1,0,0,"black","white","red","blue","yellow","",-1,-1,-1,"","");
			Menu2_2_5_1=new Array("Example 2.2.5.1","file.htm","",1,32,150,"black","white","yellow","blue","yellow","",-1,-1,-1,"","");
				Menu2_2_5_1_1=new Array("Example 2.2.5.1.1","file.htm","",1,20,90,"black","white","yellow","blue","yellow","",-1,-1,-1,"","");
					Menu2_2_5_1_1_1=new Array("Example 2.2.5.1.1.1","file.htm","",0,22,400,"black","white","yellow","blue","yellow","",-1,-1,-1,"","");
		Menu2_2_6=new Array("Example 2.2.6","file.htm","",0,0,0,"yellow","black","red","blue","yellow","",-1,-1,-1,"","");
		Menu2_2_7=new Array("Example 2.2.7","file.htm","",0,0,0,"white","black","black","blue","yellow","",-1,-1,-1,"","");
		Menu2_2_8=new Array("Example 2.2.8","file.htm","",0,0,0,"black","white","lightblue","blue","yellow","",-1,-1,-1,"","");
Menu3=new Array("Example 3","file3.htm","",0,20,0,"","","","","","",-1,-1,-1,"","");
Menu4=new Array("Open in new","javascript:NewWin=window.open(\"file.htm\",\"NWin\");window[\"NewWin\"].focus()","",0,20,0,"purple","yellow","yellow","purple","","",-1,1,-1,"","");
Menu5=new Array("Open in top","javascript:top.location.href=\"file.htm\"","rollover?"+BaseHref+"fclose.gif?"+BaseHref+"fopen.gif",2,20,0,"","","","","","arial",9,1,1,"right","");
	Menu5_1=new Array("Example 5.1 ","file.htm","",0,20,180,"black","green","yellow","blue","yellow","times new roman",10,-1,-1,"left","");
	Menu5_2=new Array("Example 5.2 ","file52.htm","",0,30,0,"black","white","yellow","blue","yellow","technical",14,1,1,"center","");
	*/

Menu1=new Array("Home","index.htm","",0,20,46,"","","","","","",-1,-1,-1,"","");

Menu2=new Array("Sports Medicine","sportsmedicine.htm","",14,20,116,"","","","","","",-1,-1,-1,"","");
 Menu2_1=new Array("Lameness Evaluation","equine-lameness.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu2_2=new Array("Lameness Locator","lamenesslocator.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu2_3=new Array("Arthritis Management","equine-arthritis-joint-disease.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu2_4=new Array("Equine Regenerative Therapy","equine-regenerative-therapy.htm","",4,20,200,"","","","","","",-1,-1,-1,"","");
   Menu2_4_1=new Array("Stem Cell Regeneration Repair","equine-stem-cell.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
   Menu2_4_2=new Array("PRP","equine-platelet-PRP.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
   Menu2_4_3=new Array("IRAP","equine-IRAP-therapy.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
   Menu2_4_4=new Array("ECSW","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu2_5=new Array("Heart and Lung Problems","heartlungproblems.htm","",2,20,200,"","","","","","",-1,-1,-1,"","");
   Menu2_5_1=new Array("Equine EIPH","equine-EIPH-bleeder.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
   Menu2_5_2=new Array("IAD / RAO","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu2_6=new Array("Upper Airway","","",3,20,200,"","","","","","",-1,-1,-1,"","");
   Menu2_6_1=new Array("Laryngeal Hemiplegia","","",0,20,200,"","","","","","",-1,-1,-1,"","");
   Menu2_6_2=new Array("Dorsal Displacement","","",0,20,200,"","","","","","",-1,-1,-1,"","");
   Menu2_6_3=new Array("Texas Funk","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu2_7=new Array("Corrective Shoeing","correctiveshoeing.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu2_8=new Array("Acupuncture","Acupuncture.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu2_9=new Array("Chiropractic","Chiropractic.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu2_10=new Array("Dentistry","Dentistry.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu2_11=new Array("Poor Performance","poorperformance.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu2_12=new Array("Pain Management","equine-pain-management.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu2_13=new Array("Back Pain","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu2_14=new Array("More...","sportsmedicine.htm#Conditions","",0,20,200,"","","","","","",-1,-1,-1,"","");

 //Menu2_16=new Array("Health Certificates","HealthCertificates.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 //Menu2_17=new Array("Interstate Travel","InterstateTravel.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");

Menu3=new Array("Surgery","surgery.htm","",16,20,71,"","","","","","",-1,-1,-1,"","");
 Menu3_1=new Array("Arthroscopy","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu3_2=new Array("Fracture Repair","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu3_3=new Array("Colic","colicsurgery.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu3_4=new Array("Tie Forward","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu3_5=new Array("Tie Back","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu3_6=new Array("Upper Airway","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu3_7=new Array("Sinus","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu3_8=new Array("Lacerations","lacerations.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu3_9=new Array("Foal Surgeries","foal_surgeries.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu3_10=new Array("Reproductive","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu3_11=new Array("Ophthalmology","Ophthalmology.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu3_12=new Array("Oral and Teeth","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu3_13=new Array("Castration","Castration.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu3_14=new Array("Ovariectomy","Ovariectomy.hym","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu3_15=new Array("Emergency","emergency.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu3_16=new Array("What is a Surgery Specialist?","equine-surgeon-ACVS.htm","",0,30,200,"","","","","","",-1,-1,-1,"","");

       
Menu4=new Array("Internal Medicine","","",16,20,131,"","","","","","",-1,-1,-1,"","");
 Menu4_1=new Array("Dermatology","dermatology.htm","",0,20,205,"","","","","","",-1,-1,-1,"","");
 Menu4_2=new Array("Chronic Colic","colic_chronic.htm","",0,20,205,"","","","","","",-1,-1,-1,"","");
 Menu4_3=new Array("Weight Loss","weightloss.htm","",0,20,205,"","","","","","",-1,-1,-1,"","");
 Menu4_4=new Array("Gastric Ulcers","","",0,20,205,"","","","","","",-1,-1,-1,"","");
 Menu4_5=new Array("Endocrinology","","",0,20,205,"","","","","","",-1,-1,-1,"","");
 Menu4_6=new Array("Cardiology","cardiology.htm","",0,20,205,"","","","","","",-1,-1,-1,"","");
 Menu4_7=new Array("Ophthalmology","Ophthalmology.htm","",0,20,205,"","","","","","",-1,-1,-1,"","");
 Menu4_8=new Array("Neurologic Disease","NeurologicDisease.htm","",0,20,205,"","","","","","",-1,-1,-1,"","");
 Menu4_9=new Array("Respiratory","Respiratory.htm","",0,20,205,"","","","","","",-1,-1,-1,"","");
 Menu4_10=new Array("Neonatal","neonatal.htm","",0,20,205,"","","","","","",-1,-1,-1,"","");
 Menu4_11=new Array("Gastrointestinal","Gastrointestinal.htm","",0,20,205,"","","","","","",-1,-1,-1,"","");
 Menu4_12=new Array("Pigeon Fever","pigeonfever.htm","",0,20,205,"","","","","","",-1,-1,-1,"","");
 Menu4_13=new Array("Laboratory","Laboratory.htm","",0,20,205,"","","","","","",-1,-1,-1,"","");
 Menu4_14=new Array("Camelids","Camelids.htm","",0,20,205,"","","","","","",-1,-1,-1,"","");
 Menu4_15=new Array("EHV-1 Information","javascript:NewWin=window.open(\"pdfs/BVEH.VET.EHV1.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,205,"","","","","","",-1,-1,-1,"","");
 Menu4_16=new Array("What is a Medicine Specialist?","equine-internal-medicine-ACVIM.htm","",0,30,205,"","","","","","",-1,-1,-1,"","");

Menu5=new Array("Emergency/ICU","","",14,20,106,"","","","","","",-1,-1,-1,"","");
 Menu5_1=new Array("Colic Surgery","colicsurgery.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu5_2=new Array("Gastrointestinal","Gastrointestinal.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu5_3=new Array("Fracture Repair","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu5_4=new Array("Pain Management","equine-pain-management.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu5_5=new Array("Neonatal","neonatal.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu5_6=new Array("Laboratory","Laboratory.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu5_7=new Array("24 Hour Care","24HourCare.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu5_8=new Array("Emergency","emergency.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu5_9=new Array("High Risk Pregnancy","HighRiskPregnancy.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu5_10=new Array("Respiratory","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu5_11=new Array("Ophthalmology","Ophthalmology.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu5_12=new Array("Sling Assistance","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu5_13=new Array("Camelids","Camelids.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu5_14=new Array("What is an ECC Specialist?","equine-Critical-Care-ACVS.htm","",0,30,200,"","","","","","",-1,-1,-1,"","");


Menu6=new Array("Reproduction","","",10,20,111,"","","","","","",-1,-1,-1,"","");
 Menu6_1=new Array("Stallions","","",4,20,200,"","","","","","",-1,-1,-1,"","");
   Menu6_1_1=new Array("Circle Bar Playgun","stallions_CircleBarPlaygun.htm","",0,20,230,"","","","","","",-1,-1,-1,"","");
   Menu6_1_2=new Array("Hes A Peptospoonful","stallions_HesaPeptospoonful.htm","",0,20,230,"","","","","","",-1,-1,-1,"","");
   Menu6_1_3=new Array("Widows Freckles","stallions_Widows_Freckles.htm","",0,20,230,"","","","","","",-1,-1,-1,"","");
   Menu6_1_4=new Array("Hickorys Indian Pep","stallions_Hickorys_Indian_Pep.htm","",0,20,230,"","","","","","",-1,-1,-1,"","");
 Menu6_2=new Array("Semen Collection/Evaluation","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu6_3=new Array("Frozen Semen","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu6_4=new Array("Mare Fertility","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu6_5=new Array("Embryo Transfer","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu6_6=new Array("Oocyte Transfer","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu6_7=new Array("Artificial Insemination","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu6_8=new Array("Fetal Sexing","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu6_9=new Array("High Risk Pregnancy","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu6_10=new Array("Reproductive Surgery","","",0,20,200,"","","","","","",-1,-1,-1,"","");


Menu7=new Array("Podiatry","","",4,20,66,"","","","","","",-1,-1,-1,"","");
 Menu7_1=new Array("Podiatry","PODIATRY.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu7_2=new Array("Sling","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu7_3=new Array("Laminitis","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu7_4=new Array("Venograms","","",0,20,200,"","","","","","",-1,-1,-1,"","");


Menu8=new Array("Alternative Medicine","ALTERNATIVEMEDICINE.htm","",3,20,142,"","","","","","",-1,-1,-1,"","");
 Menu8_1=new Array("Acupuncture","Acupuncture.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu8_2=new Array("Chiropractics","Chiropractic.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu8_3=new Array("Herbal","Herbal_Therapy.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");


Menu9=new Array("Wellness","wellness_plan.htm","",10,20,86,"","","","","","",-1,-1,-1,"","");
 Menu9_1=new Array("Preventative Care","PreventativeCare.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu9_2=new Array("Vaccines","Vaccines.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu9_3=new Array("Deworming","Deworming.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu9_4=new Array("Dentistry","Dentistry.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu9_5=new Array("Nutrition","Nutrition.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu9_6=new Array("Castration","Castration.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu9_7=new Array("Coggins","Coggins.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu9_8=new Array("Health Certificate","HealthCertificates.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu9_9=new Array("Interstate Travel","InterstateTravel.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu9_10=new Array("Wellness Program","wellness_plan.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");


Menu10=new Array("Imaging","Digital_Imaging.htm","",7,20,77,"","","","","","",-1,-1,-1,"","");
 Menu10_1=new Array("Digital Radiography","Radiography.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu10_2=new Array("Tendon Ultrasound","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu10_3=new Array("Abdominal Ultrasound","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu10_4=new Array("Cardiac Ultrasound","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu10_5=new Array("MRI","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu10_6=new Array("Venograms","","",0,20,200,"","","","","","",-1,-1,-1,"","");
 Menu10_7=new Array("PACS","javascript:NewWin=window.open(\"http://vet.nosaimaging.com/login.php?message=Welcome+to+nsiPACS+Server\",\"NWin\");window[\"NewWin\"].focus()","",0,20,200,"","","","","","",-1,-1,-1,"","");




	

