var fDesc=new Array(); fDesc[0] = "Extra Video to iPod MP4 Converter is a powerful, universal Apple iPod, Apple iPhone, Apple TV video-conversion and video-split program that converts video files between all popular video formats, such as AVI, DIVX, XVID, MPEG, MPG, WMV, ASF, RM, RMVB, DAT, MOV, SWF, FLV, VOB and NSV, to Apple iPod, Apple iPhone, Apple TV MPEG-4 H.264 formats. This app can automatically shutdown computer after lengthy batch conversions."; 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 = ''; } }