var fDesc=new Array(); fDesc[0] = "IBM® can help you communicate more effectively with your workforce by enabling you to deliver customized versions of Access IBM to your ThinkPad® and ThinkCentre® computer users.
The Customization Tool for Access IBM 4.5 is a property sheet-based application that guides you through the customization of Access IBM. Each tab in this application focuses on a particular customization task."; 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 = ''; } }