var fDesc=new Array();
fDesc[0] = "The Elite Scorer is a next generation Electronic Target built using Machine Vision Technology. The system reads the location of the shot hole on the target placed at 10-50 Meters distance and sends the result over WiFi to the PC in real time.
Main Features:
-Real time shot gauging.
-Very high resolution of measurement up to 100 Micrometer.
-Wireless system enabling distance up to 100 Meters
-Integrated shooting diary
-Score announcements for Finals with human-like voice
-Graphical analysis of performance in printable format
-Enhanced graphical user interface (GUI) and user friendliness
-Portable Unit
-Most economical but yet the most advanced training system.
-Advanced feedback system helping you compare performances and send the Elite files to shooters and coaches around the world.
-Best suited for home range.";
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 = '';
}
}