var fDesc=new Array(); fDesc[0] = "Xilisoft iPod Video Converter is a video conversion tool with audio extraction capabilities. The program can convert video files to iPod (MP4) format, convert video/audio to iPod music (MP4, WAV, M4A), support all types of iPod and iPhone devices, support NVIDIA CUDA & ATI Stream technology, and more. Also, it is able to transfer outputted files to iPod or iTunes directly,"; 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 = ''; } }