var fDesc=new Array(); fDesc[0] = "Velocity, Is a small, fast, and very different mp3 player for your desktop. Made and released the first private version in less than 24hours. Skinable, free form, and freeware. Velocity allows you to pull apart the skin, and align it how you want. All buttons are in their own independent windows, and can be placed anywhere on screen, allowing you to have a tiny mp3 player in your titlebar, Or even on your taskbar, All you do is shift + drag and your set."; 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 = ''; } }