tinyMCE.init({
	// General options
	mode								:	'specific_textareas',
	editor_selector						:	'rich_text_editor',
	theme								:	'advanced',
	skin								:	'o2k7',
	skin_variant						:	'silver',
	plugins								:	'safari,pagebreak,style,advhr,advlink,emotions,inlinepopups,insertdatetime,contextmenu,paste,noneditable,visualchars,nonbreaking,xhtmlxtras,',
	language							:	'da',
	
	// Theme options
	theme_advanced_buttons1				:	'bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,|,blockquote,link,unlink,emotions',
	theme_advanced_buttons2				:	'',
	theme_advanced_buttons3				:	'',
	theme_advanced_buttons4				:	'',
	theme_advanced_toolbar_location		:	'top',
	theme_advanced_toolbar_align		:	'left',
	theme_advanced_statusbar_location	:	'bottom',
	
	// Resizing options
	theme_advanced_resizing				:	true,
	theme_advanced_resize_horizontal	:	false,
	
	// Path to site stylesheet
	content_css							:	'/css/default.css',
});
