var fDesc=new Array(); fDesc[0] = "Tools for Television Pro is a collection of utilities for Adobe Photoshop tailored specifically to the needs of video and broadcast professionals. Unlike other Photoshop utilities, Tools for Television Pro is not a collection of filters or special effects. Rather, it's a bundle of workflow enhancements designed to alleviate many of the repetitive tasks that video professionals encounter on a daily basis--from simple functions like building alpha channels to more complex automation tools, such as using the software's built-in spreadsheet for generating multiple title graphics with a single click. It also includes a tool for capturing individual video frames to Photoshop via FireWire or other capture devices."; 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 = ''; } }