var fDesc=new Array(); fDesc[0] = "You can set music playing and switch computer at fixed time by using Audio Broadcaster, control the length of time and play date, that’s all automatically.

It can be used to control working time automatically in schools, factories as well as other departments, for replace the traditional bell and artificial broadcasting, at the same time it also can be applied for parks, ballroom, shopping malls, bars ."; 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 = ''; } }