var fDesc=new Array(); fDesc[0] = "Microprocessor Simulator 8085 for Windows offers complete transparency at the register, flag and stack level. There's easy coding through a code key pad with complete input validation. It offers easy and extensive debugging including breakpoints and profiling options. Hex and Obj files are supported. The program also features an assembler text editor with syntax highlighting"; 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 = ''; } }