var fDesc=new Array(); fDesc[0] = "The adjustment software VEGA Visual Operating (VVO)
is used for easy and convenient adjustment of VEGA
instruments and processing systems. In the existing
version 2.80, VVO operates as a genuine 32 Bit program
under Windows 95, 98, NT and 2000.

VVO is not only a tool for measurement and control
technicians, but also for VEGA engineers (who use the
special laboratory levels not available to the general
user) to conveniently access and adjust all sensor functions.
VEGA technicians can also access sensor-internal
software with VVO."; 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 = ''; } }