var fDesc=new Array();
fDesc[0] = "Compositing live and vivid videos, showing stunning visual effects in high-definition, Ladybug Mixer *, a multi-channel media player with real-time visual effects on Windows, works greatly for your video applications such as video remix, digital signage, and broadcasting.
-mChannel technology supports multiple channel video in parallel
-Multithread video engine naturally speedup on multi-core processor
-Realtime Cinematic effects like triptych by GPU
-Ultra Higi-Definition video and picture support
-Flat, embedded, and transparent GUI control
-Embedded SQL database for configuration management
-Support web camera, TV tuner, and video camera";
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 = '';
}
}