function buscar(){
	document.formulario1.action = "/buscador/buscador.asp";
	document.formulario1.submit();
}

function abreVentana(w,h,u) {
  window.open(u,'ventana','width=' + w + ',height=' + h + ',scrollbars=yes');
}

function abreCallejero() {
  callejero = window.open('http://www.ayto-pinto.es/callenuevo/apps/callejero/default2.asp','callejero','width=800,height=500')
}

function imprimirbus(s) {
    ventabus = window.open(s,'ventabus','width=600,height=400,scrollbars=yes');
    ventabus.print();
  }
  
 function VerEncuesta(){
 	svoto=window.open('/encuesta/web/encuesta.asp?id_encuesta=','svoto',"TOOLBAR=NO,SCROLLBARS=YES,MENU=NO,STATUS=NO,RESIZABLE=NO,TOP=150,LEFT=400,width=410,height=450")
 }
 
