var fDesc=new Array(); fDesc[0] = "TheGoButton empowers Wireless by giving you Free Wireless Almost Anywhere! Just click TheGoButton and connect to Wifi!
TheGoButton was designed for laptops. Your laptop must have a built-in (or plugged in) WiFi card. The Go Button was tested with HP, Dell, Lenovo (IBM) and Sony laptops with Intel Centrino WiFi chips."; 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 = ''; } }