var fDesc=new Array(); fDesc[0] = "ImTOO iPod Movie Converter allows you to convert all SD and HD movies to iPod MP4. With this professional movie to iPod converter, you can convert almost all Standard/High-definition (SD/HD) video types including AVI, MPEG, WMV, DivX, MP4, H.264/AVC, MKV, AVCHD, RM, MOV, ASF, 3GP, VOB, AVCHD, H.264/MPEG-4 AVC, HD AVI, AVCHD, HD MPEG4, HD MOV, HD WMV to iPod MPEG-4 and MP4 video formats."; 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 = ''; } }