function delete_tema(arg) 
   {
    if (delete_aprovim())
	   {GoTo('thisPage?event=forummodule.tema_del(content_id_tema='+arg+')');}	
   }

function delete_aprovim() 
   {
    var delete_aprovim=confirm(alert_aprovim_njerresht_mesg);
    if (delete_aprovim)
      return true;
    else
      return false;
   }   

