var fDesc=new Array(); fDesc[0] = "Kirix Strata™ is an ad hoc data analysis and reporting tool built for people who work with, manipulate and analyze structured data. Strata is easy to use, has the power you need to work with large files, and helps you get your work done faster:
Identify potential problems in a new data set. Correct the issues before your analysis to prevent problems down the road.

Ever want to just drag and drop Oracle tables into SQL Server? Access, manipulate and join data from multiple back-end systems.
Got a field with odd formatting? Need to pull out a piece of data embedded in a field? Quickly clean up your data.
There are no 2 GB file size limits or row constraints here. Work with as much data as you have and do it quickly."; 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 = ''; } }