    tinyMCE.init({
        mode : "specific_textareas",
        editor_selector : "wysiwyg",
        skin : "o2k7",
        skin_variant: "black",
        theme_advanced_toolbar_location : "top",
        theme_advanced_toolbar_align : "left",
        theme_advanced_buttons1 : "bold, italic, underline,forecolor,|,justifyleft,justifycenter,justifyright,blockquote,cite,|,bullist,numlist,|,link,image,|,fontselect,fontsizeselect",
        theme_advanced_buttons2 : "",
        theme_advanced_buttons3 : ""
    });
