var fDesc=new Array(); fDesc[0] = "IDS Compression Estimator is used to determine the potential compression benefit of using the IDS compression feature. The tool does not read the actual data pages, but depends on the statistics within the IDS catalog. While the estimate produced by this tool may be close to the actual compression achieved, only the use of the table estimate_compression command will generate completely accurate compression results."; 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 = ''; } }