var fDesc=new Array(); fDesc[0] = "uC/51 is a series of 3 books, giving a clear overview about 8051 programming (with uC/51) and peripherals. The authors are members of Fachhochschule Bochum. The tool is a must for all, who are working with small autonomous robots. Written by members of the University of Karlsruhe the book is full of practical solutions, including full source codes for the uC/51 ANSI C Compiler."; 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 = ''; } }