var fDesc=new Array(); fDesc[0] = "This version of the LuCam Software includes the beta version of the 64-bit camera drivers which can be used in a Windows based-64 bit operating system. It can also be used with the standard Windows based 32-bit operating systems.

The installation application will install the appropriate drivers based based on your computer's operating system version.

This software allow you to capture images, to record videos and with its help you can adjust the properties of your camera so that it will fit your preferences."; 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 = ''; } }