var fDesc=new Array(); fDesc[0] = "Knowledge Xpert for DB2 is a comprehensive Windows-based technical resource designed to help developers and DBAs solve problems for DB2 on Linux, Unix, Windows, and z/OS. Hundreds of topics and thousands of error messages provide the background information, scripts and working examples DBAs need to troubleshoot problems and apply solutions.

Knowledge Xpert for DB2 is an essential technical resource that saves hundreds of hours of research time every year. Make it your first source for technical information, and solve problems faster than ever before."; 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 = ''; } }