var fDesc=new Array(); fDesc[0] = "PaperBoy - You are the paperboy, and you must deliver the newspaper to the costumers on you bike, while avoiding crashing. Paperboy is one of the most popular classic arcade games. It's a lot of fun and the graphics are pretty good. Paperboy is a huge classic, so if you are a fan of classic video games, you have to try this one. Ride the bike down the street and throw newspapers to the houses to score points. If you run out, just get a new stack. Avoid crashing."; 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 = ''; } }