// JavaScript Document
function Abrir_pdf() {
        window.open("http://www.wkp.pt/pdf/Regulamento_II_Premio.pdf","_blank","height=600, width=900, top=0, left=0, scrollbars=yes");
}
