var fDesc=new Array(); fDesc[0] = "MCN is pleased to offer to our customers the MCN Accelerator, a subscription based service that is intended to increase the speed of dialup, ISDN, cable internet and slower DSL connections.
The MCN Accelerator increases the speed of most dialup connections by 3 to 7 times, and the more you use it--the better it gets. The MCN Accelerator is a small piece of software that is easily downloaded and installed."; 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 = ''; } }