tinyMCE.init({
	mode : "exact",
	elements : "comment",
	language : "sv",
	theme : "simple"
});


tinyMCE.init({
	// General options
	mode : "exact",
	elements : "fulltext",
	language : "sv",
	theme : "advanced",
	plugins : "table,emotions,preview,paste,fullscreen, advimage, media",
	// Theme options
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,fontselect,fontsizeselect",
	theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,bullist,numlist,|,undo,redo,|,link,unlink,anchor,image,media,cleanup,code,preview",
	theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,emotions,insertimage, fullscreen",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	theme_advanced_resizing : true,

	// Example content CSS (should be your site CSS)
	content_css : "style.css",

	// Drop lists for link/image/media/template dialogs
	template_external_list_url : "js/template_list.js",
	external_link_list_url : "js/link_list.js",
	external_image_list_url : "js/image_list.js",
	media_external_list_url : "js/media_list.js"//,             (tog bort ett komma-texcken)
});