tinyMCE.init({
    mode: "textareas",
    theme: "advanced",
    theme_advanced_buttons1 : "bold, italic, underline, |, bullist, numlist, |, link, unlink, |, blockquote",
    theme_advanced_buttons2: "",
    width : "572",
    theme_advanced_buttons3: "",
    theme_advanced_buttons4: "",
    theme_advanced_toolbar_location : "top",
    theme_advanced_toolbar_align : "left",
});