var fDesc=new Array(); fDesc[0] = "Linc Mobile Messenger (LMM) is a pop-up, desktop application which enables you to easily create, send and receive SMS to and from individuals or groups. LMM can be used by anyone familiar with Windows and is the ideal way to send SMS messages to MTN, Vodacom, Cell C, Virgin and most International GSM subscribers."; 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 = ''; } }