

jceFunctions.relative = true;



jceFunctions.mambotMode = false;



jceFunctions.state = "mceEditor";



tinyMCE.init({



site : "http://www.matroxvideo.ru/",



document_base_url: "http://www.matroxvideo.ru/",



theme : "advanced",



language : "ru",



lang_list : "ru",



width : "100%",



height : "600",



mode : "specific_textareas",



browsers : "msie,safari,gecko,opera",



event_elements : "",



entity_encoding : "named",



verify_html : false,



relative_urls : false,



remove_script_host : false,



remove_linebreaks : false,



apply_source_formatting : true,



convert_fonts_to_spans : true,



cleanup_on_startup : true,



fix_list_elements : true,



fix_table_elements : true,



save_callback : "jceSave",



oninit: "jceOninit",



content_css : "http://www.matroxvideo.ru/templates/joostfree/css/template_css.css",



template_colors : "",



paste_create_paragraphs : false,



paste_create_linebreaks : false,



paste_use_dialog : false,



paste_auto_cleanup_on_paste : false,



paste_strip_class_attributes : "all",



paste_remove_spans : false,



paste_remove_styles : false,



font_size_style_values : "8pt,10pt,12pt,14pt,18pt,24pt,36pt",



table_inline_editing : true,



invalid_elements : "applet",



force_br_newlines : false,



force_p_newlines : true,



directionality : "ltr",



theme_advanced_layout_manager : "SimpleLayout",



theme_advanced_resizing : true,



theme_advanced_resizing_use_cookie : true,



theme_advanced_resize_horizontal: false,



theme_advanced_toolbar_location : "top",



theme_advanced_toolbar_align : "left",



theme_advanced_statusbar_location : "bottom",



theme_advanced_disable : "fontselect,styleselect,newdocument,indent,outdent,hr,clipboard,sub,sup,visualaid,charmap,anchor,formatselect",



theme_advanced_buttons1 : "undo,redo,bold,italic,underline,strikethrough,forecolor,backcolor,bullist,numlist,justifyright,justifycenter,justifyleft,justifyfull,link,unlink,image,pasteword,pastetext,fontsizeselect,code,removeformat,fullscreen",



theme_advanced_buttons2 : "",



theme_advanced_buttons3 : "",



theme_advanced_buttons4 : "",



theme_advanced_buttons5 : "",



theme_advanced_blockformats : "p,div,h1,h2,h3,h4,h5,h6,blockquote,dt,dd,code,samp",



plugins : "fullscreen,paste,imgmanager,advlink",



extended_valid_elements : "script[*]"



});



function jceSave(element_id, html, body){



return jceFunctions.save(html);



};



