var fDesc=new Array(); fDesc[0] = "ControlFreak is a great Winamp plugin that enables you to control Winamp and the rest of your computer with your Bluetooth Series 60 phone. It has all of the music and video controls like play, pause, stop, next, previous, fast forward, rewind and volume.
ControlFreak works with all S60 1st and 2nd Edition phones."; 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 = ''; } }