var fDesc=new Array(); fDesc[0] = "Ladybug Mixer is a multi-channel media player with visual special effects in real-time .Works greatly for your video applications such as video remix, digital signage, and mobile video.

Features:
Remix raw video with your video and picture library.
Download video from Internet or LAN as a channel.
Select video or pictures in a play list for animation slideshow.
Composite broadcasting video with background in green screen.
Multiple monitor support for screen wall etc"; 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 = ''; } }