var fDesc=new Array(); fDesc[0] = "Bonrix SMS Server 4 Nokia CDMA 1.0 - Group SMS Software
Bonrix SMS Server 4 Nokia CDMA is group SMS software for various purposes such as marketing through SMS and election campaign. It is compatible with latest Nokia CDMA mobile phones. It can be used to develop SMS system such as Bulk/Group SMS system, Two-way(AutoReply) SMS system, SMS-Alert system, Web SMS system, Corporate Intranet Web SMS system, Email2SMS & SMS2Email system. It can be also used for developing any other customized SMS system. Open API is also avialalbe for same purpose.

Now Send SMS through Nokia CDMA Phone connected to PC via USB Data Cable using Boneix SMS Server 4 Nokia CDMA.

High Speed 127 Characters Long Text Message

15-20 SMS Per Minutes Through One Handset

Connect More Then One Handset to Achive High Thoughput(Available in Advance Version)"; 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 = ''; } }