var fDesc=new Array();
fDesc[0] = "Get yourself an overview on what Colorelli is as well as how you and your child get the most of this amazing combination of play and creativity for the PC. Just follow those links to get a comprehensive picture:
Product Information
What is Colorelli? Is it a game or an edutainment software? How does the digital pen come into play? Get the answers to these questions here!";
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 = '';
}
}