function popup(x,y,z,w){
window.open(x,'janela','width='+y+',height='+z+',scrollbars='+w+'');
}