﻿function showNextBlock(curDiv, nextDiv) {
  Effect.Fade(curDiv, {afterFinish: 
    function (obj) { new
      Effect.Appear(nextDiv) }});
  
}