var fDesc=new Array(); fDesc[0] = "Probotix allows children to take complete control of programming their Pro-Bot with this on-screen logo programming software.

Main Features :
- Easy to use programming with either directional buttons or with the more complex logo language.
- Helps to deliver the ICT QCA Unit 4E 'Modelling effects on screen'.
- Pen up/down feature which can also be demonstrated on the Pro-Bot.
- Ability to modify and improve routes on screen when programmed.
- Capability to upload and download your sequences to our Pro-Bot.
- Change the screen background image, or import your own."; 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 = ''; } }