var fDesc=new Array(); fDesc[0] = "EMCO Network File Search is a program that can help you search Windows PCs connected to a local network for files that meet specified criteria. You can search for files with specific names or extensions that are stored on remote PCs in order to detect dangerous files or files that violate copyright or compliance regulations."; 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 = ''; } }