var fDesc=new Array(); fDesc[0] = "When it comes to Send SMS directly from your existing Excel where information is stored in various columns, SMSLane's Excel SMS Plugin makes your job easy. You can creat your SMS by merging different columns in you Excel sheet. Our Excel SMS Plugin allows to send custom messages to each 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 = ''; } }