tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	language : "es",
	plugins : "contextmenu, emotions,  youtube, inlinepopups",
	elements : "texto",
	theme : "advanced",
	relative_urls : false,
	theme_advanced_buttons3_add : "emotions, youtube",
	theme_advanced_toolbar_location : "top",
	theme_advanced_blockformats : "h1,h2,h3,blockquote,code",
	theme_advanced_buttons1 : "bold, italic, underline, strikethrough, separator, justifyleft, justifycenter, justifyright, separator, undo, redo, separator, unlink, link, image, formatselect, separator, emotions, youtube",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	width : "480",
});