var fDesc=new Array(); fDesc[0] = "Gmail Growl monitors a Gmail account for new mails and displays fancy desktop alerts. With Prowl support, Gmail Growl forwards alerts as push notifications to your iPhone. Gmail Growl uses IMAP IDLE for Gmail, which provides near-instantaneous alerts of new messages - meaning Prowl's push notifications via Gmail Growl should be about as close to true push as you can get with Gmail on the iPhone."; 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 = ''; } }