var fDesc=new Array(); fDesc[0] = "Explore fractions while you help yourself to 1/3 of a chocolate cake and wash it down with 1/2 a glass of orange juice! Create your own fractions using fun interactive objects. Match shapes and numbers to earn stars in the fractions games. Challenge yourself on any level you like. Try to collect lots of stars.

Some Goals of Learning:
Find matching fractions using numbers and pictures
Make equivalent fractions using different numbers
Match fractions in different picture patterns
Compare fractions using numbers and patterns"; 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 = ''; } }