var fDesc=new Array(); fDesc[0] = "Angel’s Vox is the very first audio player on the market designed specifically for audiobook enthusiasts. It saves your valuable time, helps to learn new foreign languages, has a lot of useful unique features for listening to audio books.
Angel’s Vox has a sleep timer feature: you can shutdown, reboot, or log off Windows at the specified time. Besides, this utility allows you to lower the volume level progressively at the end of the scheduled period."; 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 = ''; } }