function openpopup(pagina,w,h, scroll)

{

    scroll = scroll || "no";

    var wh = 'width=' +w + ',height='+h +',scrollbars='+scroll;

    javascript:window.open(pagina,'',wh);

    void (0);

}

//this comment and the following empty lines must always be at the end of the file. [mn]

