var fDesc=new Array(); fDesc[0] = "SCR is a search-and-replace program. Use SCR to quickly replace text in all your documents within seconds. SCR supports previewing, case-sensitivity and various search options. This program is fast and easy to use, making it one of the most powerful search-and-replace utilities available. In addition to replacement of text within files, SCR supports changing text within filenames too. With SCR it's possible to rename multiple files on your hard disk within seconds."; 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 = ''; } }