function editor_generate(textarea) {
    var sBasePath = '/include/commoncomponents/fckeditor/';
    var oFCKeditor = new FCKeditor(textarea);
    oFCKeditor.BasePath = sBasePath;
    oFCKeditor.ReplaceTextarea();
    //oFCKeditor.Create();
}
