tinyMCE.init({
        // General options
        mode : "textareas",
        theme : "advanced",
		editor_deselector : "mceNoEditor",
		theme_advanced_buttons1 : "bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,fontselect,fontsizeselect",
        theme_advanced_buttons2 : "cut,copy,paste,pastetext,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,code",
		
		theme_advanced_statusbar_location : "bottom",
		width: "488",
        theme_advanced_resizing : true
});
