var fDesc=new Array(); fDesc[0] = "The PivotViewer Collection Tool for Microsoft Office Excel is an Excel add-in for quickly building PivotViewer collection prototypes. It is the quickest way to get started building collections, as it enables you to build a complete collection without first diving into the Collection XML (CXML) Schema or Deep Zoom image details. The tool is primarily intended for rapid iteration when designing a collection (see also: Collection 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 = ''; } }