﻿flippingBook.pages = [
		"Menus/ECS Special Menu_Page_01.jpg",
		"Menus/ECS Special Menu_Page_02.jpg",
		"Menus/ECS Special Menu_Page_03.jpg",
		"Menus/ECS Special Menu_Page_04.jpg",
		"Menus/ECS Special Menu_Page_05.jpg",
		"Menus/ECS Special Menu_Page_06.jpg", 
		"Menus/ECS Special Menu_Page_07.jpg",
		"Menus/ECS Special Menu_Page_08.jpg",
		"Menus/ECS Special Menu_Page_09.jpg",
		"Menus/ECS Special Menu_Page_10.jpg",
		"Menus/ECS Special Menu_Page_11.jpg",
		"Menus/ECS Special Menu_Page_12.jpg",
		"Menus/ECS Special Menu_Page_13.jpg",
		"Menus/ECS Special Menu_Page_14.jpg",
		"Menus/ECS Special Menu_Page_15.jpg",
		"Menus/ECS Special Menu_Page_16.jpg",
		"Menus/ECS Special Menu_Page_17.jpg",
		"Menus/ECS Special Menu_Page_18.jpg"
];


flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Contents", 2 ],
	[ "Welcome", 3 ],
	[ "Elegant Sit-Down Dinner", 6 ],
	[ "Deluxe Sit-Down Dinner", 8 ],
	[ "Deluxe Buffet Dinner", 10 ],
	[ "Hors d'Oeuvres & Stations", 12 ],
	[ "Cocktail Receptions", 13 ],
	[ "Cocktails", 14 ],
	[ "General Booking Info", 16 ],
	[ "Complimentary Services", 17 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 900;
flippingBook.settings.bookHeight = 582;
flippingBook.settings.pageBackgroundColor = 0xffffff;
flippingBook.settings.backgroundColor = 0xffffff;
flippingBook.settings.backgroundImage = "img/bookBackground.jpg";
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 1700;
flippingBook.settings.zoomImageHeight = 2199;
flippingBook.settings.downloadURL = "http://lockportlocks.com/LockportCanalsideSpecialMenu2010.pdf";
flippingBook.settings.downloadSize = "Size: 1.7 Mb";
flippingBook.settings.downloadComplete = "Complete";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = true;
flippingBook.settings.zoomPath = "Menus/large/";

// default settings can be found in the flippingbook.js file
flippingBook.create();
