var fDesc=new Array(); fDesc[0] = "Bigasoft iPod Software Pack is a program that contains a DVD to iPod Converter, an iPod Video Converter and iPod Transfer tool. The program helps you to copy files between iPods even without iTunes installed, to convert DVD to iPod MP4 in a fast manner and watch videos on your iPod."; 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 = ''; } }