<!-- hide from JavaScript-challenged browsers
function openWindow(url) {
	popupWin = window.open(url,'new_page','width=400,height=550,scrollbars=yes')
}
// done hiding -->

var ventana
var cont=0
var titulopordefecto = "Defecto"

function foto(cual,titulo){
if(cont==1){ventana.close();ventana=null}
if(titulo==null){titulo=titulopordefecto}
ventana=window.open('','ventana','resizable=yes,scrollbars=yes,menubar=yes')
ventana.document.write('<html><head><title>' + titulo + '</title></head><body style="overflow:auto" marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" scroll="yes" onUnload="opener.cont=0"><img src="' + cual + '" onLoad="opener.redimensionar(this.width, this.height)">')
ventana.document.close()
cont++}
function redimensionar(ancho,alto){
ventana.resizeTo(ancho+12,alto+28)
ventana.moveTo((screen.width-ancho)/2,(screen.height-alto)/2)}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+ "recursolar/result_area.asp?provincia="+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
<!-- hide from JavaScript-challenged browsers
function openWindow1(url) {
	popupWin = window.open(url,'new_page','width=640,height=700,scrollbars=yes')
}
// done hiding -->


function openWindow3(url,ancho2,alto2) {
	window.open(url,"new_page","status=NO,resizable=NO,scrollbars=NO,width='+ancho2+',height='+alto2+',scrollbars=yes");
}
