var fDesc=new Array(); fDesc[0] = "Green Screen Wizard is powerful green screen software for photographers that is inexpensive and simple to use. The Green Screen Zipper follows in that tradition by offering a similar solution for people seeking a green screen video solution. The Green Screen Zipper will take a video shot against a green screen and replace the green in the movie with scenes from another movie or a background image. The Green Screen Zipper is a self-contained chroma key video removal program. It requires the free .net 2.0 and the the latest free version of Apple’s Quick Time be installed on your computer."; 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 = ''; } }