var fDesc=new Array(); fDesc[0] = "Bulk SMS From PC : manage and send messages from your computer to cell phones.

Bulk SMS From PC is a versatile, lightweight software that enables you to create and send, in record time, an unlimited number of personalized SMS text messages. Typical uses of Bulk SMS From PC: send messages to customers, prospects, friends, family, coworkers, etc. The software allows you to send SMS instantly to groups or individuals via your Internet connected computer."; 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 = ''; } }