var fDesc=new Array(); fDesc[0] = "DgFlick Passport Xpress PRO allows you to print your photos for visa and passport applications. Simply import your photo and select from the 330 inbuilt packages/templates. You can also edit your portraits with zooming, and background color tools; face area guidelines help your maintain the face percentage visibility as per the requirement of visa.

Pro version allows you to create custom packages with the required photo and grid sizes."; 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 = ''; } }