tinyMCE.init({
    mode : "textareas",
    editor_selector: "tiny_mce",
    theme: "advanced",
    theme_advanced_buttons1: "bold,italic,link,unlink,bullist,numlist,code",
    theme_advanced_buttons2: "",
    theme_advanced_buttons3: "",
    theme_advanced_toolbar_location : "top",
    theme_advanced_toolbar_align : "left"
});