var fDesc=new Array(); fDesc[0] = "iFree iPod Video Converter is a video converter software created for Apple iPod and iPod Video. With this program you can convert many video formats, like: DivX, XviD, MOV, MPEG-4,MPEG, WMV, H.263,AVI,WMV,ASF to iPod Movie and iPod Video formats with excellent output quality. With this tool you can, also play your favorite movies on your iPod as a MPEG-4 Player."; 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 = ''; } }