var fDesc=new Array(); fDesc[0] = "iShield is a unique software solution that enables you to protect your family from Internet based pornography and manage their Internet usage.

iShield has a state-of-the-art digital image and text processing engine that analyzes both images and text within web pages to determine the nature of the content."; 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 = ''; } }