tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	plugins : "paste,image,link,insertdatetime,print,contextmenu",
	theme_advanced_buttons1 : "pastetext,pasteword,separator,justifyleft,justifycenter,justifyright, justifyfull,bullist,numlist,undo,redo,link,unlink,image",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_path_location : "bottom",
	invalid_elements : "table,tr,td,font,span,b,u,i,strong,em",
	paste_auto_cleanup_on_paste : true,
	convert_urls : false,
	extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade]"
});

