var fDesc=new Array(); fDesc[0] = "Manage your own, action-packed, drive-in diner in Roller Rush. If you are able to keep your customers happy and meet your goals by the end of the day, the sky's the limit. As your business starts booming invest and expand. Decide on the best improvements to attract more customers. Play career mode and plan your investments on your yearly calendar, or play survival mode and take each day as a challenge. Roller Rush makes working a fun way to spend your day!"; 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 = ''; } }