tinyMCE.init({
   // General options
   mode : "textareas",
   theme : "advanced",
   plugins : "safari,style,table,advhr,advlink,searchreplace,print,contextmenu,paste,directionality,noneditable,nonbreaking,xhtmlxtras,template,inlinepopups",
   
   // Theme options
   theme_advanced_buttons1 : "   undo,redo,cut,copy,paste,pasteword,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,fontsizeselect",
   theme_advanced_buttons2 : "bullist,numlist,|,outdent,indent,blockquote,|,link,unlink,cleanup,|,forecolor,|,tablecontrols,|,hr,removeformat,|,sub,sup",
   theme_advanced_toolbar_location : "top",
   theme_advanced_toolbar_align : "left",
   theme_advanced_statusbar_location : "bottom",
   theme_advanced_resizing : false,

   // Example word content CSS (should be your site CSS) this one removes paragraph margins
   content_css : "css/tinymce.css"
});
