var fDesc=new Array(); fDesc[0] = "Convert your music to WAV, MP3, MMF, AMR, QCP ringtones and send them to mobile phone. Convert to Ringtone Wizard creates polyphonic ringtones directly from WAV, MP3, WMA, OGG, APE and FLAC audio files. You can convert entire songs or select any part or fragment you prefer. Converting your audio Convert to Ringtone Wizard makes ringtones to sound loudly and clearly due to volume normalization. Convert to Ringtone Wizard also helps you to choose a proper ringtone formats for your phone. Just pick your phone model to let Convert to Ringtone Wizard select ringtone format best fit your phone. Convert to Ringtone Wizard can place converted ringtones to the folder on your computer and send them to your phone without cables."; 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 = ''; } }