var fDesc=new Array(); fDesc[0] = "Ideal DVD to Avi Converter is the most efficient avi converter software. It can convert any protected dvd to avi format with high video quality and fast ripping speed. Flexible and powerful clip converting function allows you to extract any part or chapter of a DVD to avi format, you also can rip multiple clips at one time. With Ideal DVD to Avi Converter in hand, you will find that DVD clip converting is so easy and convenient. The converted file is also compatible with different types of Zen and Archos players."; 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 = ''; } }