$(document).ready(function(){
	tinyMCE.init({
        mode: "textareas",
        theme: "advanced",
        plugins: "preview, fullscreen",
        theme_advanced_toolbar_location : "top",
        theme_advanced_toolbar_align : "left",
        theme_advanced_buttons1 : "bold,italic,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect,fontselect,fontsizeselect,|,link,unlink,image,|,fullscreen",
        theme_advanced_buttons2 : "",
        theme_advanced_buttons3 : "",
        width : '579',
        height : '322'
    });
});

