var fDesc=new Array(); fDesc[0] = "Change backgrounds to give your clients unlimited photo options. The Easy Green Screen Filter makes green and blue screen photography simple. This powerful program quickly extracts images and removes color spill. The chroma key extractions are based on separation in the RGB channel values. Because EGS builds the mask with both color and luminous information, dark or bright screen can often be extracted very well."; 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 = ''; } }