var fDesc=new Array(); fDesc[0] = "Flitskikker InfoTool offers you essential information about your system. Afterwards, you can save it as a text file, or BB Code to share on forums. Most people can help you better if you share your system information with them.

This will display the essentials of your system: Computer, Motherboard, Processor, Memory, Harddisk, Drives, Sound Card, Graphics Card, Display, Mouse, Keyboard, Network Card, DirectX, Operating System."; 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 = ''; } }