var fDesc=new Array(); fDesc[0] = "Mingoville is a fun, powerful and interactive English language course that caters to kids of all ages worldwide. Mingoville consists of a wide variety of materials that can be reached directly through the portal. Mingoville is a storybook world of English language learning and interaction. The main characters are the Pinkeltons, a family of flamingos, and Dr. Phil Good, their family doctor. There are 10 missions in the course. Each mission covers a distinct theme and can be worked on independently from the other missions."; 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 = ''; } }