var fDesc=new Array(); fDesc[0] = "This is an easy to use application that helps you to convert movies for your iPhone. With this program, you can convert all your videos to the iPhone video format with just a few clicks. The software is fast and supports most video formats like WMV, QuickTime, Real, AVI, 3GP and many other."; 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 = ''; } }