function winOpen(url, nome, largura, altura, topo, direita ){
  window.open(url, nome ,"width="+largura+",height="+altura+",top="+topo+",left="+direita+",scrollbars=yes,menubar=no,status=yes");
}

