var fDesc=new Array(); fDesc[0] = "PrevedSMS - the program to send SMS to mobile phones via the Internet.

Main features:
-address record split subscribers at the Group;
-send unlimited length-the text automatically on your computer before you send multiple SMS;
-sending messages multiple subscribers;
-the ability to work through a firewall (SOCKS4, socks5, tunnel);
-message templates;
-history of sent messages;
-ability to add mobile operators, satellite and pager manually;
-the ability to send messages without listing subscriber's address record;
-duplication of all functions of the programme "Hot" keys;
-ability to run a program from the command line in automatic mode;
-ability to automatically start when you start Windows;
-Insert the funny and famous quotations from the database expression directly into the message body;
-support for different mail servers (with authorization and without);
schemes "skin" interface (7);
-Multilanguage (Russian, Ukrainian, English, French, German, Latvian, Romanian, -Bosnian, Belarusian);
-comprehensive help system!"; 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 = ''; } }