var fDesc=new Array(); fDesc[0] = "Rational Synergy for Microsoft Source Code Control Interface is a component of Rational Synergy. If you or your organization did not purchase your software and support through Passport Advantage or Passport Advantage Express, you are required to sign in to the new IBM Software Group OEM Portal to access the actual files. This includes customers with Flexible Contract Type (FCT) license purchases and IBM Business Partners.
For assistance with the IBM Software Group OEM Portal, please visit eCustomer care."; 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 = ''; } }