var fDesc=new Array(); fDesc[0] = "Hortonworks Data Platform for Windows is the a open source data management platform based on Apache Hadoop. With this program you can create applications and load data in HDP clusters across all major operating systems. HDP for Windows is the ONLY Hadoop distribution available for Windows Server."; 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 = ''; } }