var fDesc=new Array(); fDesc[0] = "DgFlick Xpress Collection is a pack of all Xpress releases of the developer, DgFlick Solutions. The pack contains Album Express, Book Express, Calendar Express, Gift Express and Photo Express. Products designed using Photo Xpress, Book Xpress, Calendar Xpress and Album Xpress through your lab configuration, can not be exported to jpeg or pdf, they can be printed only with your lab.
Product configuration in Photo, Album & Book
- Eliminates human error in ordering
- Eliminates errors in internal workflow"; 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 = ''; } }