var fDesc=new Array(); fDesc[0] = "As a professional movie making software, ImTOO Movie Maker helps you quickly create HD-quality and standard-definition movies from videos so you can share your masterpieces on popular devices like iPod, iPhone, Apple TV, PSP, PS3, PMP, Mobile phone, Xbox, Zune, Wii and DS.
With this easy-to-use movie maker software, you can turn nearly all video clips into movies, including camcorder videos (MTS, M2TS), HD videos (HD AVI, HD MPEG-2/4, HD VOB, HD WMV), and common videos (AVI, 3GP, M4V, MPEG, MP4, RM, RMVB, FLV, VOB, MPV, MOV, DAT, ASF, WMV).
Once you have made a movie, you can customize it by adding transitional effects and sound track. You can even clip segments from it or crop its frame size. But if you prefer a simple video, you can also create movies without special effects."; 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 = ''; } }