var fDesc=new Array();
fDesc[0] = "Jpegger is an application offering developers a multi platform Application Program Interface (API) using TCP/IP triggers to capture single or groups of JPG images and store them in SQL databases. Security cameras already in use can also be used with Jpegger.
Main features:
-User-defined fields, image groups and tables
-Text embedded on image
-Master/Slave JPEGger servers help manage WAN distribution of large files
-Archive images and dynamically mount archives
-Drivers for 4 port analog encoders
-Drivers for Document Scanners, PDF's, Finger Print Readers and Signature Pads
-Export transactional Milestone video with JPEGger images for hands-free DVD burning for evidence and archival of groups of transactions
-Built-in web server to allow integration with existing web site or web applications
-Windows NT, 2000, XP, 7, 2003 Server, 2008 Server
-Microsoft SQL Standard 2005, 2008 minimum
-Single-EXE deployment to any number of networked PC's
-Capture images or files by: Send To, email and Drag and Drop
-API for Suspect transactions reports - review suspect transactions with no delay
-Integrated query builder - search for images
-Camera Monitoring
-HTML interface
-Windows NT, 2000, XP, 7, 2003 Server, 2008 Server";
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 = '';
}
}