var fDesc=new Array(); fDesc[0] = "Panopticum Curtains is a set of plug-in modules designed to help you art up you video with eye-catching dynamic pieces of fabric that look perfectly real. Creating professional complex effects with pieces of fabric had never been that easy.
Now you can create flags fluttering in the wind, gauzy curtains slightly trembling as in the breeze, or heavy tableau curtains – and all that with very little effort."; 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 = ''; } }