var fDesc=new Array(); fDesc[0] = "The conversion is being performed in three different modes, placed on separate tabs of the main window: 'Single File', 'Files List' 'Text Block' and 'Table to HTML'. This allows to set conversion options matching to selected mode. The program allows users to set different options not only to operate program settings and generation process, but also to establish formatting mode, auto detection with replacement of special symbols etc."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }