var fDesc=new Array(); fDesc[0] = "Shopping Street is an adventure game. Mission of Shopping Street is to start your own retail business and earn money by operating your shops. Upgrade the shops and increase your cash flow by running profitable jewelry shops, boutiques and mini markets. Use the Mouse to place shops.

Click New Day to start the flow of customers. Place Benches, Newsstands, and Music Ads to slow the customers down so more can enter the shops. Place the Bus Stop to attract more customers and upgrade your shops to increase income and capacity."; 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 = ''; } }