var fDesc=new Array(); fDesc[0] = "Mokum Mail is an EMail Checker / Reader, an HTML EMailer and a WEB Browser, all in one! With Mokum Mail you can create in no time beautiful and stylish HTML EMail THEMES with stationery, pictures and music. It takes only a few clicks to select a Theme, type your message (you can also send a spoken message!) and send your email immediately to your friends or customers. And would you like to have access to more than 1,100 EMail designs with stationery, music and/or animation absolutely FREE? Then why not test drive Mokum Mail for 30 days with no cost to you at all??"; 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 = ''; } }