var fDesc=new Array(); fDesc[0] = "AlphaVM-free is a free emulator. Its set of features is restricted and the performance is limited. For full set of features and higher performance please check our commercial products.
AlphaVM currently emulates a DS10, DS20 and ES40 systems. More systems will be added in the future."; 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 = ''; } }