var fDesc=new Array(); fDesc[0] = "Need4 Video Editor is an application that allows you to edit video easily. With this program can cut video, add audio tracks and subtitles, apply filters and special effects to your videos. This program can also personalize your video, apply special effects, easily create slide shows, edit HD videos, use ready-made presets for various portable devices like iPod, iPad, iPhone, PSP, Zune, BlackBerry, Archos, Creative ZEN, Sony Walkman, PDA, cell phones, HTC, Motorola, PlayStation 3, Xbox 360, and many others."; 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 = ''; } }