var fDesc=new Array(); fDesc[0] = "You'll be soaring over landscapes of villages, woods, ancient ruin and exotic city all over the world. Checking each house that come in view and sending the right kind of delivery to that house. You can also try the fun and addictive puzzle mode where your keen eyes help you match the mails and packages before time runs out. You will be pitted against your own limits!"; 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 = ''; } }