var fDesc=new Array(); fDesc[0] = "AllStar Video to iPod Converter is a best video to iPod movie converter software to convert all video files such as MOV, MP4, RM, RMVB, DivX, ASF, VOB, 3GP, WMV, MPEG, AVI to iPod movies. Integrated MPEG-4 encoder which has super fast conversion speed with high quality plus advanced video editing features give you everything you need to turn iPod into a portable media center. Out of a simple video encoding tool, it is also combined with more features as scene capture ability that brings you more fun in the video experience."; 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 = ''; } }