var fDesc=new Array(); fDesc[0] = "IBM Rational License Key Administrator is a program that helps you enter or import license keys and change your license configuration on the Rational License Key Server. Your organization can track or monitor licenses and evaluate the licenses of various products that organization uses. The tool provides various licensing models that offer the flexibility to manage and obtain optimum license usage."; 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 = ''; } }