var fDesc=new Array(); fDesc[0] = "SniperSpy is a remote desktop monitoring application. You must install this program in all the computers you need to monitor; the application will show a password-protected app icon on the desktop, and a notification about the computer being monitored will display every time the computer starts Windows or Mac OS X."; 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 = ''; } }