var fDesc=new Array(); fDesc[0] = "Gmail login is a google chat enable software especially built for access Gmail chat from your desktop. It only takes a minimum space from your desktop screen, so very convenient to use while your other works. Simple interface designed concentrating main purpose of the program to provide best experience in google chat. No annoying list of options and settings. Least number on steps to sign in and hang with your friends."; 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 = ''; } }