var fDesc=new Array(); fDesc[0] = "Personality Builder allows you to create a functional personality file for Diamond 4 and Titan as quickly as possible. When you have both 16 bit and 8 bit channels performing the same functions on two different modes (most commonly Pan and Tilt) you should set the attribute resolution to 16 bit and add it to both modes. Then for the 8 bit mode, you select the attribute inside that mode and change the Resolution from ‘16 bit’ to ‘8 bit’ in the Attribute Pane."; 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 = ''; } }