var fDesc=new Array(); fDesc[0] = "UC-AutoCam is a versatile utility for USB digital camera users. It's designed to replace the manufacturer's software that comes with your camera, giving you a powerful tool to fetch, view, organize, edit and print your pictures.
- Fetch and Save all your pictures with a single click.
- Browse your pictures once you've saved them on disk
- Print multiple pictures on a page
- Find your pictures using keywords
- Make Contact Sheets of your pictures"; 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 = ''; } }