tinyMCE.init({
	// General options
	skin : "o2k7",
	mode : "textareas",
	editor_deselector : "no_editor",
	theme : "advanced",
	plugins : "spellchecker,style,table,advhr,advimage,advlink,iespell,inlinepopups,insertdatetime,searchreplace,print,contextmenu,paste,fullscreen,visualchars,nonbreaking,xhtmlxtras,imagemanager",

	// Theme options
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,fontselect,fontsizeselect,|,forecolor,backcolor,styleprops,spellchecker",
	theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,code,|,insertdate,inserttime,|,sub,sup,charmap,pagebreak",
	theme_advanced_buttons3 : "",
	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 : "/cssfiles/tiny_mce.css",
	
	relative_urls : false,
	remove_script_host : true,
	
	imagemanager_handle: 'image', // Let the imagemanager handle the media type
	filemanager_handle: 'file' // Let the filemanager handle the file and image types
});
