var fDesc=new Array(); fDesc[0] = "With Leap AVI FLV MPEG WMV ASF MOV to MP4 Converter you can convert your favorit videos quickly and easily into MPEG-4 that MP4 player or Zune, iPhone player can play. The program supports converting almost all popular video file to MP4, Zune and iPhone formats easily and fast with simple settings including AVI, WMV, MPEG, MP4, ASF, VOB, 3GP, iPhone, MOV, FLV to MP4, Zune and iPhone formats to make it easy to play the video files on your MP4, Zune and iPhone player anywhere."; 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 = ''; } }