
	
		function OnLoad(sec,panel,alertas) { 
		
		
	
		//abre inicia sesión en cuanto carga el sitio
		//Effect.BlindDown('iniciar_sesion');	
		
		
		//CARGAMOS CONTENIDOS
		
		
			if(panel == 'yes') { 
			
			CargaContenido('function/PanelUsuario.php','panel_de_control');
			
			}
			
			if(sec == 'Inicio' || sec == '' ) { 
			
			CargaContenido('function/verServicios.php','ver_servicios');
			CargaContenido('function/ver_tips.php','ver_tips');
			CargaContenido('function/verEstadisticas.php','ver_estadisticas');
			CargaContenido('inc/destacados.php','load_destacados');
			Ver('tab/contenidos.php?id_seccion=1','1');

	
			}
			

			/*if(alertas != '1') { 
			
			
					CargaContenido('inc/que_es_egym.php','load_alertas');

			
			}*/
			
			
			
			function onEnter(ev)
				 {  if(ev==13)
					{ document.form1.submit();
					} 
				 }
		 
		}
		
