function openwin(theURL) { //v2.0
  window.open(theURL,'','width=500,height=400,menubar=no,scrollbars=yes');
}
function opensumario(theURL) { //v2.0
  window.open(theURL,'','menubar=no,scrollbars=yes,width=550,height=300,resizable=yes,');
}
function opentexto(theURL) { //v2.0
  window.open(theURL,'','width=500,height=400,menubar=no,scrollbars=yes');
}
function openvendas(theURL) { //v2.0
  window.open(theURL,'vendas','width=740,height=540,location=yes,status=yes,resizable=yes,menubar=yes,scrollbars=yes');
}