tinyMCE.init({			
			language : 'es',
			mode : 'specific_textareas',
            editor_selector : 'HTML',
			theme : "advanced",
			skin : "o2k7",
			skin_variant : "black",
			plugins : "tinyBrowser,safari,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",
			file_browser_callback : 'tinyBrowser',
			// Theme options
			theme_advanced_buttons1 : "spellchecker,cut,copy,paste,pastetext,pasteword,code,|,search,replace,|,undo,redo,|,link,unlink,anchor,image,media,advhr,cleanup,|,preview",
			theme_advanced_buttons2 : "styleprops,fontselect,fontsizeselect,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist",
			theme_advanced_buttons3 : "styleselect,formatselect,|,sub,sup,|,outdent,indent,blockquote,|,forecolor,backcolor,|,cite,abbr,|,charmap",
			theme_advanced_buttons4 : "tablecontrols,|,hr,removeformat,visualaid,|,iespell|,template,pagebreak,|,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/general.css"
		});
/*
$(document)
		.ready(
				function() {
					$('textarea.HTML')
							.tinymce(
									{
										// Location of TinyMCE script
										script_url : 'javascripts/tiny_mce/tiny_mce.js',

										// General options
										language : 'es',
										theme : "advanced",
										skin : "o2k7",
										skin_variant : "black",
										plugins : "tinyBrowser,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,advlist",
										file_browser_callback : 'tinyBrowser',
										// Theme options
										theme_advanced_buttons1 : "spellchecker,cut,copy,paste,pastetext,pasteword,code,|,search,replace,|,undo,redo,|,link,unlink,anchor,image,media,advhr,cleanup,|,preview",
										theme_advanced_buttons2 : "styleprops,fontselect,fontsizeselect,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist",
										theme_advanced_buttons3 : "styleselect,formatselect,|,sub,sup,|,outdent,indent,blockquote,|,forecolor,backcolor,|,cite,abbr,|,charmap",
										theme_advanced_buttons4 : "tablecontrols,|,hr,removeformat,visualaid,|,iespell|,template,pagebreak,|,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/general.css"
									});
				});*/

