var fDesc=new Array(); fDesc[0] = "looksoftware suite is a package that includes dynamic application modernization and integration solutions for customers and vendors. It automates the modernization process, requiring no changes to your back-end System i, AS/400, iSeries and System z applications. It provides support for delivering core applications in popular UIs like Outlook and Google."; 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 = ''; } }