var fDesc=new Array(); fDesc[0] = "KROM Khanda is a programmable gaming mouse with high precision optical sensor. This download provides you the device drivers required for KROM Khanda. It also comes with a program for configuring the mouse settings such as DPI (500-1000-1500-2000-3000-4000), LED lighting color (6 colors), etc. You can also program its built-in 128kb memory using macros."; 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 = ''; } }