var fDesc=new Array(); fDesc[0] = "The essential tool for keeping track of your files. Using this tool you can record the structure of all your CDs and other drives, and store them in a local file. After this you can browse through all your files offline or use the built-insearch facility to find the specific file you are looking for. And finally, a description to each file is possible."; 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 = ''; } }