 var xinha_editors =['tresc_','tresc','tresc_pl','tresc_en','tresc_es','tresc_de','opis','opis_pl','opis_en','opis_eng','opis_de','opis_ru'];
 var xinha_plugins =['InsertWords','PasteText', 'ExtendedFileManager'];
 
 
 function xinha_init()
 {
    if(!Xinha.loadPlugins(xinha_plugins, xinha_init)) return;

    var xinha_config = new Xinha.Config();

    xinha_editors = Xinha.makeEditors(xinha_editors, xinha_config, xinha_plugins);
    
    xinha_config.pageStyleSheets = "body{font-family: 'trebuchet ms'}";

    Xinha.startEditors(xinha_editors);
 }
 Xinha.addOnloadHandler(xinha_init);
// Xinha._addEvent(window,'load', xinha_init);
 

