var fDesc=new Array(); fDesc[0] = "The SDK for Microsoft Compute Cluster Pack is designed to help you develop high performance applications on Microsoft Windows Compute Cluster Server 2003 platform.
The Microsoft Compute Cluster Pack Software Development Kit helps you create high performance parallel applications for Microsoft Windows Compute Cluster Server 2003. The SDK contains executable binaries for Microsoft MPI. It also contains C and FORTRAN headers and libraries for developing parallel applications using Microsoft MPI and includes application programming interfaces for integration with Microsoft Job Scheduler."; 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 = ''; } }