tinyMCE.init({
	mode : "none",
    theme : "advanced",
	theme_advanced_buttons1 : "bold,italic,separator,link,unlink,separator,formatselect,justifycenter,justifyfull,separator,bullist,separator,undo,redo,separator,cleanup,removeformat",
	theme_advanced_blockformats : "p,h1,h2,h3,h4",
	theme_advanced_toolbar_location : "bottom",
	theme_advanced_toolbar_align : "left",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	plugins : "paste",
	paste_auto_cleanup_on_paste : true,
    width : "101%",
    height : "350px",
    content_css : "mods/tiny/css/tinymce.css" 
});
