var fDesc=new Array(); fDesc[0] = "Jet set and wed with three destination Dream Day Wedding games! Plan nuptials from start to finish in New York, Las Vegas, and Italy! Travel the world to scout locations, select the flowers, dresses, and jewelry, and avoid ceremony crises!
Main Features:
- Hundreds of levels with at least 40 hidden objects each
- Smooth and seamless plot progression across game
- Timed levels and limited hints up the challenge
- Fun and frantic mini-games
- Amazingly rendered 3D graphics"; 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 = ''; } }