var fDesc=new Array(); fDesc[0] = "Auto Check describes a process which automatically inspects a computer's hardware profile and reports results in your browser. The resulting report is similar to Windows Device Manager with additional information and a more intuitive layout. The profile is then used to create a system power analysis and recommendation. Auto Check takes less than 30 seconds to complete with privacy and security assured."; 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 = ''; } }