var fDesc=new Array(); fDesc[0] = "SnowFox DVD to Flash Converter is a powerful yet easy-to-use program to turn your favorite DVD movies into smaller, easily distributable Flash files in SWF and FLV formats.
The tool is integrated with different flash player templates and also provides merge and trim functions which allows you to make unique flash video by trimming, merging and adjust video effect."; 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 = ''; } }