// JavaScript Document
	if (dominio_propio=='')dominio_propio='www.ruralgest.net';
    url='http://www.ruralgest.net/operadoresV9/bus_ext_V9.php?id='+id_operador_ext+'&id_of='+id_oficina_ext+'&dominio_propio="'+dominio_propio+'"+&idioma='+idioma+'&pinta_mapa='+pinta_mapa+'&_ancho='+_ancho;
    
	// ----- Creamos la capa
	_capa=document.createElement('iframe',{frameborder:0});
	_capa.setAttribute('name','frame_buscador');
	_capa.setAttribute('id','frame_buscador');
	_capa.setAttribute('frameBorder','0');
	
	
	if (pinta_mapa==0){
		if (_ancho>0)
			_capa.setAttribute('width',_ancho);
		else
			_capa.setAttribute('width','618');			
		
		_capa.setAttribute('height','148');
	}else{
		_capa.setAttribute('width','780');
		_capa.setAttribute('height','156');
	}
	
	
	_capa.setAttribute('scrolling','no');
	_capa.setAttribute('src',url);
	div=document.getElementById('buscador_externo_ruralgest_V9');
	if (pinta_mapa==0){
		if (_ancho>0)
			div.style.width=""+_ancho+"px";
		else
			div.style.width="618px";			
		
	}else{
		div.style.width="780px";
	}
		
	document.getElementById('buscador_externo_ruralgest_V9').appendChild(_capa);



