var fDesc=new Array(); fDesc[0] = "A smart and cute parrot-like screen saver. It sings on start up and talks while your screen goes to wait. This funny toy comes with modern technology. It's a so good child that it learns and remembers all what you teach, words, short phrase and speaks it out loud.

You can make a speech with him and it is easy to adjust the tempo and quality of Parrot's speech as well as changing the background to put the Parrot into different beautiful wild scenery."; 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 = ''; } }