var fDesc=new Array(); fDesc[0] = "Take an exciting shopping holiday across America and around the world with two hit Little Shop titles. In Little Shop - Road Trip, set off on the road to fun and search stunning scenes on your quest to collect rare and exclusive items for your Little Shops back home. In Little Shop - World Traveler, enjoy a shopping spree to remember as you travel around the globe in search of one-of-a-kind souvenirs for a prized collection.

With both spectacular journeys, you'll enjoy hours of seek-and-find fun in the most amazing travel destinations. Search the streets of Seattle, the deserts of Australia, and the sun-drenched shores of South Beach for thousands of hidden items. Play engaging mini-games, use creative power-ups, and unlock entertaining bonus modes. There are just so many sights to visit, see, and explore!"; 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 = ''; } }