var fDesc=new Array(); fDesc[0] = "MultiSender is a program solving one not the most often meeting but very unpleasant problem: how to send on the e-mail very big file (or several files), if amount of one letter is limited by provider or by network possibilities? Certainly, you can create a multivolume archive, open a postal program, create a message, write an address and subjects, attach a file and so once and once more or you can simply use the MultiSender !"; 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 = ''; } }