var fDesc=new Array(); fDesc[0] = "iFunia Video Converter is designed as an all-in-one video converter for Windows with ready-made presets for converting to popular video/audio formats and support changing video formats for Sony’s PSP and PS3, Apple’s iPod, The new iPad 4, iPad mini, iPhone 5, and Apple TV, the BlackBerry, Xbox 360 and other portable players. The application also includes simple video-editing features such as video cropping, trimming, and merging multiple video clips."; 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 = ''; } }