tinyMCE.init({
	// General options
	mode : "textareas",
	theme : "advanced",
	editor_selector : 'editable',
	plugins : "spellchecker,safari,pagebreak,table,advlink,emotions,inlinepopups,searchreplace,print,paste,fullscreen,noneditable,nonbreaking,xhtmlxtras,ubiimage,ubifile,ubilink,ubimp3,ubiswf,ubivideo,ubicms",

	// Theme options
	theme_advanced_buttons1 : "formatselect,fontselect,fontsizeselect,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,nonbreaking,pagebreak,|,paste,pastetext,pasteword",
	theme_advanced_buttons2 : "search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,ubilink,unlink,anchor,ubiimage,ubifile,ubimp3,ubiswf,ubivideo,|,cleanup,help,code,|,forecolor,backcolor,|,spellchecker",
	theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,|,charmap,|,print,|,fullscreen,|,cmslistbox",
	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 : "css/base.css",

});

// simple editors
tinyMCE.init({
	// General options
	mode : "textareas",
	theme : "advanced",
	editor_selector : 'editable_simple',
	plugins : "spellchecker,safari,pagebreak,table,advlink,emotions,inlinepopups,searchreplace,print,paste,fullscreen,noneditable,nonbreaking,xhtmlxtras,ubiimage,ubifile,ubilink,ubimp3,ubiswf,ubivideo",

	// Theme options
	theme_advanced_buttons1 : "formatselect,fontselect,fontsizeselect,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,nonbreaking,|,paste,pastetext,pasteword",
	theme_advanced_buttons2 : "search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,ubilink,unlink,anchor,ubiimage,ubifile,ubimp3,ubiswf,ubivideo,|,cleanup,help,code,|,forecolor,backcolor,|,spellchecker",
	theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,|,charmap,|,print,|,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 : "css/base.css",

});

// text only editors
tinyMCE.init({
	// General options
	mode : "textareas",
	theme : "advanced",
	editor_selector : 'editable_textonly',
	plugins : "spellchecker,safari,table,advlink,emotions,inlinepopups,searchreplace,print,paste,fullscreen,noneditable,nonbreaking,xhtmlxtras,ubilink",

	// Theme options
	theme_advanced_buttons1 : "formatselect,fontselect,fontsizeselect,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,nonbreaking,|,paste,pastetext,pasteword",
	theme_advanced_buttons2 : "search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,ubilink,unlink,anchor,|,cleanup,help,code,|,forecolor,backcolor,|,spellchecker",
	theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,|,charmap,|,print,|,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 : "css/base.css",

});

// mailout editors
tinyMCE.init({
	// General options
	mode : "textareas",
	theme : "advanced",
	editor_selector : 'editable_mailout',
	plugins : "spellchecker,safari,advlink,inlinepopups,searchreplace,print,paste,fullscreen,noneditable,nonbreaking,xhtmlxtras,ubiextimage",

	// Theme options
	theme_advanced_buttons1 : "formatselect,fontselect,fontsizeselect,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,nonbreaking,|,paste,pastetext,pasteword",
	theme_advanced_buttons2 : "search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,ubilink,unlink,ubiextimage,|,cleanup,help,code,|,forecolor,backcolor,|,spellchecker",
	theme_advanced_buttons3 : "hr,removeformat,|,charmap,|,print,|,fullscreen",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	theme_advanced_resizing : true,
	convert_urls : false,

	// Example content CSS (should be your site CSS)
	content_css : "css/base.css",

});
