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