var fDesc=new Array(); fDesc[0] = "The Client Setup page allows you to customize your client based on your personal preferences. The Live Video Panel section allows you to disable the colored borders that indicate motion or alarm recording or PTZ focus in Live mode. You can also disable sunken borders to decrease the separation between video windows (this can be useful if you want to place two separate video streams from a single panoramic camera next to each other and view them a single, nearly seamless video window)."; 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 = ''; } }