var tinyMCE_settings = {
	auto_reset_designmode: true,
        browsers: "msie,gecko",
	button_tile_map: true,
	dialog_type: "modal",
        entity_encoding: "raw",
        language: "no",
        plugins: "",
        theme: "advanced",
	theme_advanced_buttons1: "bold,italic,underline,strikethrough,sub,sup,separator,bullist,numlist,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,undo,redo,separator,link,unlink,image,code",
	theme_advanced_buttons2: "",
	theme_advanced_buttons3: "",
	theme_advanced_path: false,
	theme_advanced_toolbar_align: "left",
	theme_advanced_toolbar_location: "top",
	theme_advanced_statusbar_location: "bottom",
	theme_advanced_resizing: true,
	theme_advanced_resize_horizontal: false,
	valid_elements: ""
		+ "+a[href|title],"
		+ "abbr[title],"
		+ "acronym[title],"
		+ "address[align],"
		+ "br,"
		+ "code,"
		+ "del,"
		+ "dd,"
		+ "div[align],"
		+ "dl,"
		+ "dt,"
		+ "em/i,"
		+ "hr,"
		+ "img[src|border=0|alt|title|hspace|vspace|width|height|align],"
		+ "ins[datetime|cite],"
		+ "li,"
		+ "ol,"
		+ "p[align],"
		+ "pre[align],"
		+ "q,"
		+ "span[align],"
		+ "strike,"
		+ "strong/b,"
		+ "sub,"
		+ "sup,"
		+ "u,"
		+ "ul"
};
