
	var NoOffFirstLineMenus=4;			// Number of first level items
	var LowBgColor='white';				// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#AAB59B';			// Background color when mouse is over
	var HighSubBgColor='#CC9900';		// Background color when mouse is over on subs
	var FontLowColor='BC9E5A';			// Font color when mouse is not over
	var FontSubLowColor='#aab59b';			// 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='#A8B388';			// Border color
	var BorderSubColor='#A8B388';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial"	            // 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='left';		// 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=.2;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;		// vertical overlap child/ parent
	var StartTop=200;				//** Menu offset x coordinate
	var StartLeft=350;			//** Menu offset y coordinate
	var VerCorrect=1;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=8;				// Left padding
	var TopPaddng=1;				// Top padding
	var FirstLineHorizontal=1;		// **SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;		// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;		// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';		// Frame where first level appears
	var SecLineFrame='space';		// Frame where sub levels appear
	var DocTargetFrame='space';		// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// 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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',5,10,'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("Quem Somos","uro_mail.htm","",3,18,100);
	     Menu1_1=new Array("A Clínica","uro_clin.htm", "",0,18,100);
           Menu1_2=new Array("Equipe","uro_quem.htm","",0);           		
           Menu1_3=new Array("Onde Estamos","http://www.uropar.com.br/htm/uro_local.htm","",2);
            Menu1_3_1=new Array("Rua Vicente Machado, 1261 - Batel - Curitiba/PR - Brasil","javascript:top.location.href='uro_mapa.htm'","",0,18,310);
            Menu1_3_2=new Array("Marcação de Consultas: 41 3017-5343, 41 3222-6926","javascript:top.location.href='uro_mapa.htm'","",0,18,310);


Menu2=new Array("Serviços","","",3,18,80);
            Menu2_1=new Array("Atendimento Clínico","uro_clin.htm","",0,18,180);
		Menu2_2=new Array("Cirurgias Por Vídeo","","",0,18,200);
            Menu2_3=new Array("Procedimentos Ambulatoriais","","",0,18,200);

Menu3=new Array("Doenças","","",4,18,100);
	     Menu3_1=new Array("Cálculos","uro_calc.htm","",0,18,100); 	                          
           Menu3_2=new Array("Próstata","uro_prosta.htm","",0,18,100);           	   
           Menu3_3=new Array("DST","uro_hpv.htm","",0,18,100);
	     Menu3_4=new Array("Incontinência","uro_inconti.htm","",0,18,100);
          
        
Menu4=new Array("Transplante Renal","uro_trans.htm","",0,18,112);
               Menu4_1=new Array("Doador","","",0,18,112); 
               Menu4_2=new Array("Receptor","","",0,18,112); 
               Menu4_3=new Array("Procedimento","","",0,18,112); 

Menu5=new Array("Links","","",0,18,70);
            Menu5_1=new Array("Imprensa","http://www.uropar.com.br/htm/uro_imprensa.htm","",0,18,90);
		Menu5_2=new Array("Artigos","","",0,18,100);
            Menu5_3=new Array("Eventos","","",0,18,100);






