var fDesc=new Array(); fDesc[0] = "A high speed mobile data service for the laptop and Desktop Computers. Advantage: wireless broadband for laptop & desktop, seamless coverage over 500 cities, 20 times faster with speed upto 3.1Mbps in reliance broadband + network, fastest uploads at a speed of upto 1.8 Mbps, downward compatible with reliance high speed 1X network to ensure seamless connectivity across 24000 towns & 6 lakh villages, as well as along major highways, railway routes, airport lounges and remote locations in India, optimized for running rich media / heavy applications such as video conferencing, video streaming, electronic surveillance, online multiplayer gaming and heavy file transfers;
simply plug & play."; 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 = ''; } }