var fDesc=new Array(); fDesc[0] = "Microsoft SQL Server 2005 Samples is a very useful pack which can help you to setup the sample database for geospatial data. It includes some sample for tools like ASTrace (it provides you with ability to capture an Analysis Services trace and log it into a SQL Server table), ActivityViewer (a tool that displays users, connections, and processes for an instance of Microsoft SQL Server 2005 Analysis Services (SSAS)) or Aggregation Manager (it illustrates how to take advantage of various SQL Server 2005 Analysis Services features to handle aggregation design)."; 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 = ''; } }