tinyMCE.init({
    mode: "textareas",
    theme: "advanced",
    width: "100%",
    skin: "o2k7",
    skin_variant: "black",
    plugins: "table,visualchars,nonbreaking",
    content_css: "css/user.css",
    apply_source_formatting: true,
    force_br_newlines: true,
    forced_root_block: "",
    theme_advanced_buttons1: "bold,italic,underline,strikethrough,|,sub,sup,charmap,|," +
        "justifyleft,justifycenter,justifyright,justifyfull,|,indent,outdent,|," +
        "bullist,numlist,blockquote,|,undo,redo,|,cut,copy,paste",
    theme_advanced_buttons2: "forecolor,backcolor,fontselect,fontsizeselect,styleselect," +
        "hr,link,unlink,anchor,image,nonbreaking",
    theme_advanced_buttons3: "tablecontrols,|,visualaid,visualchars,removeformat,cleanup,code",
    theme_advanced_toolbar_location: "top",
    theme_advanced_toolbar_align: "left",
    theme_advanced_statusbar_location: "bottom",
    extended_valid_elements: "hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]"
});
