﻿flippingBook.pages = [
	"pages/1_Page_01.jpg",
	"pages/1_Page_02.jpg",
	"pages/1_Page_03.jpg",
	"pages/1_Page_04.jpg",
	"pages/1_Page_05.jpg",
	"pages/1_Page_06.jpg",
	"pages/1_Page_07.jpg",
	"pages/1_Page_08.jpg",
	"pages/1_Page_09.jpg",
	"pages/1_Page_10.jpg",
	"pages/1_Page_11.jpg",
	"pages/1_Page_12.jpg",
	"pages/1_Page_13.jpg",
	"pages/1_Page_14.jpg",
	"pages/1_Page_15.jpg",
	"pages/1_Page_16.jpg",
	"pages/1_Page_17.jpg",
	"pages/1_Page_18.jpg"
];


flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Calendar", 2 ],
	[ "Series Index", 4 ],
	[ "Kardon Series", 6 ],
	[ "TD Bank Series", 8 ],
	[ "Piano Recital Series", 10 ],
	[ "Vocal Recital Series", 12 ],
	[ "Philosophical Society Recitals", 13 ],
	[ "Wind Recitals", 14 ],
	[ "Special/Jazz", 15 ],
	[ "Concerts for the Community", 16 ],
	[ "Pricing Grid", 18 ]
	];

// 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.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 992;
flippingBook.settings.zoomImageHeight = 1403;
flippingBook.settings.downloadURL = "http://www.pcmsconcerts.org/brochure/pages/09_10_Brochure.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();

