function abrir_draw(url, x, y)
{
    open(url,"extras","'toolbar=0, status=0, location=0, scrollbars=1, resize=0, directories=0, menubar=0, width=" + x + ", height=" + y + "'");
}

