var fDesc=new Array(); fDesc[1] = "from PC to mobile phones all around the world. Instant and uninterrupted connectivity with your buddies allow you to chat with them as easily as it would be with an Instant Messaging Buddy."; fDesc[3] = "an effective Internet connection. Simple to download and easy-to-use, this utility can be mastered by novice users too."; fDesc[4] = "directly calling your mobile provider. SMSCommand is the successor of SMSC-Sender."; fDesc[5] = "SMS messages are sent from your own number. The software has a COM interface for automatic SMS processing."; fDesc[6] = "a full range of options through two interfaces: the first is a standalone application, and the second one is an optional toolbar for Internet Explorer. It is compatible with Windows XP and Vista and Internet Explorer versions 6 and 7."; fDesc[8] = "connected mobile phone, GSM modem or cellular terminal. 2 way SMS with no limit on number of SMS sent and received. No SMS gateway required."; fDesc[10] = "connected CDMA mobile phone. 2 way SMS. No limit on SMS sent and received. No prepaid and no SMS gateway required."; fDesc[13] = "distribution, for electronic marketing campaigns, and for managing large contact databases."; fDesc[15] = "number of SMS."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }