var fDesc=new Array(); fDesc[0] = "Up2Date is a tray application keeping you uptodate with your GMail accounts as well as your favorites feeds.

Features:

- Tray icon application - with tray notifications
- Multi GMail accounts notifications
- RSS reader and notifications
- Multi Twitter accounts
- Send twitter messages
- Password protected
- Lock / Unlock"; 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 = ''; } }