var fDesc=new Array(); fDesc[0] = "VIOSO Presenter Pro is the software solution for projection onto different surfaces with one projector. A wide variety of files (video, picture, Microsoft file) can be combined and displayed ot one show without switching programs.
It has automatic camerabased correction of the surface in color and shape to create a virtual white canvas"; 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 = ''; } }