function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function openPopCommento() {
var
n=open('pop_commento.asp','scrivi','toolbar=no,location=no,directories=no,status=no,menubar=no,titlebar=no,scrollbars=no,resizable=no,width=469,height=380,left=10,top=10'); n.focus(); 
}
function openPopSuggerimento() {
var
n=open('pop_suggerimenti.asp','suggerimento','toolbar=no,location=no,directories=no,status=no,menubar=no,titlebar=no,scrollbars=no,resizable=no,width=469,height=400,left=10,top=10'); n.focus(); 
}