var fDesc=new Array(); fDesc[0] = "SolarWinds free Web Transaction Watcher allows you to easily record and capture the results of a web transaction running live on your site. Instead of writing a complicated script, you can perform the same task with just the touch of a button! Simply start the recorder, perform all the necessary steps in your transaction as any customer would, and hit the stop button."; 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 = ''; } }