/*
tinyMCE.init({
	  theme : "advanced",
	  mode: "textareas",
	  language : "en",
	  plugins : "contextmenu",
	  theme_advanced_toolbar_location : "top",
	  theme_advanced_toolbar_align : "left",
	  theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,"
	  + "justifyleft,justifycenter,justifyright,justifyfull,separator,image",
	  theme_advanced_buttons2 : "link,unlink,separator,"
	  +"undo,redo,separator,charmap,separator,cleanup,removeformat,code",
	  theme_advanced_buttons3 : "",
	  force_p_newlines : false,
	  force_br_newlines : true,
	  cleanup : true
	  });
*/

tinyMCE.init({
          theme : "advanced",
          mode: "exact",
          language : "en",
          plugins : "contextmenu,emotions,imanager",
          theme_advanced_toolbar_location : "top",
          theme_advanced_toolbar_align : "left",
          theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,"
          + "justifyleft,justifycenter,justifyright,justifyfull,separator",
          theme_advanced_buttons2 : "link,unlink,separator,"
          +"undo,redo,separator,imanager,separator,charmap,separator,cleanup,removeformat,code",
          theme_advanced_buttons3 : "",
          content_css : "/css/tinymce_word.css",
          force_p_newlines : false,
          force_br_newlines : true,
          paste_auto_cleanup_on_paste : true,
          paste_auto_removeformat_on_paste : true,
          paste_convert_headers_to_strong : true,
          paste_create_paragraphs : false,
          paste_create_linebreaks : true,
          paste_replace_list : true
    });

/*
tinyMCE.init({
        mode: "exact",
        language: "en",
        theme: "advanced",
        plugins: "contextmenu,table,save,advlink,emotions,insertdatetime,zoom,searchreplace,print,imanager,preview",
        theme_advanced_buttons1_add_before : "",
        theme_advanced_buttons1_add : "forecolor,backcolor,seperator",
        theme_advanced_buttons2_add_before : "",
        theme_advanced_buttons2_add : "",
        theme_advanced_buttons3_add_before : "",
        theme_advanced_buttons3_add : "seperator,insertdate,inserttime,seperator,emotions,imanager,seperator,seperator,preview,print,seperator",
        theme_advanced_toolbar_location : "top",
        theme_advanced_toolbar_align : "left",
        theme_advanced_path_location : "bottom",
        content_css : "/dev/im/assets/site/wysiwyg.css",
        extended_valid_elements : "div[*],p[*]",
        elements: "ta",
        width : "620",
        height: "440"
    });

*/
/*        tinyMCE.init({
          theme : "advanced",
	    mode : "exact",
	    elements : "text",
	    language : "en",
	    plugins : "table,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,zoom,flash,searchreplace,paste,contextmenu,fullscreen",
	    theme_advanced_buttons1_add_before : "",
	    theme_advanced_buttons1_add : "fontselect,fontsizeselect",
	    theme_advanced_buttons2_add : "separator,insertdate,inserttime,preview,zoom,separator,forecolor,backcolor",
	    theme_advanced_buttons2_add_before: "cut,copy,paste,pasteword,separator,search,replace,separator",
	    theme_advanced_buttons3_add_before : "tablecontrols,separator",
	    theme_advanced_buttons3_add : "emotions,iespell,flash,advhr,|,fullscreen,|,spellchecker,|",
	    theme_advanced_toolbar_location : "top",
	    theme_advanced_toolbar_align : "left",
	    theme_advanced_path_location : "bottom",
	    plugin_insertdate_dateFormat : "%Y-%m-%d",
	    plugin_insertdate_timeFormat : "%H:%M:%S",
	    extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",
            content_css : "../css/tinymce_word.css",
            force_p_newlines : false,
	    force_br_newlines : true,
            paste_auto_cleanup_on_paste : true,
            paste_convert_headers_to_strong : true,
            paste_create_paragraphs : false,
            paste_create_linebreaks : false,
            paste_replace_list : true,
            spellchecker_languages : "+English=en",
            content_css : "../css/styles_tiny.css"
});
*/
