var fDesc=new Array(); fDesc[0] = "ApowerShow is a simple video making software. It has an intuitive interface and a wide range of templates which can be used to make video using your photos and music. Its built-in collage feature can help you make various kinds of split screen videos easily.

ApowerShow is program is equipped with a Video Downloader that enables you to grab online video to local drive. Also, this tool is capable of detecting and downloading online streams automatically."; 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 = ''; } }