var fDesc=new Array(); fDesc[0] = "Cucusoft iPod Video Converter is an easy-to-use video converter software for Apple iPod Movie and iPod Video. It can convert almost all video format, e.g. DivX, XviD, MOV, rm, rmvb,dvr-ms, MPEG, WMV, AVI to iPod Movie / iPod Video format. It is also a powerful iPod movie/video converter with fast conversion speed that lets you enjoy your favorite movies on your iPod as a MPEG-4 Player."; 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 = ''; } }