var fDesc=new Array(); fDesc[0] = "Audioro BlackBerry Bold Converter is a free BlackBerry Bold audio converter that converts audio files, YouTube videos, movies and DVDs so you can play them on your BlackBerry Bold.

The application can convert all types of audio files and video files into the proper audio formats that play on the BlackBerry Bold. It is available for Windows and Mac."; 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 = ''; } }