var fDesc=new Array(); fDesc[0] = "Eztoo DVD To iPhone Converter is a program used to rip and convert DVD to iPhone MPEG-4 Codec/iPhone MPEG-4 AVC Codec formats fast and easily. It provides an excellent image/sound quality and smaller file size just in a few clicks. Support transfer only the brilliant part of the film by setting Beginning time and end time. Rip and conversion DVD To iPhone MPEG-4 Codec(320x240, 480x320, 640x480), Rip and conversion iPhone MPEG-4 AVC Codec(320x240, 480x320, 640x480), Rip and conversion iPhone Audio Format(.mp3)"; 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 = ''; } }