// JavaScript Document

tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	content_css : "css.css",
	width : "505",
	height : "300",
	plugins : "safari,spellchecker,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,pagebreak,imagemanager",
	theme_advanced_buttons1 : "bold,italic,underline,separator,justifyleft,justifyfull,justifyright,undo,redo,link,unlink,formatselect",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_blockformats : "h2,p",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	theme_advanced_resizing : true,
	theme_advanced_resize_horizontal : false,
	apply_source_formatting : false,
	spellchecker_languages : "Swedish=sv"
});