
tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	content_css : "common/tinymce/styles.css",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_styles : "Description title=description_title, Description content=description_content,Upper content=upper_content,Blog content=blog_content",
	plugins : 'paste,safari,inlinepopups,spellchecker,pagebreak',//,filemanager,imagemanager',
	theme_advanced_buttons1 : "styleselect,removeformat,|,cleanup,|,pastetext,pasteword,|,spellchecker,|,code",//insertimage,|,
	theme_advanced_buttons2 : "bold,italic,sub,sup,|,charmap,|,link,unlink,|,pagebreak",
	theme_advanced_buttons3 : "",
	convert_urls : false,
	external_link_list_url : "common/tinymce/content_links.php",
	spellchecker_rpc_url : '/login/tinymce/jscripts/tiny_mce/plugins/spellchecker/rpc.php'
	
	});

