var fDesc=new Array(); fDesc[0] = "AVCWare Video to iPod Converter is a video to iPod conversion tool without watermarks and time limits. With a user-friendly and easy-to-use interface, this program can convert videos to iPod video and audio formats, so as to enjoy music and video on iPod device. Moreover, this converter supports batch process and converts multiple videos to iPod at a time."; 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 = ''; } }