var fDesc=new Array(); fDesc[0] = "CorsairLINK offers exciting new capabilities in system monitoring and control. Corsair products can be linked together for monitoring, with an amazing level of control. With this utility you can also remove any stored profiles and set to default in a easy way."; 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 = ''; } }