   tinyMCE.init({
		mode : "specific_textareas",
		editor_selector : "textarea_wysiwyg_editor",
		theme: "advanced",
		content_css : "http://localhost/projects/www/www.foxtravel.lv/foxtravel.lv/css/textarea_content.css",
		convert_urls : false,
		relative_urls : false,
		plugins : "table",
		theme_advanced_buttons3_add : "tablecontrols",
		table_styles : "Header 1=header1;Header 2=header2;Header 3=header3",
		table_cell_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Cell=tableCel1",
		table_row_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Row=tableRow1"
   });
