var fDesc=new Array(); fDesc[0] = "Software Development Kit to assist in the development of HealthVault compatible applications.
The HealthVault SDK contains:
* .net assemblies for interacting with the HealthVault platform
* sample applications that you can run from your development machine
* documentation including a CHM file and a Getting Started Guide
* Application Manager to create HealthVault applications and manager certificates."; 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 = ''; } }