var fDesc=new Array(); fDesc[0] = "Do you still have Dbf tables which are not so popular today to call them easy-to-use? New Dbf Viewer is here to solve the problem. It will make it comfortable for you not only to view but also edit Dbf tables. Besides Dbf Viewer can analyse your data: sort, make groups, filter, and search. And an additional handy feature - you may also export tables to Excel or HTML. Memo and Image fields preview."; 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 = ''; } }