// JavaScript Document
//450 320
function popup(pagina,nome,w,h) {
window.open(pagina,nome,"width="+w+",height="+h+",resizable=yes");
}