<!--


// Begin Função de POPup windows - Copyright - InforSantos, Lda
function popupPage(l, t, w, h, scrollbar, res, URL) {
var windowprops = "location=no,scrollbars="+scrollbar+",menubars=no,toolbars=no,resizable="+ res + ",left=" + l + ",top=" + t + ",width=" + w + ",height=" + h;
popup = window.open(URL,"MenuPopup",windowprops);
}

// -->