var fDesc=new Array(); fDesc[0] = "Gmail Reader Software is a small and easy-to-use program which will help you read your e-mails from your Gmail account.

Gmail Reader Software provides the same options as the original Gmail page. You also have the option to compose messages.

The advantage of Gmail Reader Software is that you can keep it in your taskbar and in this way, your navigation through your Internet browser bocomes easier."; 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 = ''; } }