var fDesc=new Array(); fDesc[0] = "GoldfishHD iPod Video Converter is a very powerful video converter software for Apple iPod. It can convert almost all popular video formats such as AVI MPG RM RMVB MP4 VOB TS ASF WMV DVR-MS to iPod Video MP4. Support new iPod 80G 640x480 H264 and MPEG4 format. With two pass encoding and many other options, you can get the best output video quality."; 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 = ''; } }