tinyMCE.init({
	// General options
	mode : "specific_textareas",
	skin : "o2k7",
	height: 200,
	width: 790,
	content_css: "../visitors/css.php,../visitors/brukercss.css,outsou/personal_data/cacheCSS/autogen_frozen.css",
	theme : "advanced",
	editor_selector : "mceSimpleEditorExtraWide",
	cleanup_on_startup : false,
	force_br_newlines : true,

	// Theme options
	plugins : "table,advhr,media,searchreplace,paste,nonbreaking",

	theme_advanced_buttons1 : "undo,redo,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,|,formatselect,fontsizeselect,|,sub,sup,forecolor,|,bullist,numlist,|,link,unlink,|,image,|,code",

	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left"

});
