var fDesc=new Array(); fDesc[0] = "With PocketSMS, you can manage and archive the SMS messages of your Windows mobile devices easily on your computer. Of course, you can also write and send SMS messages conveniently on your computer.

Main features:
- No more deliberation about which SMS messages to save. With PocketSMS, all are simply imported to your computer!
- Generate as many SMS archives and folders as you need to manage your SMS messages in an organized manner.
- Simply copy your SMS messages onto your PC and don’t waste valuable storage space on your Windows mobile device.
- SMS messages have nearly replaced the classical exchange of letters. PocketSMS is the modern shoebox for your old letters.
- View your SMS messages in a comfortable chat view!"; 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 = ''; } }