<!--
    function abrir (filename, h, w){
        window.open (filename, "Detonado", "height="+h+", width="+w+", scrollbars=yes, top=0, left=0");
     }
//-->