var fDesc=new Array();
fDesc[0] = "Hercules DualPix Exchange Webcam is a sophisticated device with great software.
Features:
-High resolution VGA sensor offering excellent image quality, even in low light conditions
-USB 2.0 Video Class (UVC) interface for quick data transfers and simple, driverless installation (under Windows® XP SP2 and Vista®)
-Image mode resolution: 2 Mega pixels with interpolation
-Video mode resolution: 1280 x 960 with interpolation
-Up to 30 frames/second
-Built-in microphone
-Universal attachment device suited to all types of screens (CRT, flat screens and laptop screens)
-Horizontal rotation over 360 degrees and vertical rotation over 30 degrees
-3x digital zoom and automatic face tracking feature with the Hercules Zoom Controller application";
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 = '';
}
}