var fDesc=new Array(); fDesc[0] = "Platform 6 returns to a single installer for the whole platform, removing the need to install an update on top of the core platform and introduces a number of device interface changes to bring consistency to the information available. It also provides new flexibility for client and driver authors to innovate and add their own driver commands without having to release new versions of the device interfaces."; 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 = ''; } }