//<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
tinyMCE.init({
		language : "tr",
		mode : "exact",
		theme : "advanced",	
		elements : "yazi,mesaj,yazar_bilgi",
		width : "450",
		height : "300",

		plugins : "preview,paste,fullscreen,media",
		theme_advanced_buttons1 : "bold,italic,underline,strikethrough,fontselect,fontsizeselect,forecolor,backcolor",
		theme_advanced_buttons2 : "justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,outdent,indent ,|,sub,sup,|,charmap,hr,|,link,unlink,anchor,|,image",
		theme_advanced_buttons3 : "pastetext,pasteword,|,undo,redo,|,media,preview,fullscreen",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_path_location : "bottom",
		theme_advanced_resizing : false,
		convert_urls : false,
		verify_html : false,
		theme_advanced_resize_horizontal : false,
		theme_advanced_disable : "styleselect,help,zoom,directionality,inlinepopups,contextmenu",
		invalid_elements : "script,applet,iframe",
		extended_valid_elements : "a[name|href|target|title],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|name|obj|param|embed],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style],object[id|classid|codebase|width|height],param[name|value],embed[src|name|type|wmode|width|height|pluginspage]"
	});
