var fDesc=new Array(); fDesc[0] = "3Dconnexion Collage (3DxCollage) is a multi-picture viewer and high resolution collage producer which allows users to move and manipulate pictures while using their 3D mouse. Using their 3D mouse, users can easily and intuitively rotate, pan, and zoom pictures to create a collage.

They can also define their application settings and commands to include adding a picture, removing pictures, establishing picture resolution, setting the background color for the collage, and saving. Using 3DxCollage in collaboration with a 3D mouse results in an effortless interaction between the user and their digital content."; 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 = ''; } }