var fDesc=new Array(); fDesc[0] = "Kakapo is an open-source ambient sound mixer. It helps you mix sound clips such as flowing water, thunder, rain, chimes, wind, bonfire, waves, train, cat purring, birds, leaves, fan, a Paris cafe, and a street corner. You can mix these sounds in the required audio levels to create a relaxing audio experience. Kakapo is available as a desktop program, mobile app, and as a Chrome extension."; 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 = ''; } }