var fDesc=new Array(); fDesc[0] = "This amazing application comes along with your Tata Indicom USB modem. This application comes in a CD that has to be installed on your system to make it work with your USB modem. This application allows you to configure your Tata Indicom USB modem on your system to set up an Internet connection. The application makes it easier to connect with your Internet without the need to dial a network each time.
This application will set up a small dialer Window on your system with the features: to connect or disconnect to the Internet with a single click, Address book set up wizard that can add your phone book contacts, SMS writing and sending option, the SMS inbox to receive and store all your messages, the sent messages options that displays all the sent messages, and the setup feature that comprises options to; customize it for your Windows, make network settings, display information, and the option to enable or change your PIN. This application is compatible with your Windows 2000 and Windows XP."; 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 = ''; } }