tinyMCE.init({
	auto_reset_designmode : true,
	auto_resize : true,
	cleanup : true,
	content_css : '/css/basic.css',
	editor_selector : 'mceEditor',
	language : 'da',
	mode : 'textareas',
	plugins : 'paste,inlinepopups',
	paste_auto_cleanup_on_paste : true,
	paste_convert_headers_to_strong : true,
	paste_convert_middot_lists : false,
	remove_trailing_nbsp : true,
	theme : 'advanced',
	theme_advanced_buttons1 : 'bold,italic,underline,separator,bullist,numlist,separator,link,unlink',
	theme_advanced_buttons2 : '',
	theme_advanced_buttons3 : '',
	theme_advanced_toolbar_align : 'left',
	theme_advanced_toolbar_location : 'top',
	valid_elements : '-a[!href|target=_blank|title],-strong/-b,-em/-i,-u,-ol,-ul,-li,+br,#p'
});
