// 
// Event.observe(window, "load", function() {
//   
//   if ($('comment_form')) {
//     $('comment_form').hide(); 
//   }  
//   
//   if ($('cpreview')) {
//     $('comment_form').show(); 
//   }
//   
//   if ($$('#txpCommentInputForm').first() && $$('#txpCommentInputForm').first().innerHTML.include("Grazie")) {
//     $('comment_form').show(); 
//     $$('#txpCommentInputForm').first().scrollTo();
//   }
//   
//   if ($('link_inseriscicommento')) {
//     
//     $('link_inseriscicommento').onclick = function(e) {return false;}
//     
//     Event.observe('link_inseriscicommento', "click", function(e) {
//       if(!$("comment_form").visible()) 
//       {
//         Effect.BlindDown('comment_form', { duration: 0.3 })         
//       }
//       return false; 
//     })
//   }
// });
