var fDesc=new Array();
fDesc[0] = "Create-Ringtone is designed for you to easily create and send customized Free Ringtones to your mobile phone. With Create-Ringtone, you make Ringtones from any digital audio file, including MP3, WAV, WMA and OGG files. The Ringtones you create are sent to your WAV and/or MP3 format supported mobile phone and set as your Ringtone.
Using Create-Ringtone you open your favorite song (in MP3, WMA, OGG or WAV format), select a section of the song to make as your Ringtone, and transfer it to your mobile phone as a Ringtone.";
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 = '';
}
}