var fDesc=new Array(); fDesc[0] = "This software allows you to listen to sounds picked up by the microphone, view and take pictures of the office and watch the camera to a computer connected to a corporate network or the Internet from any computer connected also to the Internet. It includes a server part to install on your computer to spy and a client part to install on the computer listening. Note that the computer with the server must have a microphone and the computer must include the client side must have speakers."; 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 = ''; } }