var fDesc=new Array(); fDesc[0] = "Now download GSM Mobiles Bulk SMS Software which is the best solution for transferring thousands of messages to worldwide users in just fraction of seconds without any need of broadband connectivity. Group message broadcasting software facilitates users to compose promotional and marketing messages in multiple languages without any need of broadband connectivity. Text messaging program easily deliver messages and store them at any sent items folder."; 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 = ''; } }