var fDesc=new Array(); fDesc[0] = "Joboshare iPod Video Converter is powerful and professional iPod Video converter, which can convert almost all popular video files including AVI, DivX, XviD, MPEG, WMV, MOV, RM, RMVB, ASF, VOB, 3GP, H.264/MPEG-4 AVC to iPod MP4. The iPod Video Converter is also an iPod music converter to convert audios like WAV, WMA, MP2, AC3, RA, OGG, CDA and APE to iPod MP3, M4A and AAC."; 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 = ''; } }