mesa.ForumEditor=function(c){var c=c;function d(){return c}this.addPost=function(a,b){new mesa.Popup.MessageWindow(d(),a,b,740,480,true,null,function(f){window.location.reload()}).show()};this.watchTopic=function(a,b){mesa.Popup.confirm("Please confirm if you want to start watching this topic.\n\nYou will be notified by email when this topic is updated.",function(f){new Ajax.Request("/forum/posts/watch/"+a+"/"+b+".page",{method:"post",onSuccess:function(){mesa.WebUtils.reload()}})},null,"Watch Topic")};this.unWatchTopic=function(a,b){mesa.Popup.confirm("Please confirm if you want to stop watching this topic.",function(f){new Ajax.Request("/forum/posts/unwatch/"+a+"/"+b+".page",{method:"post",onSuccess:function(){mesa.WebUtils.reload()}})},null,"Stop Watch Topic")}};
