var fDesc=new Array(); fDesc[0] = "Pivot is an experimental application for exploring large data sets with smooth visual interactions. The program is based on Microsoft's Seadragon and it allows people to visualize data and then sort, organize and categorize it dynamically, which results in correlations and trends that become immediately apparent in a visually interactive format."; 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 = ''; } }