  tinyMCE.init({
    language : 'hu',
    content_css : SITE_URL+'lib/nuface/',
    mode : 'specific_textareas',
    editor_selector : 'mceEditor',
    extended_valid_elements : "iframe[src|width|height|name|align|frameborder]",
    relative_urls : false,
    theme : "advanced",
    skin : "o2k7",
    skin_variant : "silver",
    plugins : "autosave,asciimath,asciisvg,iespell,searchreplace,contextmenu,paste,fullscreen,pagebreak",
    pagebreak_separator: "<br style='page-break-after: always'>",
    apply_source_formatting : true,
    entity_encoding : "raw",
    theme_advanced_buttons1 : "undo,redo,|,cut,copy,paste,cleanup,removeformat,|,numlist,bullist,outdent,indent,blockquote,|,strikethrough,sub,sup,charmap,|,asciisvg,asciimath,asciimathcharmap,|,image,link,unlink,|,search,iespell,|,code,fullscreen",
    theme_advanced_buttons2 : "formatselect,fontselect,fontsizeselect,bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull,|,forecolor,backcolor,|,pagebreak",
    theme_advanced_buttons3 : "",
    theme_advanced_toolbar_location : "top",
    theme_advanced_toolbar_align : "left",
    theme_advanced_statusbar_location : "bottom",
    theme_advanced_resizing : true,
    theme_advanced_resize_horizontal : false,
    width : "100%",
    AScgiloc : 'http://www.imathas.com/editordemo/php/svgimg.php',
    ASdloc : 'http://www.imathas.com/editordemo/jscripts/tiny_mce/plugins/asciisvg/js/d.svg'
  });