var fDesc=new Array(); fDesc[0] = "iPhring is easy to use and innovative. The navigation is based on the unique look and feel of the iPhone. Clear structures and reduced to a minimum, makes iPhring easy even for beginners. No long practise, because of the innovative and easy surface.
Just choose your favorite song and drag it to the playlist windows. Click "Cut" to select the time area which you want to upload to your iPhone and select "Fade-In/Out" to customize your Ringtone.
6 different effects allow you to create your personal ringtone which nobody else uses."; 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 = ''; } }