﻿// define pages to load here
flippingBook.pages = [
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_01.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_02.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_03.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_04.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_05.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_06.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_07.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_08.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_09.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_10.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_11.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_12.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_13.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_14.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_15.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_16.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_17.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_18.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_19.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_20.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_21.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_22.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_23.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_24.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_25.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_26.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_27.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_28.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_29.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_30.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_31.jpg",
	"../Documents/Flipbooks/Complete_Color_Guide/pages/Complete_Guide_to_Color_Management_Page_32.jpg"
];

// define chapter points here
flippingBook.contents = [
	[ "Front Cover", 1 ],
	[ "Table of Contents", 2 ],
	[ "Color Management Overview", 3 ],
	[ "What is the Problem", 6 ],
	[ "Why is there a Problem", 7 ],
	[ "Making it Work", 10 ],
	[ "Taking it Step-by-Step", 12 ],
	[ "For Advanced Users", 16 ],
	[ "Soft Proofing Guide", 20 ],
	[ "Glossary", 22 ],
	[ "Back Cover", 32 ]
];

// define custom book settings here
flippingBook.settings.downloadURL = "/documents/literature/EN/L11-144_CompleteGuideToColorManagement_EN.pdf";
flippingBook.settings.zoomPath = "../documents/flipbooks/Complete_Color_Guide/pages/large/",
flippingBook.settings.downloadSize = "Size: 9.6 Mb",
flippingBook.settings.zoomImageWidth = 600;
flippingBook.settings.zoomImageHeight = 900;

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

