var fDesc=new Array(); fDesc[0] = "DosPanel is a Windows front-end for DOSBox, which is an emulator to run DOS applications. This combination lets you run most of the classic DOS games. It has a simple interface where you can add shortcut icons for DOS programs; each application can have its individual settings. You can add any directory on the host system as the hard drive and any host DVD/CD drive or ISO image as CD drive."; 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 = ''; } }