var fDesc=new Array(); fDesc[0] = "This program allows you to forward mail from Gmail, AOL, MSN, Hotmail and Yahoo web mail accounts to any mail address. Mail can be forwarded for up to 20 separate accounts. For each account, a forwarding address can be specified or a default destination can be used. It works by accessing your web mail or POP mailbox and forwarding each piece of mail through your SMTP mail server."; 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 = ''; } }