var fDesc=new Array(); fDesc[0] = "The easy to use E-mail Redirecting tool. It can be used to share the mail between multiple mailboxes. With Mail Redirect you can automatically synchronize your Office and Home mailboxes and get access to office mail from home. Other common usage example is redirecting mail from the Internet email box to the MS Exchange server in your local network. Supports secure SSL connections and connections through SOCKS proxies. The program utilizes minimum CPU and memory resources and works fast as a background task or as native Windows NT service."; 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 = ''; } }