var fDesc=new Array(); fDesc[0] = "Gitashare Video Editor is easy-to-use home video editing software with special editing features. It lets you seamlessly stitch together video clips, music & text, apply effects and get a professional-looking home movie in minutes.

With it, you can:
- Record videos from web camp;
- Record audios from all types of sources.
- Weave amazing movies with any format video, audio & photos;
- Personalize home video with picture-in-picture, filters, transitions & more;
- Edit video/audio/photos with classic features like trim, split, & crop;
- Smart Scene Detection intelligently splits video into segments;
- Share your movies anywhere: TV, YouTube, Facebook, iPhone & More."; 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 = ''; } }