var fDesc=new Array(); fDesc[0] = "AVCWare iPhone Ringtone Maker is an application that lets you create and upload ringtones. With this software, you will be able to create new ringtones for your iPhone and set it to play them everytime someone calls you. This application supports many audio and even video files, such as AVI, MPEG, WMV, M4A, MP3, RM, MKV, H.264 and many more.

The program comes with many settings to adjust the audio and to let you enjoy your favorite audio files as ringtones. You can download a free trial by visiting the developer's website."; 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 = ''; } }