var fDesc=new Array(); fDesc[0] = "Edge Detective is a Direct X plug in for Sony Vegas and Sony Vegas Movie Studio that allows you to easily create single-button click cartoons or moving sketches in your stills or moving pictures. With a dozen presets and control galore, it’s fast and easy, but also provides creative options in just seconds. Wanna' create that currently famous cartoon look you seen in big name commercials? Edge Detective can help you with that in just two steps."; 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 = ''; } }