var fDesc=new Array(); fDesc[0] = "CometPlayer is an audio player, it supports nearly all popular audio formats, such as mp3, mpa, mp2, wma, ogg, flac, ape, wav, etc. It is simple in interface, easy to use, and highly personalizable. The special features of this software comprise lyrics display, playlist building, music equalizing, hotkeys setting, skin changing, and album cover switching.
While CometPlayer plays your song, it automatically searches lyrics from internet and display them on the lyrics panel.
Create playlist according to your favor, categorize the songs and create your own billboards.
Want proper rock n?roll? Long to hear purer vocal? The equalizer can help.
Not such a fan of the mouse? Set your preferred hotkeys and handle all functions with your fingertips.
You can choose your favourite CometPlayer skin.
Choose your favorite picture as the album cover; improve your auditory experience with visual joy."; 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 = ''; } }