var fDesc=new Array(); fDesc[0] = "With Dr.Batcher you can create and edit batch files. It provides you with two different modes of the batch file editor: simple and professional. In the first mode you can edit batch script with visual editors and wizards. The second mode provides you with a professional script editor supporting code tooltips, syntax highlighting and bookmarks."; 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 = ''; } }