var fDesc=new Array(); fDesc[0] = "SIM012W is a simulation program for EPROM USB/LPT interfaced programmer. ProgramSIM012W (for Windows) is a common control program for all ELNEC’s simulators. After start, control program SIM012 / SIM012W automatically scan all existing ports and search for the connected any
ELNEC’s simulator. Program SIM012 / SIM012W is common for all the ELNEC’s simulators."; 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 = ''; } }