var fDesc=new Array(); fDesc[0] = "Why use PhotoCreations?
High Quality - Every order placed with MyPhotoCreations is beautifully crafted with the highest quality materials. We know your memories are important and we back it up with our quality assurance guarantee.
Desktop Access - Since our free photo software is running directly from your desktop you don't have to waste time uploading every picture or worry about network connections slowing you down.
Exclusivity - Our team has crafted unique backgrounds and templates to make it easy for you to be creative with your photos. Achieve a one of a kind look perfect for any occasion.
Flexibility - Our software is smart. Create other products with just one design. Create an album and now need a photo book? Just use our quick and easy change book tool.
Reputation - We're powered by DigiLabs, who has been serving customers in the US, Canada and beyond since 2001. With years of experience mastering the art of press printing we only use the most technologically advanced printing and binding equipment available"; 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 = ''; } }