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