var fDesc=new Array(); fDesc[0] = "VoltaicHD ® is a simple yet effective high definition video converter, light-weight AVCHD Editor and sharing utility. Since 2006, VoltaicHD has been helping thousands of people edit, convert and share AVCHD movies with the greatest of ease. You can edit AVCHD movies directly from VoltaicHD! No conversions, no messing around with iMovie. Just trim and convert and you’re away!"; 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 = ''; } }