var fDesc=new Array(); fDesc[0] = "PicProg2009 is the software update for the PicProg2006 developed by RE-Applications a young and small ICT company, specialised in design of custom-made software, functional webdesign, electronic projects, automation projects and PC hardware support.
PicProg2009 was developed in cooperation with Velleman to create the new K8076 kit. The program uses the COM port to control the programmer."; 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 = ''; } }