var fDesc=new Array(); fDesc[0] = "SyvirBuild can create network inventory of all your PCs on your local network and builds a 3D virtual system of the target PC. Featuring agent-less scanning, it doesn't require any software to be installation the remote/target PC. Once the computer has been scanned, a list of components is created; you can quickly see key hardware information such as processor name, hard disk part number, Windows version, etc."; 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 = ''; } }