var fDesc=new Array(); fDesc[0] = "SpyKey is the only app that let you monitor your PC KEYBOARD activity in real-time!!!
Simply download and install the server application on your PC and connect it using your iphone/ipod/ipad. Great use for parental control purposes, protect your kids from chating with strangers!"; 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 = ''; } }