function abrir_img(im,ex,ancho,alto)
		{
		var imgTmp=new Image();
		imagen=im.replace("Min","Max");
		imagen=imagen.replace("Min","Max");
		imgTmp.src=imagen;
        extrasi='Dasan de Guijo - ' + ex;
        anchoi=ancho;
        altoi=alto;
        masAlto=alto+11;
        features = "width="+ancho+",height="+alto;   
        ventana=  window.open("comun/imagen_ampliada.htm",ancho+alto,features);
		
		}
