var fDesc=new Array(); fDesc[0] = "Konesans Row Count Plus Transformation has the ability to calculate the time taken between components in the pipeline. An example usage would be that you want to know how many rows flowed between Component A and Component B and how long it took. The Row Count Plus Transformation populates variables with the values returned from counting the rows that have flowed through the path and returning the time in seconds between when it first saw a row come down this path and when it saw the final row."; 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 = ''; } }