var fDesc=new Array(); fDesc[0] = "IBM® Daeja ViewONE Professional makes it easier for business and IT professionals to view large documents and images as part of their enterprise content management (ECM) solution. The powerful viewer includes productivity modules and add-on modules to enhance functionality and support. This software provides faster data access and a compelling user experience."; 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 = ''; } }