// JavaScript Document
tinyMCE.init({
				mode : "textareas",
				language : "ru_CP1251",
				theme : "simple",
		//		plugins : "style, paste, advimage,advlink, cleanup",
				relative_urls : false,
				remove_script_host : false
		//		theme_advanced_path_location : "bottom",
				
				

});