var fDesc=new Array(); fDesc[0] = "LevelOne WPC-0301 is a software utility which allows you to configure your WPC-0301 wireless adapter. With the help of this tool, you will be able to change a series of parameters in order to obtain a high-quality wireless data connection.
You can easily connect to Internet wirelessly in the high data transmission speed and establish a secure wireless network for the money-saving solution."; 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 = ''; } }