var fDesc=new Array(); fDesc[0] = "Quest Spotlight on Windows empowers you to quickly identify and eliminate bottlenecks in the Windows environment. Displaying the real-time flow of data within your Windows OS, Spotlight helps you to quickly identify and resolve performance problems. This program can diagnose, troubleshoot and resolve every component affecting Windows Operating System (OS) performance using manual methods."; 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 = ''; } }