var fDesc=new Array(); fDesc[0] = "GRaiN is a notifier application for Google Reader that sits in your system tray and alerts you when you have new unread items.

The original creator of this project is Lowell Heddings also known as the How-To Geek and writes for Lifehacker. Since he's too busy to attend to it, He let me take over the project, and now I maintain it, fix bugs, and occasionaly add features, especially if someone request it."; 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 = ''; } }