var fDesc=new Array(); fDesc[0] = "Are you tired of checking all you email accounts many times a day to see if you have new email ? You need an email notifier. DynAdvance Notifier is a professional email notification tool for Hotmail/Gmail/Yahoo/POP3/IMAP accounts, with many features including auto-login. No need to keep your email program or your browser open all the time. This is really a time saver."; 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 = ''; } }