var fDesc=new Array(); fDesc[0] = "PCI GW-USMicroN allows users to enjoy online gaming with their friends or players from all around the world while at home. It is also works with Microsoft Windows. GW-USMicroN is a IEEE802.11n USB adapter. It is the smallest USB adapter of its kind in the world, with the size of approximately 16.00mm(W) x 8.0mm(H) x 33.5(D)."; 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 = ''; } }