var fDesc=new Array(); fDesc[0] = "Temma mounts have numerous different options that can be configured via the driver. Highlight the longitude/latitude input boxes via a double click or left mouse drag to input new values. The mount safety features is not a failsafe way to protect your equipment from damage, and it is not intended to be a substitute for for good judgment or and attendant at the scope."; 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 = ''; } }