// JavaScript Document
tinyMCE.init({
	theme : "advanced",
	mode : "exact",
	elements : "wys5,wys4,wys3,wys2,wys1,wys",
	custom_undo_redo_levels : 400,
	theme_advanced_styles : "Default=body;Code=code;Italic=italic;Menu Item=menulink;Main Title=body_title;Small Caps=small_caps",
	content_css : "/inc/css.css",
	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,filemanager",
	verify_css_classes : false,
	theme_advanced_buttons1_add : "fontselect,fontsizeselect",
	theme_advanced_buttons2_add : "separator,insertdate,inserttime,preview,separator,forecolor,backcolor",
	theme_advanced_buttons2_add_before: "cut,copy,paste,pastetext,pasteword,separator,search,replace,separator",
	theme_advanced_buttons3_add_before : "tablecontrols,separator",
	theme_advanced_buttons4 : "del,ins,blockquote,insertfile,insertimage,media",
	theme_advanced_toolbar_location : "external",
	theme_advanced_toolbar_align : "center",
	theme_advanced_statusbar_location : "bottom",
	plugin_insertdate_dateFormat : "%Y-%m-%d",
	plugin_insertdate_timeFormat : "%H:%M:%S",
	theme_advanced_resize_horizontal : false,
	theme_advanced_resizing : true,
	apply_source_formatting : true,
	valid_elements : "*[*]",
	fix_list_elements : true,
	cleanup : false
});