var fDesc=new Array(); fDesc[0] = "VideoFlick is a smart but powerful tool that helps you edit your video and images and share them with your family and friends in various formats.
With VideoFlick, you can make snapshots from your videos, and create movies by adding your desired titles and credits.
You can share your videos and images by creating greeting cards, uploading them to most popular websites, sending them as email attachments, or creating html album.
You can also convert your video files into other popular formats such as ASF, AVI, MP3, AAC, MP2, AC3 etc. You can also share them by making CD or DVD as you like."; 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 = ''; } }