var fDesc=new Array(); fDesc[0] = "This kit works on both AlphaServer and Integrity server systems and contains advances over the T4. Now, the kit also includes signed manifest files used for validation during kit installation. Ensure that the file attributes are reset as mentioned in the T4_README documentation before you proceed with the installation."; 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 = ''; } }