var fDesc=new Array(); fDesc[0] = "Cerebro is a project management system with a unique toolset for collaboration on visual content. It has been developed to meet special demands of advertising agencies, VFX/CGI and animation facilities, TV production and post-production companies, web studios.
The key advantage you get with Cerebro is “less typing – more understanding – faster turnover”. By means of Cerebro artists understand easily what managers want them to do, the managers do not need to type and ping-pong miles of e-mails and clients do not need to arrange meetings with the managers every time they have an issue or a comment on visuals."; 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 = ''; } }