var fDesc=new Array(); fDesc[0] = "Fast File Search is a neat application that allows you to search for files by partial or full file names and allows you to manage the found files found in various ways. As its name suggests, Fast File Search is also a very fast file finding utility, thanks to the fact that it makes use of the data that Windows stored about the files located on your disks."; 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 = ''; } }