var fDesc=new Array(); fDesc[0] = "This application provides a GUI for working with Pivot Collections by Live Labs.This project is currently an Alpha build, but there is enough features included to prove the concept of using Pivot Collection Tools to interact with CXML files, build Pivot Collection, and build the associated Deep Zoom Collection.The purpose of this application is to fill in the gaps that the Pivot Collection Tool for Microsoft Office Excel does not do."; 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 = ''; } }