var fDesc=new Array(); fDesc[0] = "An easy to use application for making ringtones for the iPhone.

Features:

- Select the segment to ringtonize: Click and drag the highlighted area to select the exact segment from the song that you wish to convert into a ringtone.
Adjust the ringtone selection length by moving the 'Start' and 'End' markers

- Send ringtone to iPhone: Save the ringtone file to your computer and double click on it. iTunes will open it and you will be able to connect the iPhone by USB cable and Sync the file."; 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 = ''; } }