﻿flippingBook.pages = [
  rootDirectory + "/include/swf/businessProtection-001.swf",
  rootDirectory + "/include/swf/businessProtection-002.swf",
  rootDirectory + "/include/swf/businessProtection-003.swf",
  rootDirectory + "/include/swf/businessProtection-004.swf",
  rootDirectory + "/include/swf/businessProtection-005.swf",
  rootDirectory + "/include/swf/businessProtection-006.swf",
  rootDirectory + "/include/swf/businessProtection-007.swf",
  rootDirectory + "/include/swf/businessProtection-008.swf",
  rootDirectory + "/include/swf/businessProtection-009.swf",
  rootDirectory + "/include/swf/businessProtection-010.swf",
  rootDirectory + "/include/swf/businessProtection-011.swf",
  rootDirectory + "/include/swf/businessProtection-012.swf"
];


// define custom book settings here
flippingBook.settings.bookWidth =                 705; //two page width
flippingBook.settings.bookHeight =                453;
flippingBook.settings.zoomImageWidth =            800; //one page width
flippingBook.settings.zoomImageHeight =           1029;
flippingBook.settings.pageBackgroundColor =       0x064892;
flippingBook.settings.backgroundColor =           0xdddddd;
flippingBook.settings.zoomUIColor =               0x444444;
flippingBook.settings.useCustomCursors =          false;
flippingBook.settings.dropShadowEnabled =         false;
flippingBook.settings.downloadURL =               rootDirectory + "/pdf/BusinessProtectionAndYourFamily.pdf";
flippingBook.settings.downloadSize =              "Size: 342 Kb",
flippingBook.settings.flipCornerStyle =           "first page only";
flippingBook.settings.zoomHintEnabled =           true;


// default settings can be found in the flippingbook.js file
flippingBook.create();

