tinyMCE.init({
    // General options
    mode : "textareas",
    theme : "advanced",
    plugins : "style,layer,advhr,advimage,advlink,emotions,iespell,media,inlinepopups,preview,media,searchreplace,contextmenu,paste,fullscreen,xhtmlxtras,template",

    // Theme options
    theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,fontselect,fontsizeselect",
    theme_advanced_buttons2 : "search,replace,|,bullist,numlist,|,outdent,indent,blockquote,link,unlink,cleanup,code,|,forecolor,backcolor",
    theme_advanced_buttons3 : "sub,sup,|,hr,image,media,emotions,charmap,|,fullscreen,help",
    theme_advanced_disable : "visualaid,removeformat",
    theme_advanced_toolbar_location : "top",
    theme_advanced_toolbar_align : "left",
    theme_advanced_resizing : true

    // content CSS (should be your site CSS)
    //content_css : "media/style.css",
});

