var fDesc=new Array(); fDesc[0] = "3Dconnexion's "Getting Started" (3DxTrainer) application will help you master the various navigation movements that can be performed with your 3D mouse. Its simple, easy to use format guides you through exercises that show the basics of panning, zooming, and rotating a 3D model.

Spend a few minutes practising with the "Getting Started" application and you will quickly understand how to move models in your favorite 3D software."; 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 = ''; } }