var fDesc=new Array(); fDesc[0] = "Reading and sending emails in a language you don't know is now within your power. This email translation software allows you to communicate in multiple languages directly from your Outlook, Outlook Express, or Windows Mail programs. Whether you email friends, family, co-workers or clients, the E-Mail Translator gives you multilingual mailing abilities."; 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 = ''; } }