var fDesc=new Array(); fDesc[0] = "HP Screen Recorder is an add-on for Mercury (or HP) Quality Center. This application features a screen recorder that can record every movement that takes place on our computer's screen continuously or at a time interval. This utility can detect bugs in any other application. We may set the size of the recorded files. It is possible to write comments and/or add audio to these files, import them to the Flash, or to the AVI format. If we encounter a problem, we can opt to send the recorded file to a Quality Center so the problem can be analyzed and solved. To be able to use this application we need to be connected to an HP Quality Center."; 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 = ''; } }