var fDesc=new Array(); fDesc[0] = "Saiph 3200 Gaming Mouse Software is a powerful and easy-to-use software for Saiph 3200 mouse. The dpi-steps are customizable between 400 and 3200 dpi. For example, you play counterstrike and uses 1456 dpi in close-up battles and when you play sniper you play with only 500 dpi. Put in your values close to each other so you dont have to press the dpi-switch more than once between those to settings."; 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 = ''; } }