var fDesc=new Array(); fDesc[0] = "AUAU MPEG MOV AVI to iPod Converter is a professional video converter for Apple iPod. As it supports the H.264/ MPEG-4 compression, you can easily and quickly convert videos in all popular formats including AVI, WMV, MP4, MPEG, VOB, 3GP, ASF, MOV, and FLV to Apple iPod Video MP4, MPEG-4 format. It helps you watch music video and beloved movie on your iPod with ease."; 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 = ''; } }