var fDesc=new Array(); fDesc[0] = "Easy DVD Converter Suite offers easy DVD movies solution that supports ripping various DVD formats, e.g. DVD-5, DVD-9, CSS-DVD and burning all common video and audio formats, e.g. AVI, MP4, WMV, FLV, RMVB, MPEG, 3GP, to DVD.
It provides optimized profiles for DVD movie conversion to various devices, such as iPod, iPhone, PSP, PS3, Zune, Apple TV, Mobile Phone, Windows Mobile, Xbox, Wii and PMP, as well as for video to DVD creation in different formats, such as NTSC, PAL/SECAM, 720p/i, and 1080p/i."; 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 = ''; } }