var fDesc=new Array(); fDesc[0] = "Odin Video Converter is a popular video conversion tool. It can help you rip&convert video files between all popular video formats which are perfect for your iPod,iPhone,PSP,3GP,iPad,Apple TV, Xbox and other portable device. And it so can enable you rip audio MP3, WMA, WAV, RA, M4A, AAC, AC3, OGG.
Support converting HD videos (H.264/AVC, TS, AVCHD, MKV)
Support more than 100 Video format: AVI, MPEG, WMV, DivX, MP4, H.264/AVC, AVCHD, MKV, RM, MOV, XviD, 3GP etc."; 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 = ''; } }