flippingBook.pages = [
	"pages/01.png",
	"pages/02.png",
	"pages/03.png",
	"pages/04.png",
	"pages/05.png",
	"pages/06.png",
	"pages/07.png",
	"pages/08.png",
	"pages/09.png",
	"pages/10.png",
	"pages/11.png",
	"pages/12.png",
	"pages/13.png",
	"pages/14.png",
	"pages/15.png",
	"pages/16.png",
	"pages/17.png",
	"pages/18.png",
	"pages/19.png",
	"pages/20.png"
];

flippingBook.contents = [
	[ "Cover", 1 ],
	[ "From the Chairman", 2 ],
	[ "Welcome To The Team", 4 ],
	[ "Insurance Terms Crossword", 5 ],
	[ "RWA Helpdesk News", 6 ],
	[ "The Clear Compliance Plan", 10 ],
	[ "Well Done", 12 ],
	[ "Unfair Contract Terms in Your TOBA's", 13 ],
	[ "Corporate Governance", 14 ],
	[ "Stakeholders", 16 ],
	[ "The OBELISK", 18],
	[ "Back Page", 20 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 826;
flippingBook.settings.bookHeight = 584;
flippingBook.settings.pageBackgroundColor = 0x5b7414;
flippingBook.settings.backgroundColor = 0x83a51c;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 1240;
flippingBook.settings.zoomImageHeight = 1754;
flippingBook.settings.downloadURL = "http://www.theobeliskonline.com/newsletters/RWAComplianceClubNewsletterIssue3.pdf";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = true;

// default settings can be found in the flippingbook.js file
flippingBook.create();

