var fDesc=new Array(); fDesc[0] = "Rally Add-in for Excel provides a quick and easy way to import or export data from your Rally subscription for tracking, reporting, or sharing. The data can be organized in a pivot table or displayed using Excel's built-in charting capabilities. Multiple Rally object types can be imported from or exported into multiple worksheets and the data cross referenced for more complex needs."; 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 = ''; } }