var fDesc=new Array(); fDesc[0] = "Boilsoft Ringtone Converter is a great audio tool that helps you to create your own ringtones by converting all popular video and audio formats to fashionable ringtone formats, such as AMR, M4A, M4R, MP3, OGG, WAV, and more.

The converted ringtones can be uploaded on Nokia, Motorola, iPhone, Gphone, Sony Ericsson, BlackBerry, HTC or any types of mobile phones that supports adding ringtone."; 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 = ''; } }