var fDesc=new Array(); fDesc[0] = "SSIS Productivity Pack offers high-performance SSIS components to expand a developer's productivity. It eliminates the needs of writing custom scripts for some commonly-encountered complex requirements in SSIS. The pack currently includes a total of 79 SSIS components; 18 connection managers, 22 source components, 18 destination components, 14 transformation components, and 7 task components."; 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 = ''; } }