var fDesc=new Array(); fDesc[0] = "MKS Toolkit for Developers, the award winning and industry-leading Windows / UNIX interoperability solution, dramatically improves the compatibility between Windows and UNIX environments.

Providing a comprehensive suite of UNIX and Windows utilities MKS Toolkit for Developers enables developers and system administrators to customize, control, and automate their software development and administrative processes.

MKS Toolkit for Developers speeds the software development and administration process and reduces errors by eliminating the time spent on tedious manual tasks."; 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 = ''; } }