var fDesc=new Array(); fDesc[0] = "Dailymotion Downloader is a free video downloader that lets you download videos from Dailymotion. Once these videos are on your computer you can do a variety of things with them like watch them, convert them using a video converter to watch them on your mobile device, use a audio converter to strip the audio to listen to it on your mobile device or use a ringtone maker to turn the video into 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 = ''; } }