/*
	iniciamce.js
	Opciones de inicio del editor de texto MCE
	
	Autor:		[Santi]
	Versiones:	18/05/06 - Versión inicial
*/
tinyMCE.init({
	// Notice: The simple theme does not use all options some of them are limited to the advanced theme
	mode : "textareas",
	editor_selector : "mceEditor",
	theme : "advanced",
	language : "es",
	theme_advanced_buttons1 : "bold,italic,underline,separator,strikethrough,justifyleft,justifycenter,justifyright, justifyfull,bullist,numlist,separator,outdent,indent,separator,undo,redo,link,unlink",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_path : false,
	extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]"
});
