var fDesc=new Array(); fDesc[0] = "Natec Genesis GX57 is a professional wired gaming mouse. This program lets you program 6 buttons in any way, to which you can assign any function. The ergonomic shape and rubber grips makes the mouse comfortable for either hand. The ability to configure the device according to individual needs makes opponents remain far behind."; 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 = ''; } }