/*************************************************************************/
/***********                     FUNCION DE                      *********/
/*********** SALTO DE PAGINA AL SELECCIONAR PROVINCIA EN EL MAPA *********/
/***********                    DE AUTOESCUELAS                  *********/
/*************************************************************************/
function redirecciona(obj,url){
	destino = obj.value;
	if(destino != -1){
		strDestino = url + destino ;
		window.open(strDestino);
		//eval(strDestino); 
	}	
} 