tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	skin : "o2k7",
	language : "es",
	editor_selector : "mceEditor",
	editor_deselector : "mceNoEditor",
	plugins : "safari,contextmenu,nonbreaking,paste",
	paste_auto_cleanup_on_paste : true,
	theme_advanced_buttons3_add : "nonbreaking,pastetext,pasteword,selectall",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	theme_advanced_resizing : true,
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull",
	theme_advanced_buttons2 : "bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,cleanup,help",
	theme_advanced_buttons3 : "hr,removeformat,visualaid,|,sub,sup,|,charmap,advhr,|,cut,copy,paste,pastetext,pasteword",
	theme_advanced_buttons4 : "formatselect,fontselect,fontsizeselect"
});