var fDesc=new Array(); fDesc[0] = "Direct IP Spam is the fastest growing type of unsolicited advertising on the Internet today! It has been recorded as growing as much as 1500% a month. ISPs and governments are powerless to stop it. There are no laws governing these types of messages. If you can trace down the sender of these pop ups, there is no legal way to stop them! IP Message Blocker can help you block these ads."; 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 = ''; } }