<!--
imagen = '';
tituloi = '';
anchoi = '';
altoi = '';
function abririmagen(im,ti,ancho,alto) { imagen=im;tituloi=ti;anchoi=ancho;altoi=alto;masAlto=alto+28;
if (tituloi == '') { masAlto = masAlto-20; }
masAncho=ancho+9;
izquierda=screen.width/2-16-(ancho/2)
superior=screen.height/2-20-(alto/2)
features = "width="+masAncho+",height="+masAlto+",top="+superior+",left="+izquierda;
window.open("imagen.htm",ancho+alto,features);
}
-->

