var fDesc=new Array(); fDesc[0] = "Creepsy and Cutsey Double Pack is a set of two odd adventures that will show you the dark and light sides of puzzling. With a duo that's both creepy and cute, you will get in on two unbelievable sliding puzzle tales. In Cutesy, help Bunty the Unicorn make new friends with her fabulous cupcakes and in Creepsy, help the little monster regain his scaring mojo after he is relegated to tea time with a young girl. Both of these wonderful games offer kids hours of sliding puzzle fun."; 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 = ''; } }