var fDesc=new Array(); fDesc[0] = "Deep Sjeng is a professional chess playing and analysis engine.

It features:
- World Computer Speed Chess Champion 2008
- Top strength class chess engine
- Multiprocessor support (SMP, dual core, quad core, ...)
- Up to 8 CPUs supported
- Fully adjustable difficulty levels
- Engine supports UCI 1.0 and 2.0 protocols
- Compatible with almost all chess GUI and databases
- Multi-variation analysis
- Refutation displays
- Fischerandom chess (Chess960) supported
- Windows Vista compatible"; 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 = ''; } }