var fDesc=new Array(); fDesc[0] = "Google Icon Notifier adds Gmail as the Default Email Icon in the Start Menu. Automatically signs you into your Gmail account. Updates the number of unread emails (useful on things like the G15 keyboard and laptops with the little email light). Adds Gmail to the list of Default Email Programs. Supports multiple Gmail Accounts. Notifies you of new email."; 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 = ''; } }