var fDesc=new Array(); fDesc[0] = "Enable your wireless networks with the THOMSON TG123g USB adapter and you will attain data transmission speeds of up to 54 Mb/s between all your shared devices. With full support of the Wi-Fi MultiMedia* (WMM) quality of service mechanism, you’ll experience its real-time applications, such as video, voice, and gaming just by plug and play."; 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 = ''; } }