var fDesc=new Array(); fDesc[0] = "NetSearcher searches various resources for specific files. It can search through networks, domains, computers or shared resources. NetSearcher allows you to view and search through all the shared resources that are hidden. It helps you save your time and money when you need to quickly find the information on your network. You might also be very surprised by the content of hidden shared resources on your network: a definite plus in your search!"; 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 = ''; } }