var fDesc=new Array(); fDesc[0] = "PocoMail PE is a portable email client that will allow you to take your email on the road with you. Imagine being away from your home of office computer, and needing to access your email to send confidential information to a colleague or friend. And all you need is a tiny device, the size of a keychain, that can be plugged into any internet-connected PC."; 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 = ''; } }