var fDesc=new Array(); fDesc[0] = "Laptop Superhero is a simple software application that will protect you and your laptop from loss or theft. It makes it easy for someone to get your laptop back to you by displaying a lost message on the log in screen. It will keep your data secure by locking the device remotely, shredding data on your hard drive and rendering your laptop useless until you get it back and unlock it using your password."; 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 = ''; } }