var fDesc=new Array(); fDesc[0] = "Bravo! Player makes it easy for Bravo! users to share their creations. This free application plays Bravo! Archived Media (BAM) files, which are self-contained shows exported from Bravo! Play shows in a window or full-screen, with control over screen resolution. Library feature makes it easy to keep track of all your BAM files. Extract image and audio media from BAM file if permission was granted by BAM creator."; 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 = ''; } }