var fDesc=new Array(); fDesc[0] = "USB ERF Gateway - Error in recognizing USB gateway.
The USB/ERF Gateway Software only works on Windows XP/SP3, Vista/SP2 and Windows 7/SP1 (32-bit and 64-bit). If it fails to run, uninstall it, download a new copy, and install it again. If you still get an error message in the software, please send a screen shot of the error or write down the exact wording"; 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 = ''; } }