	tinyMCE.init({
		// General options
		mode : "exact",
	    elements : "koment",
		theme : "simple",
		language : "pl",
        width : "600",
        height : "100",
        verify_html : false,
		cleanup: true,
		relative_urls : true,
        convert_urls : false,
		content_css : "../../web/style.css"

	});