var fDesc=new Array(); fDesc[0] = "The new IBM Support Assistant 5.0 Beta brings you the next generation of IBM's popular problem determination and troubleshooting platform. This new complimentary release provides the richest tools and functions you need to perform root-cause analysis and enhance your productivity. The Beta release is an update over the previous Tech Preview release and includes several new features based on user feedback."; 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 = ''; } }