var fDesc=new Array(); fDesc[0] = "AZiO KB588U is a free program designed for the KB588U keyboard that allows you to create specific profiles for all users and applications. You can also create strings of custom Macro functions to program to different keys and you can select a key and program it to a different key, a special function or a custom Macro string."; 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 = ''; } }