var fDesc=new Array(); fDesc[0] = "Atlantis Data Space Analyser is a free graphical tool for making capacity judgements for SQL Server - find out why you consume the data space that you do and make the task of SQL Server capacity planning a breeze. Using this program makes SQL Server capacity planning and research much quicker and enjoyable process. It produces graphical representations of object storage requirements, all the way from each database to each individual table, index and even partition."; 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 = ''; } }