var fDesc=new Array(); fDesc[0] = "RoboMail has a built-in e-mail server which can send out e-mail without using ISP's server. A user can send personalized e-mails easily, which stands out from tons of the junk mails. User can send newsletter, product release, promotional events to customers. With this program you can enjoy email marketing and explore business opportunities."; 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 = ''; } }