function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function manda_url()
{
var nome = document.all['nome'].value;
var emmail = document.all['emmail'].value;
window.open("news.php?nome="+nome+"&emmail="+emmail,"News","width=190,height=155,top=0,left=0");
}
