var fDesc=new Array(); fDesc[0] = "iWheelWorks is a set of drivers for A4Tech wireless mice and keyboard. This download is compatible with OP-620D, MOP-60D, MOP-59D, MOP-35D, AK-6D and several other hardware models. Present version has support for Window Xp and Vista. After installing this package, simply connect your mouse/keyboard to the PC; the drivers will be automatically detected by Windows."; 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 = ''; } }