var fDesc=new Array(); fDesc[0] = "With 4Media Movie Editor, you can create home movies and HD-quality movies from camcorder videos (MTS, M2TS), HD videos (MKV, WMV HD, VOB HD, QuickTime HD), and other common video formats (AVI, MPEG, MP4, RM, RMVB, FLV, DV, VOB, MPV, MOV, DAT, ASF, WMV, 3GP, M4V). 4Media Movie Editor, as the best movie editor software, has everything you need to turn your videos into great-looking movies using a combination of music, subtitles, scene transitions, video effects and watermarks.
The output movies are compatible with most popular and common digital devices, such as iPod, iPhone, Apple TV, PSP, PS3, PMP, mobile phones, Xbox, Zune, Wii, DS.
Professional movie editing features such as multiple transitions; add audios; video cropping and clipping make 4Media Movie Editor stand out from other similar movie editors. What's more, this movie editor also supports multi-core CPU and offers the highest speed possible when making movies."; 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 = ''; } }