  tinyMCE.init({
    mode : "textareas",
    theme : "advanced",
        editor_selector : "mceEditor",
        theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,fontselect,fontsizeselect",
        theme_advanced_buttons2_add : "media",
        plugins: "media"
    });

  tinyMCE.init({
    mode : "textareas",
    theme : "advanced",
        editor_selector : "mceSimpleEditor",
        theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,fontselect,fontsizeselect,|,image,code",
    theme_advanced_buttons2 : "",
    theme_advanced_buttons3 : ""
    });
