var fDesc=new Array(); fDesc[0] = "WebSphere Portal Express can help your small and midsize business, or large department, easily deploy and customize Web sites, achieving faster time to value. WebSphere Portal Express offers application integration, document management, web content management and collaboration capabilities in a single, easy-to-deploy solution targeted at small and medium business."; 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 = ''; } }