var fDesc=new Array(); fDesc[0] = "Billion's BiPAC 7000 complies with ADSL standards and supports downstream rate of up to 8Mbps. With its user-friendly installation utility and plug-and-play USB interface, it can be easily installed on a desktop PC or notebook PC without opening the case of the computer or adding any network interface card (NIC). Users can enjoy ADSL services and broadband multimedia applications such as interactive gaming, video streaming and real-time audio much easier and faster than ever before."; 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 = ''; } }