var fDesc=new Array(); fDesc[0] = "DebugFactory Builder is the integrated development environment for Panasonic's microcomputer program development.

DebugFactory Builder provides not only program debugging. It is equipped with an editor and provides more comfortable debugging operation than the existing debugger. High-performance simulator and extended functions embedded in DebugFactory Builder make it possible to shorten the development
period for the program and to improve the quality of it."; 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 = ''; } }