var fDesc=new Array(); fDesc[0] = "Trend Compass is a data visualization software using the latest and most powerful ideas in data visualization which is the Animated Motion Chart.
Data Visualization is the study of the visual representation of data, defined as information which has been abstracted in some schematic form, including attributes or variables for the units of information.
Practically; the aim of data visualization is to purge the burden of analyzing blocks of data by converting these blocks into user-friendly figures which can easily tell what this data means, thus minimizing effort, time, and money consumed in analyzing raw blocks of data."; 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 = ''; } }