		
		
			tinyMCE.init({
				mode : "textareas",
				theme : "advanced",
				plugins : "style,layer,table,save,advhr,advimage,advlink,insertdatetime,print,contextmenu,paste,visualchars,nonbreaking",
				theme_advanced_buttons1 : "save,newdocument, bold, italic, underline, strikethrough,fontsizeselect, justifyleft, justifycenter, justifyright, justifyfull, sub, sup, charmap, forecolor",
				theme_advanced_buttons2 : '',
				theme_advanced_toolbar_location : "top",
				theme_advanced_buttons3 : '',
				theme_advanced_toolbar_align : "left",
				theme_advanced_path_location : "bottom",
				plugin_insertdate_dateFormat : "%Y-%m-%d",
				plugin_insertdate_timeFormat : "%H:%M:%S",
				extended_valid_elements : "hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",
				theme_advanced_resize_horizontal : false,
				theme_advanced_resizing : true,
				nonbreaking_force_tab : true,
				apply_source_formatting : true,
				force_p_newlines : false,	
				remove_trailing_nbsp : true
			});
		
