﻿function abrir(pagina, w, h) {
    window.open(pagina, "nome", "status , scrollbars=no ,width=" + w + ", height=" + h + " , top=0 , left=0");
}