var fDesc=new Array(); fDesc[0] = "A special version of the host software that simulates the capabilities of the hardware. This allows you to interact with the Demo to experience first hand the emulator's User Interface and feature set.

These Demo's run on WinXP, Win2000, WinME, WinNT, Win98 and Win95 operating systems."; 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 = ''; } }