var fDesc=new Array(); fDesc[0] = "Clueless is a game about Cher and her friends who are on an unending quest to find the perfect clothes for every occasion. Whether it is prom or just a day at school, they always have to look perfect to avoid "fashion victim" status. Cher's clique dress not only to impress other girls, but also boys. While boys may not know much about fashion, they surely know what they like. Choose from over 15 different styles of clothing to find the perfect look in the right style."; 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 = ''; } }