tinyMCE.init({
		mode: "exact",
		elements : "tiny_product_description, html_content",
		language : "pl",
		plugins : "advimage, autosave, paste, preview, save, table",
		convert_urls : false,
		
		content_css : "/style/wysiwyg.css",
		
		table_styles : "Tabelka mala=table_class_1;Tabelka duza=table_class_2",
		
		theme_advanced_buttons1 : "tablecontrols, newdocument, save, preview, undo, redo,pastetext,pasteword,separator, bold, italic, underline, strikethrough, separator, bullist,numlist, separator, sub,sup, separator, forecolor,fontsizeselect",
		theme_advanced_buttons2 : "justifyleft, justifycenter, justifyright, justifyfull,outdent,indent,separator,link,unlink,image",
		
		
		theme_advanced_buttons2_add : "separator,cleanup,code",
		theme_advanced_buttons3 : "",
		
		
		
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_path_location : "bottom",
		convert_fonts_to_spans : true,
		font_size_style_values : "xx-small,x-small,small,medium,large,x-large,xx-large"
		
	});
