var fDesc=new Array();
fDesc[0] = "DARKROOM was created specifically for the enthusiast and professional photographers to provide a software solution that automates most requirements of any-sized photography business.
Main Features:
- Sets up studio and on-site job details for invoicing, archiving and marketing
- Directly captures wirelessly or tethered to pro cameras
- Opens RAW, proprietary and standard digital camera files
- Easily catalogs, organizes and archives digital photos
- Enables quick fixes and advanced enhancements of pictures
- Automates custom creation of limitless print products with color, vignette and text variations, over 200 built-in product templates and a library of regularly-updated downloadable templates
- Gives greenscreen technology without any additional hardware or software
- Automatically creates print and digital proof products
- Automatically creates studio and event sales presentations
- Creates standard and custom print packages
- Automates push-button print and built-in drivers for Windows injets and dye-sublimation printers
- Provides instant connectivity to print outsourcing/product fulfillment to over 200 Labtricity Labs
- Publishes to free Internet portfolios and storefronts on PhotoReflect.com";
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 = '';
}
}