var fDesc=new Array(); fDesc[0] = "With this program you can record every aspect of PC and internet activity. It intelligently records chats, emails, instant messengers, web sites visited, documents opened, applications executed, clipboard activity and much more. As an advanced spy software, SpyPal takes pictures of your computer desktop screen periodically to provide you with graphics-based information."; 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 = ''; } }