tinyMCE.init({
	mode : "exact",
	elements : "textcontent,textcontent1,textcontent2,textcontent3,textcontent4",
	theme : "advanced",
	plugins : "emotions,preview,filemanager,imagemanager,paste,table,fullscreen",
	theme_advanced_buttons1 : "fontselect,fontsizeselect",
	theme_advanced_buttons2 : "undo,redo,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,|,bullist,numlist,|,outdent,indent,|,pasteword",
	theme_advanced_buttons3 : "link,unlink,anchor,image,|,forecolor,backcolor,|,emotions,charmap,|,code,preview,fullscreen,removeformat,|,insertfile,insertimage",
	theme_advanced_buttons4 : "tablecontrols",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "center",
	theme_advanced_path_location : "bottom",
	valid_elements : "*[*]",
	invalid_elements : "script",
	apply_source_formatting : true,
	force_br_newlines : true,
	force_p_newlines : false,
	theme_advanced_resize_horizontal : false,
	theme_advanced_resizing : true,
	relative_urls : true
});