var fDesc=new Array(); fDesc[0] = "HIARCS 12 MP UCI - a chess program that can do more than calculate.HIARCS is famous for its human-like playing style and its ability to come up with the unexpected. Recent HIARCS versions are renowned for sharp attacking chess and a never say die attitude to their play. In HIARCS 12 this playing style has been positively enhanced through a new deeper search and evaluation of dynamic possibilities."; 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 = ''; } }