var fDesc=new Array(); fDesc[0] = "With Pocket ChessPartner you can play chess everywhere. The program features: attractive board, color support (either use black on white or attractive colors), very easy-to-use (making the moves by tapping on the piece or by dragging the piece), load and save PGN games, PGN files can be used to exchange games with your favorite PC chess program, full support for PGN variations, strong chess engine and much more."; 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 = ''; } }