var fDesc=new Array(); fDesc[0] = "Solid FLV to iPod Video Converter allows you to convert FLV video format to iPod video format. Also can support avi, mpeg4, mpeg, mpg, flv, asf, wmv, rm, rmvb, wmv and more.
The converted files works on all iPod types including iPod touch, iPod Classic, iPod Nano as well as iPhone and Apple TV."; 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 = ''; } }