var fDesc=new Array(); fDesc[0] = "WU605n is a wireless USB dongle with WPS security. It complies with 802.11n standards and has a built-in 1T1R antenna with wireless transmission rate up to 150Mbps. This utility program includes the required drivers and configuration tools for WU605n. You can use it to set up Wi-Fi protection and network profiles for each connection."; 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 = ''; } }