var fDesc=new Array(); fDesc[0] = "The Diagnostic Tool for the Microsoft VM can be used to scan one or more computers to detect the presence of MSJVM (Microsoft Java Virtual Machine) and MSJVM-related software.
The automated wizard can scan the drives of a local computer and one or more remote computers, as well as URLs on the internet. Ultimately, the diagnostic tool outputs an HTML report detailing its findings."; 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 = ''; } }