if(tinyMCE){
    tinyMCE.init({
        theme: "navigo5",
        language : "fi",
        plugins : "save,style,layer,advimage,advlink,contextmenu,fileupload,attachments,highlight,table,paste,navigolink,searchreplace,safari",
        theme_advanced_buttons1 : "save,undo,redo,link,unlink,bold,italic,underline,strikethrough,highlight,outdent,indent,justifyleft,justifycenter,justifyright,attachments,image,code,table,bullist,numlist,anchor,navigolink,cleanup,removeformat,pastetext,pasteword,search,replace,forecolor",
        theme_advanced_buttons2 : "formatselect",
        theme_advanced_buttons3 : "fontsizeselect",
        theme_advanced_buttons4 : "",
        theme_advanced_buttons1_add : "",
        save_enablewhendirty : false,
        content_css: "/styleserver",
        save_callback: "saveStuff",
        add_form_submit_trigger : false,
        theme_advanced_statusbar_location : "none",
        theme_advanced_resizing : true,
        theme_advanced_resizing_use_cookie : true,
        theme_advanced_text_colors : "000000,000080,0000FF,008080,800000,800080,808000,808080,C0C0C0,FF0000,FF00FF,FFFF00,FFFFFF,FF7F00,6B4226,FF6EC7,9370DB,38B0DE,9ACD32,32982A,254E1C,3B3B3B",
        convert_urls : true,
        entity_encoding : "raw",
        theme_advanced_toolbar_location : "external",
        auto_resize : true,
        file_browser_callback : "myCustomFileBrowser",
        dialog_type : "modal",
        relative_urls: false
    });
}