<!--
// BEGINNING BRROWSER SNIFF-------------------------------------------------------------------------->

var agt=navigator.userAgent.toLowerCase();
var is_nav  = ((agt.indexOf('mozilla')!=-1) && (agt.indexOf('spoofer')==-1)
&& (agt.indexOf('compatible') == -1) && (agt.indexOf('opera')==-1)
&& (agt.indexOf('webtv')==-1));
window.onbeforeunload=close_popUp
w=window;
function close_popUp()
	{ 
		if(w.ventana)
			{
				w.ventana.close();
				w.ventana=null
			}  
	}

function popup_win(URL,WinName,Features) 
	{
		Features=Features.toLowerCase()			
		if(w.ventana)
			{
				w.ventana.close();
				w.ventana=null
			};  
		w.ventana=w.open(URL,WinName,Features);
		FeaturesArray=Features.split(",")
		for(i=0;i<FeaturesArray.length;i++)
			{
				if(FeaturesArray[i].indexOf("width=")>-1){VentanaWidth=FeaturesArray[i].substring(6,FeaturesArray[i].length) };
				if(FeaturesArray[i].indexOf("height=")>-1){VentanaHeight=FeaturesArray[i].substring(7,FeaturesArray[i].length) };		
			}
		var ScreenWidth=screen.width-10; var ScreenHeight=screen.height-70;
		w.ventana.moveTo((ScreenWidth/2)-(VentanaWidth/2),(ScreenHeight/2)-(VentanaHeight/2))	
	}

function hideshow(name, state) 
	{
    	var theElement;
	    if (document.getElementById) 
			{
		        theElement = document.getElementById(name).style;
		    } 
		else if (document.all) 
			{     
				theElement = document.all[name].style;
		    }
	    if (theElement) 
			{
		        if (theElement.display=='none') 
					{
			            theElement.display = 'inline';
			        } 
				else 
					{
			            theElement.display = 'none';
			        }
		    }
	}

function mmLoadMenus() 
	{
		if (window.mm_menu_1205115138_0) return;
        window.mm_menu_1205115138_0 = new Menu("root",166,16,"Arial, Helvetica, sans-serif",10,"#333333","#FFFFFF","#CCCCCC","#00728A","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
		mm_menu_1205115138_0.addMenuItem("Misión&nbsp;y&nbsp;Visión","location='mision.asp'");
		mm_menu_1205115138_0.addMenuItem("Filosofía","location='filosofia.asp'");
		mm_menu_1205115138_0.addMenuItem("Estructura&nbsp;Organizativa","location='estructura.asp'");
		mm_menu_1205115138_0.addMenuItem("Directorio&nbsp;de&nbsp;Contactos","location='contactos.asp'");
		mm_menu_1205115138_0.addMenuItem("El&nbsp;Grupo","location='elgrupo.asp'");
		mm_menu_1205115138_0.hideOnMouseOut=true;
		mm_menu_1205115138_0.bgColor='#555555';
		mm_menu_1205115138_0.menuBorder=0;
		mm_menu_1205115138_0.menuLiteBgColor='#FFFFFF';
		mm_menu_1205115138_0.menuBorderBgColor='#777777';
		window.mm_menu_1205115314_0 = new Menu("root",79,16,"Arial, Helvetica, sans-serif",10,"#333333","#FFFFFF","#CCCCCC","#00728A","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
		mm_menu_1205115314_0.addMenuItem("Personas","location='serv_personas.asp'");
		mm_menu_1205115314_0.addMenuItem("Empresas","location='serv_empresas.asp'");
		mm_menu_1205115314_0.hideOnMouseOut=true;
		mm_menu_1205115314_0.bgColor='#555555';
		mm_menu_1205115314_0.menuBorder=0;
		mm_menu_1205115314_0.menuLiteBgColor='#FFFFFF';
		mm_menu_1205115314_0.menuBorderBgColor='#777777';
		window.mm_menu_1205115436_0 = new Menu("root",117,16,"Arial, Helvetica, sans-serif",10,"#333333","#FFFFFF","#CCCCCC","#00728A","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
		mm_menu_1205115436_0.addMenuItem("Noticias","location='noticias.asp'");
		mm_menu_1205115436_0.addMenuItem("Tips","location='tips.asp'");
		mm_menu_1205115436_0.addMenuItem("Kit&nbsp;Corporativo","location='kit.asp'");
		mm_menu_1205115436_0.hideOnMouseOut=true;
		mm_menu_1205115436_0.bgColor='#555555';
		mm_menu_1205115436_0.menuBorder=0;
		mm_menu_1205115436_0.menuLiteBgColor='#FFFFFF';
		mm_menu_1205115436_0.menuBorderBgColor='#777777';
		window.mm_menu_1205162609_0 = new Menu("root",130,16,"Arial, Helvetica, sans-serif",10,"#333333","#FFFFFF","#CCCCCC","#00728A","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
		mm_menu_1205162609_0.addMenuItem("Clínicas&nbsp;Afiliadas","location='clinicas.asp'");
		mm_menu_1205162609_0.addMenuItem("Médicos&nbsp;Afiliados","location='medicos.asp'");
		mm_menu_1205162609_0.hideOnMouseOut=true;
		mm_menu_1205162609_0.bgColor='#555555';
		mm_menu_1205162609_0.menuBorder=0;
		mm_menu_1205162609_0.menuLiteBgColor='#FFFFFF';
		mm_menu_1205162609_0.menuBorderBgColor='#777777';
		mm_menu_1205162609_0.writeMenus();
	} // mmLoadMenus()
-->