var fDesc=new Array(); fDesc[0] = "MKS is pleased to offer the MKS Toolkit Resource Kit, a valuable collection of tools, code, and information to help you with your UNIX and Windows interoperability needs. Also available are the GCC and AlertCentre add-ons to MKS Toolkit products providing a complete cross platform build environment and comprehensive network and application monitoring respectively."; 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 = ''; } }