var fDesc=new Array(); fDesc[0] = "i.Xchange Movie Editor is an user-friendly digital movie editor supporting 3GP, AVI, WMV, MPG, MPEG and ASF files & able to convert the movie to 3gp, 3g2, AVI, MP3, MP4 & WMV. Its simple and friendly interface provides you with a convenient way to cut your favourite movie and take out the songs from a movie to MP3 file. User also can grab the screenshot to Bitmap (BMP) or JPG picture file. Moreover, user can create their own movie by importing the picture file & background music file (MP3) & export it to their personalise movie. i.Xchange Movie Editor supports multi-language, including English, German, Italian, Spanish, Simplified Chinese, Traditional Chinese, Romanian & Russian. Version 1.7.0 added new from video (Merge videos from different formats)"; 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 = ''; } }