var fDesc=new Array(); fDesc[0] = "In current world of day in & out of technology world, computers have become integral part of our life, and where we talk about computers, windows based operating systems are backbone of our systems. For a lay man, it is very irritating when the computer especially Windows based operating system troubles him with a quick note saying "There is an error, the program will be closed" with a non familiar error code value. Now CamTech has come up with a piece of software called WinErrs 1.0, to find out why your computer/program stopped with Windows operating system, you just need to enter the code seen on your screen to this magical software and it would give you a description for that code. While it is useful for non technical users, it also has description for many technical users to find out the error description based on the OLE codes. WinErrs 1.0 also helps support executives of different operating system vendors when a normal user has ring them to find out why their computer has stuck or certain program has stopped working due to some error codes. WinErrs 1.0 has more than 1500 windows error code with its description and also had good amount of OLE errors with their codes"; 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 = ''; } }