/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	  *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='navy';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='navy';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="times new roman"	// Font family menu items
	var FontSize=8;				// 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 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.25;			// vertical overlap child/ parent
	var StartTop=94;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='header';			// Frame where first level appears
	var SecLineFrame='main';			// Frame where sub levels appear
	var DocTargetFrame='main';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=1;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

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","javascript:top.document.location.href='index.htm';","",0,20,110);

Menu2=new Array("The Center","elcentro.htm","",3,20,90);
	Menu2_1=new Array("History","historia.htm","",0,20,80);	
	Menu2_2=new Array("Location","localizacion.htm","",2,20,80);
		Menu2_2_1=new Array("Map","map.htm","",0,20,80);
		Menu2_2_2=new Array("MapQuest","javascript:openpopup()","",0);
	Menu2_3=new Array("Our Staff","","",3);
		Menu2_3_1=new Array("Physiatrist","medfisiatras.htm","",0,20,120);
		Menu2_3_2=new Array("Physiotherapist","terapfisico.htm","",0);
		Menu2_3_3=new Array("Clerks","clerical.htm","",0);
	
		
Menu3=new Array("Services","servicios.htm","",6,20,80);
	Menu3_1=new Array("Physiatrist Evaluation","evaluacion.htm","",0,20,155);	
	Menu3_2=new Array("Physiotherapy","fisioterapia.htm","",0);
	Menu3_3=new Array("Sports Medicine","meddeportiva.htm","",0);
	Menu3_4=new Array("Prosthetics - Orthotics","protesis.htm","",0);
	Menu3_5=new Array("Electrodiagnostic Medicine","medelectrodiag.htm","",0);
	Menu3_6=new Array("Spinal Stabilizatin Program","curso.htm","",0);

Menu4=new Array("Medical Appointments","citas.htm","",5,20,150);
	Menu4_1=new Array("Business Hours","horario.htm","",0,20,150);
	Menu4_2=new Array("Make an Appointment","","",2);
		Menu4_2_1=new Array("Telephone","telefono.htm","",0,20,80);
		Menu4_2_2=new Array("Internet","internet.htm","",0);
	Menu4_3=new Array("Medical Insurances","planes.htm","",0);
	Menu4_4=new Array("Payment Methods","pago.htm","",0);
	Menu4_5=new Array("Information Sheet","hojainf.htm","",0);

Menu5=new Array("Contact Us","","",4,20,110);
	Menu5_1=new Array("Telephone","","",1,20,135);
		Menu5_1_1=new Array("(787) 754-0725","","",0,20,80);
	Menu5_2=new Array("Fax","","",1);
		Menu5_2_1=new Array("(787) 622-3490","","",0,20,80);
	Menu5_3=new Array("E-Mail","mailto:info@centrorehabhr.com","",0);
	Menu5_4=new Array("Evaluation Sheet","hojaEval.htm","",0);
	

Menu6=new Array("Related Information","","",2,20,132);
	Menu6_1=new Array("Frequently Ask Questions","pregresp.htm","",0,20,150);
	Menu6_2=new Array("Links","enlaces.htm","",0);

Menu7=new Array("Human Resources","","",2,20,120);
	Menu7_1=new Array("Jobs","empleos.htm","",0,20,80);
	Menu7_2=new Array("Internship","internado.htm","",0);