var fDesc=new Array(); fDesc[0] = "Pocket Fritz 4 offers access to Chessbase‘s high speed online database. You can search for board positions in 4 million games, and you can research the latest openings theory. The new analysis modes offer not only the evaluation of positions and main lines, but also the analysis of several variations in parallel and automatic game annotation."; 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 = ''; } }