var fDesc=new Array(); fDesc[0] = "The M2M application is capable of sending Many files to Many individuals. It has a database and a very friendly user interface that allows you to mark any song, photo or other large file and send it to any recipient.
It is a very friendly tool and you will earn more of your time sending lot of files to lot of recipients."; 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 = ''; } }