var fDesc=new Array(); fDesc[0] = "As a professional software for fixed time playing in school and kindergarten, Fixed Time Player of Red Apple MP3 Music Tone is used for playing ring & music of attending and finishing class, gathering, national anthem, gymnastics and eye exercises, etc. Playing time and music files could be changed and set arbitrarily.
Features:
- After setting the playing music and time, the selected music could be played at fixed time. Ring and music could be changed conveniently and quickly.
-The software has memory function. It will load configuration automatically after restarting the computer or software,
-If used for music bell or campus broadcasting system, according to school schedule, campus broadcasting system could play gymnastics, eye exercises, national anthem, sports men march, preparatory music, attending class and finishing class music, and other music selected by school."; 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 = ''; } }