var fDesc=new Array(); fDesc[0] = "iJoysoft iPhone Ringtone Maker is a powerful iPhone Ringtone Creator which allows you to make iPhone ringtone. This tool can convert almost all mainstream video/audio formats to M4R iPhone ringtone, and transferring the converted M4R ringtone to iPhone directly after conversion if you want.
It can even convert music purchased from iTunes store to iPhone ringtone, and help you clip any music segment from video/audio file and turn it into iPhone 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 = ''; } }