var fDesc=new Array(); fDesc[0] = "The Dome Installation Assistant program is intended to help users configure, install and maintain the Mark Mercer quick switch D150, D250, and D500 PTZ CCTV Domes. A patented feature of these new products is the capability of easy removal and installation.

The Dome Installation Assistant program intends to make the set up and programming as easy as the fitting of the domes.


The program enables an easy set up of the camera functions either by copying an existing dome set-up or by selecting dome functions in an easy to use on screen form with your computers keyboard and mouse. The program incorporates the latest Mark Mercer Meridian Control Protocol allowing the computer to communicate directly with a network of Mark Mercer domes. The program deliberately avoids use of custom graphics, making for low memory use.

This enables the program to be run on virtually any computer capable of operating Windows 95, 98, 2000, or XP. Monochrome display tolerant, means even a near obsolete portable computer can now become a vital tool."; 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 = ''; } }