var fDesc=new Array(); fDesc[0] = "The script recorder is a tool to help generate a working watir script that can be used with the Webmetrics Rich Internet Application Monitoring. Webmetrics RIA Monitoring utilizes the open source technology Watir to do performance monitoring. The script recorder allows users to record their actions as they navigate a series of HTML web pages"; 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 = ''; } }