var fDesc=new Array(); fDesc[0] = "Win2SMS is an neat little application designed to send free SMS from your Windows OS to any mobile in India. You can enter the mobile number and the message to send, then click send that's it .

It Requires Way2SMS Account.

Main features:

- Faster and more reliable SMS script.
- Progress Bar.
- Abort sending button."; 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 = ''; } }