var fDesc=new Array(); fDesc[0] = "Ready to embark on the Road to Riches? Help John and Claudia build their delivery business into a thriving empire! Unlock new trucks, expand your fleet, and deliver orders in a vibrant city. A fun mix of simulation and management, join John and Claudia in a frantic business adventure to be enjoyed by all ages!"; 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 = ''; } }