var fDesc=new Array(); fDesc[0] = "Video to Mobile Phone Converter helps you easily convert video files between different formats such as 3GP, MPG and MP4 which are supported by your mobile phone. Then, you can watch your favorite movies on the phone anywhere without carrying those discs inconveniently."; 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 = ''; } }