var fDesc=new Array(); fDesc[0] = "Soft4Boost Ringtone Creator- the best way to add individuality to your cell! Create custom ringtones from any input audio of the following formats: MP3, WAV, AMR. Take your favourite song or a soundtrack from your favourite movie. Select a small part you like or the whole file and send it to your cell phone. Make any sound a ringtone to surprise your friends and relatives. Record a wind howl, your friends sing or your kids laugh, your doorbell, or any sound you can think of and make it your 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 = ''; } }