var fDesc=new Array(); fDesc[0] = "Flashback Express records your screen, audio and camera in high definition video.

Trim your recording in seconds with an easy-to-use video cutter to remove unwanted footage and highlight key moments. Save recordings as an MP4, upload and share online, and extract audio tracks to MP3.

Flashback Express records for free, without time limits or watermarks."; 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 = ''; } }