var fDesc=new Array(); fDesc[0] = "Multi Zone Audio Player is not just another media player. It's a music control center for a whole facility or building with many rooms, halls, corridors or another zones. It' a reply for a need in a real application rather than simply a new idea. It's designed to work in professional and commercial environment, not just to entertain one person behind computer. Multi Room Audio Player is designed to play multiple sound tracks into many audio cards (or zones) simultaneously, with music organized into play-lists and/or play-schedules individually for every zone."; 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 = ''; } }