tinyMCE.init({
	mode : "textareas",
	editor_selector : "simple_tinyMCE",
	theme : "advanced",
	//plugins : "advimage,advlink,iespell,contextmenu,imagemanager,filemanager",
	plugins : "safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,wordcount,imagemanager,filemanager",
	theme_advanced_buttons1 : "bold,italic,underline,bullist,numlist,pastetext,pasteword,cleanup",
	theme_advanced_buttons2 : "",
	theme_advanced_toolbar_location : "bottom",

//	theme_advanced_buttons3_add : "iespell",
//	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "center",
//	theme_advanced_path_location : "bottom",
	plugin_insertdate_dateFormat : "%Y-%m-%d",
	plugin_insertdate_timeFormat : "%H:%M:%S",
	extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",
	external_link_list_url : "example_data/example_link_list.js",
	external_image_list_url : "example_data/example_image_list.js",
	flash_external_list_url : "example_data/example_flash_list.js"
});


/*
tinyMCE.init({
	editor_selector : "simple_tinyMCE",
	mode : "textareas",
	theme : "simple",
	width : "540",
	height : "275",
	valid_elements : "-h3,h3/h1,h3/h2,h3/h4,h3/h5,h3/h6,p#[align],-ol,-ul,-li,br,a[href|target=_blank],strong/b,div[align],em/i,strike,u,hr[size|noshade],-sub,-sup"
});
*/