var fDesc=new Array(); fDesc[0] = "One of the best modem enhancers on the market, it boosts download and upload speeds your modem is capable of. Very easy to use, fully compliant with all versions of Microsoft � Windows and compatible with all internet connection types. Download music, movies and play internet games faster.
You can makes direct changes to system registry and system files to enhance internet download and upload speeds.
Automatically adjusts settings and changes made based on computer and modem specifications, complete fault tolerance system implemented."; 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 = ''; } }