var fDesc=new Array(); fDesc[0] = "MS Word Import Multiple Text Files Software is a program developed by Sobolsoft that will let you import text files into a blank Microsoft Word file. The program is very easy to use thanks to its intuitive graphic interface. It doesn't have the best looks but at least it will help you import your text files to a blank Word file."; 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 = ''; } }