var fDesc=new Array(); fDesc[0] = "LONG-AWAITED SEQUEL TO VIRTUAL CITY IS FINALLY HERE!
New buildings, new product chains, new challenges! After winning the hearts of millions of players, the best-selling city builder game, Virtual City, gets its long-awaited sequel! In Virtual City 2: Paradise Resort, you’ll get to expand your activities to the shining coast of Florida, snowy lands of Alaska, rocky mountains of Utah and arid tundras of Nevada. Complete 4 challenging locations with unique missions while fulfilling special goals like launching a Casino, building a Ski Resort and constructing an Ice Hotel. Offices and hotels, restaurants and clubs, museums and fitness centers – access the widest selection of buildings to make your very own Virtual City unique and prosperous"; 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 = ''; } }