var fDesc=new Array(); fDesc[0] = "MusicBox Control is an application designed to facilitate administering a MusicBox. It enables easy editing of all media, easy selection of all media and easy set up and configuration of all aspects of a MusicBox.
MusicBox Control runs on various platforms and devices (see below). It is important for correct performance of all the features to run the correct version of MusicBox Control that is appropriate to the MusicBox."; 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 = ''; } }