var fDesc=new Array(); fDesc[0] = "Sigma Photo Pro is an exclusive software package for displaying and manipulating your Sigma digital camera images on your computer.
Features:
- Compatibility with SIGMA Capture Pro remote camera control software.
- Added Highlight Correction function.
- Corrects the phenomenon that saved JPEG or TIFF file will be marked automatically after image processing.
- Reduced the frequency of processing errors.
- Improved stability of the operation."; 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 = ''; } }