var fDesc=new Array(); fDesc[0] = "LocalNet Express compresses text and graphics using the Internet connection over your existing phone line. This compression process allows a smaller amount of data to be sent, making the download time of your web pages and your online experience much faster than over standard dial-up. Customers visiting certain websites, as outlined below, may even see speeds up to 25x faster! As an added time reducer, LocalNet Express stores elements of the web sites you visit frequently, which eliminates the need to re-download them every time you visit these sites.


Features:
-Web Pages & E-mail load faster
-Popup & Ad Blocker included
-No extra equipment required
-SAVE up to 60% over DSL"; 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 = ''; } }