



tinyMCE.init({
    doctype : '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
    theme : "advanced",
    mode : "textareas",
    theme_advanced_buttons1 : "bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,undo,redo,link,unlink,forecolor,|,formatselect,fontsizeselect,|,removeformat",
    theme_advanced_buttons2 : "",
    theme_advanced_buttons3 : "",
    theme_advanced_toolbar_location : "top",
    theme_advanced_toolbar_align : "center",   
    theme_advanced_blockformats:"h1,h2,h3,h4,h5,h6",
    entity_encoding : "raw",
    add_unload_trigger : false,
    remove_linebreaks : false,
    content_css: "/stylesheets/tinymce.css",    
    convert_newlines_to_brs: false,
    file_browser_callback : "myFileBrowser"

});
