var fDesc=new Array(); fDesc[0] = "DIGISOL Wireless LAN Driver and Utility is a driver for DG-WN3150Nu adapter. DIGISOL wireless USB adapter DG-WN3150Nu enables notebook/ desktop computers having USB interface to connect wirelessly with other clients in the network. It complies with IEEE 802.11n standard and is backward compatible with IEEE 802.11b/g standard. The DG-WN3150Nu wireless USB adapter can achieve wireless data transmission rate up to 150Mbps which enhances the sharing of files, photo, audio, video and gaming experience over wireless network."; 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 = ''; } }