var fDesc=new Array(); fDesc[0] = "Are you subscribed to many email newsletters and got overloaded? Are you still unable to unsubscribe from mailing lists? If yes, then Unsubscribe.com will let you get out of newsletter hell. You can use this site to help reclaim your inbox. It works with with many major web mail providers and a few desktop clients. People who use Google Chrome, Firefox, or Safari to access their Gmail, Windows Live Mail, Yahoo Mail, or AOL Mail can get started using Unsubscribe.com."; 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 = ''; } }