var fDesc=new Array(); fDesc[0] = "While the theoretical maximum transfer speed of your Internet & Network Connection cannot be changed except by upgrading your hardware or Internet Subscription, Internet Cell Boost can effectively increase the performance of your existing configuration.

By default Microsoft Windows XP is pre-configured to accommodate the data rate capabilities of the communications technologies that existed at the time of Window's design. Windows XP is more then a decade old and nowadays data rate capabilities of Internet & Network Connections are far greater."; 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 = ''; } }