function getVar(name)
         {
         get_string = document.location.search;         
         return_value = '';
         
         do { 
            name_index = get_string.indexOf(name + '=');
            
            if(name_index != -1)
              {
              get_string = get_string.substr(name_index + name.length + 1, get_string.length - name_index);
              
              end_of_value = get_string.indexOf('&');
              if(end_of_value != -1)                
                value = get_string.substr(0, end_of_value);                
              else                
                value = get_string;                
                
              if(return_value == '' || value == '')
                 return_value += value;
              else
                 return_value += ', ' + value;
              }
            } while(name_index != -1)
            
         space = return_value.indexOf('+');
         while(space != -1)
              { 
              return_value = return_value.substr(0, space) + ' ' + 
              return_value.substr(space + 1, return_value.length);
							 
              space = return_value.indexOf('+');
              }
          
         return(return_value);        
         }



function irAFilial(opcion) {
	if (opcion=="inmobiliariauc") document.location="filial_resena.php?id=1";
	if (opcion=="dictuc") document.location="filial_resena.php?id=2";
	if (opcion=="mediosaustrales") document.location="filial_resena.php?id=3";
	if (opcion=="saluduc") document.location="filial_resena.php?id=4";
	if (opcion=="radiodifusionuc") document.location="filial_resena.php?id=5";
	if (opcion=="capacituc") document.location="filial_resena.php?id=6";
	if (opcion=="sansebastian") document.location="filial_resena.php?id=7";
	if (opcion=="alisa") document.location="filial_resena.php?id=8";
	if (opcion=="gestoradecreditos") document.location="filial_resena.php?id=9";
	if (opcion=="ciaradiochilena") document.location="filial_resena.php?id=10";
	if (opcion=="transportesyservicios") document.location="filial_resena.php?id=11";
	if (opcion=="dictuccapacitacion") document.location="filial_resena.php?id=12";
	if (opcion=="empresasuc") document.location="index.php";
	if (opcion=="puc") document.location="http://www.puc.cl";
	if (opcion=="duoc") document.location="http://www.duoc.cl/";
	if (opcion=="dictuc_capacitacion") document.location="http://www.dictuccapacitacion.cl/";
}

function resena(opcion) {
	if (opcion=="resena") document.location="filial_resena.php?mod=resena&id="+getVar('id');
	if (opcion=="contacto") document.location="filial_resena.php?mod=contacto&id="+getVar('id');
	if (opcion=="actividades") document.location="filial_resena.php?mod=act&id="+getVar('id');
}

function euc_qsomos(opcion) {
	if (opcion=="misionyobjetivos") document.location="#definicion";
	if (opcion=="directorio") document.location="#directorio";
}

function irAProyectos(opcion) {
	if (opcion=="areaeducacion") document.location="proyectos_educacion.php";
	if (opcion=="areainmobiliaria") document.location="proyectos_inmobiliaria.php";
	if (opcion=="asesoriasyestudios") document.location="proyectos_asyestdio.php";
}


//function GoMovil(){
//	window.open('http://ringtones.canal13.cl');
//}
