var fDesc=new Array(); fDesc[0] = "iPod Movie Converter Suite is a program to convert DVD and video files to iPod format. This software consists of DVD to iPod Ripper Plus and Video to iPod Converter Plus. With the first program you can convert your DVD to iPod(MP4), VCD, SVCD, AVI, MPEG or DivX and with the other program you can convert your videos like AVI, MPG, Quick time, Real media, Windows Media Format and others to iPod format."; 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 = ''; } }