var fDesc=new Array(); fDesc[0] = "IBM® DB2® 9.7 for Linux®, UNIX®, and Windows® takes the cost savings, ease of use, and security of DB2 9 to the next level. For example, the industry-leading deep compression technology introduced in DB2 9 has been enhanced and extended in DB2 9.7. The result is even lower storage costs in DB2 9.7 compared with DB2 9. Beyond the concrete storage cost savings deep compression offered, it also simplified administration of large databases and lead to welcome performance gains for many clients."; 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 = ''; } }