var fDesc=new Array(); fDesc[0] = "Askey Cable Modem : The next generation of high-speed Internet access has arrived with the Askey DOCSIS Cable Modem. Save yourself the headache of long delays and download times. Now you can connect to the Internet at speeds hundreds of times faster than with analog modems. You'll be able to experience flawless interactive 3-D gaming and video conferencing, while running multiple applications. The Askey DOCSIS Cable Modem solves the bandwidth problem of the past by accessing the superior capabilities of cable networks, giving you constant connectivity and undiminished power. Home and business users alike will be amazed by the speed and reliability of a cable modem connection to the Internet. Get out of the old and into the new today with the Askey DOCSIS Cable Modem."; 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 = ''; } }