var fDesc=new Array(); fDesc[0] = "Passport Photo Studio makes it easy to create and print passport unlimited photos from home. Simply stand in front of a light background and use your digital camera to take a photo. Passport Photo Studio then makes it extremely simple to size, adjust and print a picture that meets official requirements for the USA or United Kingdom. Watch the video demo to see Passport Photo Studio in action."; 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 = ''; } }