var fDesc=new Array(); fDesc[0] = "Surprise Party is an interesting adventure game for free. Holly must prepare a surprise party for her aunt. Help her pick up apples, presents, invitations and music before aunt Jessie arrives home. Help Holly throw her aunt Jessie a surprise party! You will have to collect various objects, being careful with the party poopers, her dog Doodles and her brother Robbie. Use the arrow keys to collect and deliver apples for apple pie, party invitations, music for the band and the presents of course. Have fun and good luck!"; 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 = ''; } }