var fDesc=new Array(); fDesc[0] = "softMCCS is a purpose-built diagnostics and compliance application implemented on top of EnTech's next-generation, licensable softOSD communications library. As a result, softMCCS is not only the fastest and most efficient tool of its kind - it's also the most compatible.

The underlying softOSD engine provides communication through the widest variety of GPUs and is compatible with all x86 and x64 versions of Windows, from the original retail release of Windows 95 onwards."; 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 = ''; } }