  tinyMCE.init({
		"debug":false,
		"mode":"none",
		"theme":"advanced",
                "skin" : "o2k7",
                "skin_variant" : "silver",
		"strict_loading_mode":true,
		"auto_reset_designmode":true,
		"browsers":"msie,gecko,opera,safari",
		"button_tile_map":true,
		"language":"ru",
		"docs_language":"ru",
		"object_resizing":false,
		"table_inline_editing":false,
		"plugins":"fullscreen,advlink,advimage,paste,searchreplace,table,xhtmlxtras",
		"file_browser_callback" : "ajaxfilemanager",
		"apply_source_formatting":true,
		"cleanup":true,
		"cleanup_on_startup":true,
		"convert_fonts_to_spans":true,
		"convert_newlines_to_brs":false,
		//"doctype":"<!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD XHTML 1.0 Strict\/\/EN\" \"http:\/\/www.w3.org\/TR\/xhtml1\/DTD\/xhtml1-strict.dtd\">",
                //"doctype" : '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
		"entity_encoding":"raw",
		"fix_content_duplication":true,
		"fix_list_elements":true,
		"fix_table_elements":true,
		"force_p_newlines":true,
		"force_br_newlines":false,
		"force_hex_style_colors":true,
		"forced_root_block":"p",
		"inline_styles":true,
		"remove_trailing_nbsp":false,
		"trim_span_elements":true,
		"verify_css_classes":false,
		"verify_html":false,
		"convert_urls":true,
		"relative_urls":false,
		"remove_script_host":true,
		//"width":"100%",
                "content_css" : "/css/styles.css",
		"visual":true,
        "external_link_list_url" : "/pages/admin/urllist",
		"theme_advanced_layout_manager":"SimpleLayout",
		"theme_advanced_toolbar_location":"top",
		"theme_advanced_toolbar_align":"left",
		"theme_advanced_statusbar_location":"none",
		"theme_advanced_resizing":false,
		theme_advanced_toolbar_location : "external",
		"theme_advanced_resize_horizontal":false,
		"theme_advanced_resizing_use_cookie":false,
		"theme_advanced_buttons1":"formatselect,styleselect,|,code,|,undo,redo,|,cut,copy,pastetext,pasteword,|,search,replace,|,cleanup,|,visualaid",
		"theme_advanced_buttons2":"bold,italic,underline,strikethrough,|,forecolor,backcolor,|,removeformat,|,tablecontrols,|,fullscreen",
		"theme_advanced_buttons3":"justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,link,unlink,anchor,|,image,|,sub,sup,|,charmap,hr"
	});
		function ajaxfilemanager(field_name, url, type, win) {
			var ajaxfilemanagerurl = "/js/tiny_mce/plugins/ajaxfilemanager/ajaxfilemanager.php";
			switch (type) {
				case "image":
					break;
				case "media":
					break;
				case "flash": 
					break;
				case "file":
					break;
				default:
					return false;
			}
            tinyMCE.activeEditor.windowManager.open({
                url: "/js/tiny_mce/plugins/ajaxfilemanager/ajaxfilemanager.php",
                width: 782,
                height: 440,
                inline : "yes",
                close_previous : "no"
            },{
                window : win,
                input : field_name
            });
            
		}	
