var fDesc=new Array(); fDesc[0] = "PostDeko software is graphics design application that is powerful and flexible enough for broadcast, post, or desktop video production. With PostDeko, graphics artists get all the design power they need to create stunning on-air graphic templates and animations at their desktops, and fast transfer to the online Deko system. When it comes time to create real-time graphics for sports, news, and events, PostDeko is a fast, powerful and cost-effective production workstation. PostDeko can create and save sequences, transitions, and Deko motions too."; 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 = ''; } }