function insertComment(){
      new Ajax.Updater("result", "http://www.totalit.hu/modules/ajaxbridge.php" , 
      {
        asynchronous:true, 
        evalScripts:true, 
        parameters:Form.serialize(document.getElementById('comments'))
      }); 
      return false;
	  };
function insertUser(){
      new Ajax.Updater("result", "http://www.totalit.hu/modules/ajaxbridge.php" , 
      {
        asynchronous:true, 
        evalScripts:true, 
        parameters:Form.serialize(document.getElementById('adduser'))
      }); 
      return false;
	  };
