
function OpenW(param){
      features="width=530,height=560,scrollbars=yes,top=20,left=50,resizable=no";
      Win=window.open(param,"Commenti",features);
      Win.focus();
}