var fDesc=new Array(); fDesc[0] = "Honest Technology?s MPEG Encoder 5.0 is the best tool for converting and compressing AVI, DV-AVI, DivX & MPEG-4 files to MPEG-1and MPEG-2 formats (including VCD, SVCD & DVD). MPEG Encoder 5.0 guarantees the highest quality encoding yet remains the easiest to use program in the industry. Very powerful and elegant, it handles predefined profiles ranging from Internet Low Bandwidth (200Kbps) to HP@HL (100Mbps, 60frame/sec). Features include: - Faster encoding speed and improved video quality. - WMV (Version 9) and AVI output support. - DirectShow support. Most files that are playable with Media Player can be converted."; 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 = ''; } }