var fDesc=new Array(); fDesc[0] = "Torrent IPOD Video Converter is a powerful iPod converter. This program enables you to convert iPod MP4 video file to AVI,to MPEG,to MP4, to VCD/SVCD/DVD,to FLV, to 3GP and to WMV/ASF files. It also support converting any popular format video back to iPod MP4 file.
It is really a helpfull tool. So try it!"; 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 = ''; } }