var fDesc=new Array(); fDesc[0] = "BulkSMS is a easy-to-use Windows NT/XP/2000/2003 based bulk mobile messaging program that can be used to send SMS and WAP Push to a list of phone numbers from your PC using any ETSI 07.05 compliant GSM Modem or a phone connected to the serial port using data cable or infrared device. The list of phone numbers can be either manually entered or imported from a text file, Excel worksheet, or Access database.

Besides the ability to send SMS in English, bulkSMS can also send SMS in any language supported by Unicode (Arabic, Chinese, Hebrew, Hindi, Thai, Greek, etc) making it a unique product for businesses located anywhere in the world."; 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 = ''; } }