<!--
function AbrirImagen(ancho, alto, enlace)
{
		Propiedades="scrollbars,resizable,width="+ancho+",height="+alto+",left=0,top=0";
		Imagen1=window.open("","Imagen1",Propiedades);
		Cargando(Imagen1,""+enlace,null,null,null);
}

function Abrir(url,s,r,w,h,l,t)
{
  v = window.open(url,"","scrollbars="+s+",resizable="+r+",width="+w+",height="+h+",left="+l+",top="+t+",menubar=no");
}
//-->