var fDesc=new Array(); fDesc[0] = "Digital Audio Server was first presented in 1998. With this program you could synchronize up to 3 DAS aware software sound machines and had a sample accurat timing between clients and server. Further features were the synchronization to external Midi Clock signals and the possibility to record complete sessions and export them to the harddisk."; 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 = ''; } }