tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	content_css : "/media/styles_editor.css",
	verify_css_classes : true,
	plugins : "safari,style,advimage,advlink,emotions,iespell,searchreplace,print,contextmenu,paste,fullscreen,noneditable,visualchars,xhtmlxtras,template",
	theme_advanced_buttons1 : "formatselect,styleselect,bullist,numlist,bold,italic,strikethrough,blockquote,|,template,|,cite,abbr,del,ins,attribs,|,code,|,fullscreen",
	theme_advanced_buttons2 : "pastetext,|,undo,redo,|,link,unlink,|,image,hr,|,removeformat,|,sub,sup,|,charmap",
	theme_advanced_buttons3 : "",
	theme_advanced_buttons4 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	theme_advanced_resizing : true,
	theme_advanced_blockformats : "p,h2,h3,h4,blockquote",
	valid_elements : "@[class|title|id],a[href],div,img[src|alt|title|width|height],hr[width|size],span[align|style]"
	+ "h2,h3,h4,p,strong,em,strike,ol,ul,li,dl,dd,dt,table,tr,td[header],tbody,thead,tfoot,th,cite,abbr"
	+ "del[datetime|cite],ins[datetime|cite],object[classid|width|height|codebase|*],param[name|value|_value],"
	+ "embed[type|width|height|src|*],script[src|type],kbd,label[for],q[cite]",
	use_native_selects : true,
	accessibility_focus : true,
	template_templates : [
			{
				title : "2 Columns",
				src : "/media/admin/js/tinymce/templates/2_columns.html",
				description : "2 Column layout"
			}
		]
});
