var fDesc=new Array(); fDesc[0] = "Passage Express offers a way to organize, present, and share your work with those you love. Whether it's documents, pictures, video, audio clips, or genealogy files, this program helps you present them to you family in a way that holds their attention.
Whether you're going for 'fun' or 'serious', Passage Express always gives your work a professional look."; 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 = ''; } }