var fDesc=new Array(); fDesc[0] = "Soft4Boost Video Studio allows you to manage videos in your PC including HD formats like AVI HD, WMV HD, TOD, AVCHD, MOD, and MTS/M2TS. You can cut, edit, merge and trim video clips, and add menu, audio, text comments and subtitles. It also comes with features to stabilize shaky video camera recordings, and apply various 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 = ''; } }