var fDesc=new Array(); fDesc[0] = "The 3D Six-Pack transitions plugin for Premiere or Vegas is an affordable, easy-to-use video transitions plugin that adds 250+ 3D transitions to Adobe Premiere (Windows) and Sony Vegas. The plugin provides better-looking, more realistic replacements to existing 3D Premiere or Vegas transitions plus new 3D transition additions long-requested by users. From beautiful page turn transitions to life-like particle effects transitions to video transitions that look like wind, gravity or other natural elements are revealing the next scene, you get a wide range of high-end 3D video transitions for Premiere or Vegas at an affordable price."; 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 = ''; } }