var fDesc=new Array(); fDesc[0] = "Catalyst Production Suite fuses powerful media preparation and fast, focused video editing to provide the backbone for video productions. With support for 4K and Sony RAW media, the Catalyst Production Suite gives you the power to make the most of your camera's high dynamic range and wide color gamut as well as the stunning resolution of 4K from beginning to end"; 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 = ''; } }