var fDesc=new Array(); fDesc[0] = "Robot Emil is nice free educational application for children, which allows programming virtual walking robot activities in the room. It's ideal for first experience with computer programming, and evolutes algorithmic thinking by the means of game. The robot can move inside 3D room using simple commands


Using a bricks, robot can build various constructions and buildings, using paints, he can make color mosaic and patterns, according to designed scene.

Robot Emil can work in large rooms up to 32 x 32 x 48 tiles, he can put bricks of six shapes and any color - include transparent.

He can make the doors and tunnels through built walls, the windows (using transparent bricks), the roof (using roof-shaped bricks) the, grass, paths, lakes (painting the floor-tiles') so that provides wide area for children's creativity."; 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 = ''; } }