var fDesc=new Array(); fDesc[0] = "You're a secret star so you need a glittery scrapbook to record your secrets and dreams.

Features:

- Fill in loads of top secret info about you, your family and your friends.
- Add cool pictures of you and your favorite peeps to the page
- Make your page totally unique by changing the fonts, colors, borders and more!
- Hit print and then stick your template onto one of your blank Secret Scrapbook pages and add to your album."; 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 = ''; } }