flippingBook.pages = [
	"pages/report_Page_01.jpg",
	"pages/report_Page_02.jpg",
	"pages/report_Page_03.jpg",
	"pages/report_Page_04.jpg",
	"pages/report_Page_05.jpg",
	"pages/report_Page_06.jpg",
	"pages/report_Page_07.jpg",
	"pages/report_Page_08.jpg",
	"pages/report_Page_09.jpg",
	"pages/report_Page_10.jpg",
	"pages/report_Page_11.jpg",
	"pages/report_Page_12.jpg",
	"pages/report_Page_13.jpg",
	"pages/report_Page_14.jpg",
	"pages/report_Page_15.jpg",
	"pages/report_Page_16.jpg",
	"pages/report_Page_17.jpg",
	"pages/report_Page_18.jpg",
	"pages/report_Page_19.jpg",
	"pages/report_Page_20.jpg"		
];

flippingBook.contents = [
	[ "Go to the Cover", 1 ],
	[ "Go to Vision Statement", 2 ],
	[ "Go to Partnership Report", 3 ],
	[ "Go to G1 etc.", 4 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 826;
flippingBook.settings.bookHeight = 584;
flippingBook.settings.pageBackgroundColor = 000040;
flippingBook.settings.backgroundColor = 000040;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 992;
flippingBook.settings.zoomImageHeight = 1403;
flippingBook.settings.downloadURL = "http://www.futuresolutions.com.au/samplers/wesley/uniting_care_wesley_a_r.pdf";
flippingBook.settings.flipSound = "sounds/02.mp3";

// default settings can be found in the flippingbook.js file
flippingBook.create();
