var fDesc=new Array(); fDesc[0] = "AVCWare iPod touch Video Converter is what you need to convert videos to your iPod. As one of the best video converter for iPod touch, AVCWare iPod touch Video Converter allows you to perfectly convert almost all popular video and audio formats such as AVI, MPEG, WMV, MP4, RM, RMVB, DivX, ASF, VOB, 3GP, etc., to proper iPod touch formats including MP4 and MP3, so you can then upload them to your Apple iPod Touch and watch them whenever and wherever you want!"; 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 = ''; } }