flippingBook.pages = [
	"pages/boston_sustain_Page_001.jpg",
	"pages/boston_sustain_Page_002.jpg",
	"pages/boston_sustain_Page_003.jpg",
	"pages/boston_sustain_Page_004.jpg",
	"pages/boston_sustain_Page_005.jpg",
	"pages/boston_sustain_Page_006.jpg",
	"pages/boston_sustain_Page_007.jpg",
	"pages/boston_sustain_Page_008.jpg",
	"pages/boston_sustain_Page_009.jpg",
	"pages/boston_sustain_Page_010.jpg",
	"pages/boston_sustain_Page_011.jpg",
	"pages/boston_sustain_Page_012.jpg",
	"pages/boston_sustain_Page_013.jpg",
	"pages/boston_sustain_Page_014.jpg",
	"pages/boston_sustain_Page_015.jpg",
	"pages/boston_sustain_Page_016.jpg",
	"pages/boston_sustain_Page_017.jpg",
	"pages/boston_sustain_Page_018.jpg",
	"pages/boston_sustain_Page_019.jpg",
	"pages/boston_sustain_Page_020.jpg",
	"pages/boston_sustain_Page_021.jpg",
	"pages/boston_sustain_Page_022.jpg",
	"pages/boston_sustain_Page_023.jpg",
	"pages/boston_sustain_Page_024.jpg",
	"pages/boston_sustain_Page_025.jpg",
	"pages/boston_sustain_Page_026.jpg",
	"pages/boston_sustain_Page_027.jpg",
	"pages/boston_sustain_Page_028.jpg",
	"pages/boston_sustain_Page_029.jpg",
	"pages/boston_sustain_Page_030.jpg",
	"pages/boston_sustain_Page_031.jpg",
	"pages/boston_sustain_Page_032.jpg",
	"pages/boston_sustain_Page_033.jpg",
	"pages/boston_sustain_Page_034.jpg",
	"pages/boston_sustain_Page_035.jpg",
	"pages/boston_sustain_Page_036.jpg"
];
/*
flippingBook.contents = [
	[ "Looking ahead", 2 ],
	[ "Face to Face", 4 ],
	[ "60 Seconds", 6 ],
	[ "Safety Matters", 10 ],
	[ "Your Preference Benefits", 12 ],
	[ "Pension", 12 ],
	[ "Private Medical Insurance", 16 ],
	[ "Dental Insurance", 20 ],
	[ "Critical Illness Insurance - Employee", 24 ],
	[ "Critical Illness Insurance - Partner", 28 ],
	[ "Bicycles", 30 ],
	[ "Company Car", 32 ],
	[ "Holiday Buy/Sell", 34 ],
	[ "Childcare Vouchers", 36 ],
	[ "Retail Vouchers", 42 ],
	[ "Retail Cards", 44 ],
	[ "Travel Insurance", 48 ],
	[ "Charitable Contributions", 50 ],
	[ "How to tell us your preferences", 52 ],
	[ "Glossary", 54 ],
	[ "Qualifying Lifestyle Events", 56 ]
];
...*/

//  EDIT THESE AS NECESSARY
//  EDIT THESE AS NECESSARY
//  EDIT THESE AS NECESSARY

// height width zoom etc...
flippingBook.settings.bookWidth = 772;
flippingBook.settings.bookHeight = 500;
flippingBook.settings.zoomImageWidth = 1159;
flippingBook.settings.zoomImageHeight = 1500;

//allows for transparent PNGs etc...
flippingBook.settings.showUnderlyingPages = false;

// makes the front and back pages hardcover
flippingBook.settings.hardcover = false;



//leave the PDF in the root directory of this magazine - edit the filename and size accordingly...
flippingBook.settings.downloadURL = "boston_sustain.pdf";
flippingBook.settings.downloadSize = "3.1MB";


// makes the pages look smooth - otherwise they're edgy when flipping - LEAVING THIS AS TRUE CAN DECREASE PERFORMANCE
flippingBook.settings.smoothPages = true;	




// the size of the page corner 'hotspot'
flippingBook.settings.autoFlipSize = 100;




// SAFE TO LEAVE ALONE...
// SAFE TO LEAVE ALONE...
// SAFE TO LEAVE ALONE...

// the color of the pages before whilst they are loading...
//flippingBook.settings.backgroundColor = 0x83a51c;

//the colour they see before the flash is loaded...
flippingBook.settings.pageBackgroundColor = 0xFFFFFF;



// FALSE keeps the pages in memory for the session...
flippingBook.settings.allowPagesUnload = false;


// FALSE tells the app to load all thumbnail pages in advance...
flippingBook.settings.loadOnDemand = true;



// page turning sound...
flippingBook.settings.flipSound = "sounds/02.mp3";

// the corner of the first page will hint that it can be turned... 'first page only' 'manually' 'each page'
flippingBook.settings.flipCornerStyle = "manually";

flippingBook.settings.zoomHintEnabled = true;








flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,


// default settings can be found in the flippingbook.js file
flippingBook.create();

