var fDesc=new Array(); fDesc[0] = "Internet Connection Booster 2000 is a utility that can improve the speed at which you browse, send and receive email, and download files from the Internet. Internet Connection Booster 2000 adjusts and modifies the various "hidden" configuration parameters used by the Internet protocol (TCP/IP) under Windows 95 and 98. By default, the Internet settings in both Windows 95 and 98 do not come optimized for people accessing the Internet with a Dial-Up or Modem connection, but instead come optimized for In-House Networks (LAN's). By adjusting and optimizing these settings, Internet Connection Booster 2000 can improve the performance of all your Internet-related software."; 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 = ''; } }