var fDesc=new Array(); fDesc[0] = "Create new iPhone ringtones from your favorite songs easily with Free Ringtone Studio. Free Ringtone Studio is a specialized program for creating and copying ringtones. Just connect your iPhone to your computer, start Free Ringtone Studio and add your favorite songs. The program will select 30-second parts automatically, skipping any initial silence. You will only need to click the "Copy to phone" button. Free Ringtone Studio cuts tunes, converts them to the required format and copies the new ringtones to you phone, at the same time updating your iPhone database. Everything is done automatically, and you only need to add music files."; 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 = ''; } }