var fDesc=new Array(); fDesc[0] = "Using Kidz CD 4, teenagers age 13 years and older can learn and find out interesting things about animals, art and activities, geography, history. they can also play games, listen to the radio, find out the latest news from sport.
Main features:
- free access to Kidz CD forum
- access to free web radio
- access to thousands of games
- access to free word processor
- access to free photo editor
- instructions included"; 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 = ''; } }