var fDesc=new Array(); fDesc[0] = "3D Six Pack from Pixelan Software is an affordable, easy-to-use plug-in that adds 250+ terrific 3D transitions to Sony Vegas and Sony Vegas Movie Studio. The transitions can be applied to any still-image, animation, or video content in your Premiere or Vegas timeline, just like built-in transitions. It provides better-looking, more realistic/natural replacements to existing 3D transitions. 3D Six-Pack is also very handy to apply effects for titles, lower-thirds etc."; 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 = ''; } }