
function abrir_imgn(pagina)
{
vimagen=window.open(pagina,"vimagen","width=300, height=320, top=100, left=150");
vimagen.focus();
}

