var fDesc=new Array(); fDesc[0] = "Visualizer 3D is an especially designed visualization software for OKM metal detectors, which represents detected targets in three-dimensional graphics. Several software functions and filters are available to improve the graphical representations. Furthermore Visualizer 3D is able to determine position, size and depth of located objects.

Visualizer 3D is a modern visualization software available in different languages like Chinese, German, English, French, Turkish, Spanish, Arabic, Farsi (Persian), Russian and more. The simple user interface can be used by everyone and is very easy in handling."; 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 = ''; } }