function MoveForwardAnim0()
{if ( nMoves[0] < m0.length / 2 )
 b0=MF(m0, n0, 0, b0, 'chess');
 else
 b0=GoStart(m0, n0, 0, b0, 'chess');
 document.panel0.ikastop.value=GMS(m0, n0, 0, b0, 'chess');
 window.setTimeout( "MoveForwardAnim0()", 700);}
