var fDesc=new Array(); fDesc[0] = "For Bill & Helen, true love began during World War II and blossomed into a lifetime of romance. Sift through 7 decades of actual photographs, letters and keepsakes. Bring this timeless tale to life in one amazing anniversary celebration.

Search for hidden items in challenging seek & find levels as you experience a true love story spanning 70 years. Play unique mini games & adventure puzzle as you restore actual photographs, letters & mementos from WWII. Redecorate & prepare for an amazing Anniversary celebration. Earn unique gifts and unlock BONUS backgrounds. Play Find All Mode to uncover every hidden object throughout the game!"; 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 = ''; } }