tinyMCE.init({
    mode : "textareas",
    theme : "advanced",
    editor_deselector : "mceNoEditor",
    skin : "o2k7",
    theme_advanced_toolbar_location:"top",
    theme_advanced_toolbar_align:"left",
    theme_advanced_fonts:"Verdana=verdana,geneva",
    theme_advanced_font_sizes:"2,3",
    plugins : "fullscreen",
    theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,cut,copy,paste,|,code",
    theme_advanced_buttons2 : "bullist,numlist,|,outdent,indent,|,undo,redo,|,link,unlink,anchor",
    theme_advanced_buttons3 : "fontselect,fontsizeselect,forecolor,backcolor,sub,sup,|,charmap,table,|,fullscreen",
    fullscreen_new_window : false,
    fullscreen_settings : {
            theme_advanced_path_location : "top"
    }
});