var fDesc=new Array(); fDesc[0] = "The classic 80s hit movie, Pretty in Pink, is known as a movie that defined a generation, and now players will have the chance to relive the memorable story about love, friendship and the clash of social cliques in an entertaining game format. Through hidden object, logic, and puzzle games you can recreate the classic romantic triangle between Andie, Duckie and Blane and then change, if you choose, the controversial movie ending."; 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 = ''; } }