tinyMCE.init({
	theme : 'advanced',
	mode : 'textareas',
	plugins : ' emotions, searchreplace, print, xhtmlxtras, paste, spellchecker, ubimp3, ubiflash, ubiflickr, ubifile, ubimage, ubilink, ubivideo, table',
	editor_selector : 'editable',
	theme_advanced_buttons1 : 'formatselect, fontselect, fontsizeselect, separator, bold, italic, underline, strikethrough, separator, justifyleft, justifycenter, justifyright, justifyfull',
	theme_advanced_buttons2 : 'bullist, numlist, separator, outdent, indent, separator, undo, redo, separator, ubilink, unlink, separator, cleanup, replace, code, separator, pastetext, pasteword, selectall, separator, forecolor, backcolor',
	theme_advanced_buttons3 : 'ubimage, ubiflash, ubimp3, ubivideo, ubifile, ubiflickr, emotions, charmap, separator, spellchecker, separator, cite, abbr, acronym, separator, hr, separator, help',
	theme_advanced_buttons4 : 'tablecontrols',
	theme_advanced_toolbar_location : 'top',
	theme_advanced_statusbar_location : 'bottom',
	content_css : 'css/base.css',
	extended_valid_elements : 'object[align|width|height|class|codebase|title],param[name|value],embed[src|type|wmode|width|height|title],iframe[src|frameBorder|width|height|scrolling],script[type|src|class]'
});

tinyMCE.init({
	theme : 'advanced',
	mode : 'textareas',
	plugins : 'table, emotions, searchreplace, print, xhtmlxtras, paste, spellchecker, ubimp3, ubivideo, ubiflash, ubiflickr, ubifile, ubimage, ubilink, ubipage',
	editor_selector : 'editable_paged',
	theme_advanced_buttons1 : 'formatselect, fontselect, fontsizeselect, separator, bold, italic, underline, strikethrough, separator, justifyleft, justifycenter, justifyright, justifyfull',
	theme_advanced_buttons2 : 'bullist, numlist, separator, outdent, indent, separator, undo, redo, separator, ubilink, unlink, separator, cleanup, replace, code, separator, pastetext, pasteword, selectall, separator, forecolor, backcolor',
	theme_advanced_buttons3 : 'ubimage, ubiflash, ubimp3, ubivideo, ubifile, ubiflickr, emotions, charmap, separator, spellchecker, separator, cite, abbr, acronym, separator, hr, separator, ubipage, separator, help',
	theme_advanced_buttons4 : 'tablecontrols',
	theme_advanced_toolbar_location : 'top',
	theme_advanced_statusbar_location : 'bottom',
	content_css : 'css/base.css',
	extended_valid_elements : 'object[align|width|height|class|codebase|title],param[name|value],embed[src|type|wmode|width|height|title],iframe[src|frameBorder|width|height|scrolling],script[type|src|class]'
});

tinyMCE.init({
	theme : 'advanced',
	mode : 'textareas',
	plugins : 'table, preview, emotions, searchreplace, print, xhtmlxtras, paste, spellchecker, ubimage, ubilink',
	editor_selector : 'editable_absolute',
	theme_advanced_buttons1 : 'formatselect, fontselect, fontsizeselect, separator, bold, italic, underline, strikethrough, separator, justifyleft, justifycenter, justifyright, justifyfull',
	theme_advanced_buttons2 : 'bullist, numlist, separator, outdent, indent, separator, undo, redo, separator, ubilink, unlink, separator, cleanup, preview, replace, code, separator, pastetext, pasteword, selectall, separator, forecolor, backcolor',
	theme_advanced_buttons3 : 'ubimage, emotions, charmap, separator, spellchecker, separator, cite, abbr, acronym, separator, hr, separator, help',
	theme_advanced_buttons4 : 'tablecontrols',
	theme_advanced_toolbar_location : 'top',
	theme_advanced_statusbar_location : 'bottom',
	content_css : 'css/base.css',
	convert_urls : false,
	extended_valid_elements : 'object[align|width|height|class|codebase|title],param[name|value],embed[src|type|wmode|width|height|title],iframe[src|frameBorder|width|height|scrolling],script[type|src|class]'
});