tinyMCE.init({
	// General options
	mode : "textareas",
	theme : "advanced",
	//width : "710",
	forced_root_block : false,
	force_br_newlines : true,
	force_p_newlines : false,	
	plugins : "media,lists,advlink,searchreplace,advimage,emotions,style,inlinepopups,pagebreak,insertdatetime,fullscreen,xhtmlxtras",
	media_strict : false,
	// Theme options
	theme_advanced_buttons1 : "cut,copy,paste,replace,|,formatselect,bold,italic,removeformat,|,bullist,numlist,|,blockquote,|,undo,redo,|,link,unlink,image,|,hr,insertdate,inserttime,emotions,|,code,|,fullscreen",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_buttons4 : "",
	theme_advanced_blockformats : "h1,h2,p",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	theme_advanced_resizing : true,
	theme_advanced_path : false,
	dialog_type : "modal"
	// Example content CSS (should be your site CSS)
	//content_css : "css/content.css",
		// Style formats

});
