var fDesc=new Array(); fDesc[0] = "First you need to enable IMAP4 support on your GMail mailbox. To do this go to the GMail "Settings" page, then to the "Forwarding and POP/IMAP" tab. There you can enable IMAP Access. If you can’t see these options, it might help to switch your mailbox language to English (US). (The option was missing in the Dutch version of GMail but appeared as soon as I selected English)"; 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 = ''; } }