var oBookInfo = new BookInfo();
function BookInfo() {
  this.iBookCode = 575;
  this.iPageCount= 54;
  this.aLevelInfo    = new Array();
  this.aLevelInfo[0] = new Array(480,680,480,680);
  this.aLevelInfo[1] = new Array(300,300,984,1392);
  this.aLevelInfo[2] = new Array(300,300,1346,1904);
  this.iLeafDirect = 1;
  this.EachBookInfo       = new Array();
    this.EachBookInfo[0]        = new Array(null, null, null, "", 575, 54);
      this.EachBookInfo[0][1]   = new Array("image.aulivre.com");
      this.EachBookInfo[0][2]   = new Array("brochure", "versailles", "Default", "versailles", "200707251857200000", "20070725") ;
}