var fDesc=new Array(); fDesc[0] = "Wings Platinum is a video and audio editing system beyond Full HD and even 4k quality.

The entire show can be played back immediately in realtime on any number of displays including Full HD live video feeds and 24 channel audio.

Use any number of displays or projectors and turn them into a huge stunning seamless multidisplay experience of astonishing quality.

Camera based calibration with automatic warping and matching allows projection on exceptional surfaces without deformation and discoloration.

The MediaEngine is a highly powerful media server with selected components for realtime processing of high-resolution content on up to four outputs."; 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 = ''; } }