// JavaScript Document

  window.onload = function(){
    Tate.LayoutMapper.start("div", {
      charImgRoot:"http://nehan.googlecode.com/hg/char-img",
      fontFamily:"IPAゴシック, ＭＳ Pゴシック, Osaka-Mono, Hiragino Gothic Pro",
      filter:"direction",
      noBR: false,
      onSeek: function(groupName, seekPercent){ },
      onComplete: function(groupName){ },
      onCompleteAll: function(){ }
    });
  };

