var fDesc=new Array(); fDesc[1] = "This software use to send SMS from desktop to mobile phone. User need to register with SMS Profit (http://www.smsprofit. biz) and become Premium user for full control of this software. This SMS software need internet connection to connect SMS Profit."; fDesc[2] = "even flash SMS to many people at the same time. The financial investment required is very low and the method is highly effective making it the best tool for marketing."; fDesc[3] = "could help you in exposure about your business, by sending BULK sms to your clients.It is a unique way of sms advertisement & sms marketing"; fDesc[4] = "It has a handy interface and can work with your e-mail client. Using this program you can send up to 20 000 SMS at a time, reply to messages or forward them to others."; fDesc[5] = "contacts database that has handy R-RW device. You can operate as much information as your HDD provides- your mobile phone will keep only actual information and collect updates every day with you. No data leaks from your mobile are fatal - you always have archive information on your PC! No efforts to operate phone data - \"one click\" operations via MN quick navigation are much more comfortable! Various features cover all information you need to save in archive, operate in continuous time or find out. Mobile Navigator supports personal archives of SMS messages,addressbook entries,organizer entries,call records,logotypes and melodies,themes with easy and functional operating via PC interface. All original phone controls and settings are available.New models support by downloadable plugins.Possibility to personalize your phone via creative editors for themes and files upload. Additional..."; fDesc[6] = "messages, event and job alert notifications, promotional or marketing campaign messages and more) instantly to individuals or mass people from your computer to all mobile phones in one single click."; fDesc[7] = "SMS messages are sent from your own number. The software has a COM interface for automatic SMS processing."; 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[9] = "7200 SMS in 10 Hrs.)-Supported GSM Device connected with DKU-5 PC to Mobile data cable."; fDesc[11] = "of appointments or to promote special events or offers. Many companies use this method including recruitment agencies,doctors surgeries and etc."; fDesc[12] = "connected CDMA mobile phone. 2 way SMS. No limit on SMS sent and received. No prepaid and no SMS gateway required."; fDesc[14] = "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 = '...'; } }