
//this is where you specify the pages that need to go in the book
flippingBook.pages = [
	"pages/Page1.jpg",
	"pages/Page2.jpg",
	"pages/Page3.jpg",
	"pages/Page4.jpg",
	"pages/Page5.jpg",
	"pages/Page6.jpg",
	"pages/Page7.jpg",
	"pages/Page8.jpg",
	"pages/Page9.jpg",
	"pages/Page10.jpg",
	"pages/Page11.jpg",
	"pages/Page12.jpg",
	"pages/Page13.jpg",
	"pages/Page14.jpg",
	"pages/Page15.jpg",
	"pages/Page16.jpg",
	"pages/Page17.jpg",
	"pages/Page18.jpg",
	"pages/Page19.jpg",
	"pages/Page20.jpg",
	"pages/Page21.jpg",
	"pages/Page22.jpg",
	"pages/Page23.jpg",
	"pages/Page24.jpg",
	"pages/Page25.jpg",
	"pages/Page26.jpg",
	"pages/Page27.jpg",
	"pages/Page28.jpg",
	"pages/Page29.jpg",
	"pages/Page30.jpg",
	"pages/Page31.jpg",
	"pages/Page32.jpg"
];


flippingBook.contents = [
	
	 ["TABLE OF CONTENTS", 0],
	 ["Front Cover", 1],
	 ["Venue Capacities & Journey Guide", 2],
	 ["Center Parcs - The Natural Choice", 3],
	 ["Sherwood Forest, Nottinghamshire", 5],
	 ["Sherwood Forest Accommodation", 6],
	 ["Elveden Forest, Suffolk", 8],
	 ["Elveden Forest Accommodation", 10],
	 ["Longleat Forest, Wiltshire", 13],
	 ["Longleat Forest Accommodation", 14],
	 ["Whinfell Forest, Cumbria", 16],
	 ["Whinfell Forest Accommodation", 18],
	 ["Team Building", 20],
	 ["Team Building Activities", 23],
	 ["Catering - Breakfast & Lunch", 25],
	 ["Catering - Evening Dining", 26],
	 ["Aqua Sana Spa", 29],
	 ["Contact Information", 30],
	 ["Rear Cover", 32]
						
];


flippingBook.settings.bookWidth = 475 * 2;
flippingBook.settings.bookHeight = 336;
flippingBook.settings.pageBackgroundColor = 0x94A545;
flippingBook.settings.backgroundColor = 0xffffff;
flippingBook.settings.ZoomUIColor = 0x919d6c;
flippingBook.settings.smoothPages = true;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = true;
flippingBook.settings.zoomImageWidth = 1024;
flippingBook.settings.zoomImageHeight = 724;
flippingBook.settings.downloadURL = "download/CP_B2B_Brochure_2009.pdf";
flippingBook.settings.downloadSize = "Size: 3.74 Mb";



// ALL OF THE SETTINGS BELOW ARE TWEAKING THINGS AND ARE COMMENTED BUT CAN BE USED BY UNCOMMENTING AND CHANGING THE VALUES//


//width of the bacground area (default 100%)
//flippingBook.settings.stageWidth = "140%";

//sets the height of the bacground area (default again is 100% in flipbook.js)
//flippingBook.settings.stageHeight = "140%";


//uncoment this to make the images clip to the page size rather than be scaled automatically
//flippingBook.settings.scaleContent = false;

//uncoment this line to make the images default possition to be the top left of the relevent page 
//default (set in pageflick.js is set to tcenter the images / to true)
//flippingBook.settings.centerContent = false;



//uncoment to add the default hard cover
//flippingBook.settings.hardcover = true;


//uncoment to set the hardcover thickness (default is set to 3)
//flippingBook.settings.hardcoverThickness = 4;



//defines the color of the hardcover edge (default is 0xffffff)
//flippingBook.settings.hardcoverEdgeColor = 0xDDDDDD;



//turns on / off 3d lighting of rigid page flipping (default is true)
//flippingBook.settings.highlightHardcover = false;



//defines the width of the book frame in pixels (default is 0)
//flippingBook.settings.frameWidth = 20;



//defines the colour of the width of the book frame (default is 0xffffff)
//flippingBook.settings.frameColor = 0xDDDDDD;



//defines the transparancy of the book frame (default is 100)
//flippingBook.settings.frameAlpha = 50;



//defines the first page number (default is 1)
//flippingBook.settings.firstPageNumber = 2;



//Defines the size in pixes of the click sensitive area that allows flipping of the pages (default is 50)
flippingBook.settings.autoFlipSize = 100;


//defines the curvature of the fliping when using navigation buttons (default is 30)
//flippingBook.settings.navigationFlipOffset = 0;


//defines a different method of user flipping (how they turn the pages)
flippingBook.settings.flipOnClick = true;

//defines the style of the mouse pointer over the corners to be a hand or not (default is true)
//flippingBook.settings.handOverCorner = false;


//turns the mouse icon to hand over the page and a finger over tge corner of the page (default is true)
flippingBook.settings.handOverPage = true;


//binds the first and last page so the user cant turn them like all the over pages 
//flippingBook.settings.alwaysOpened = true;

//sets the shadow depth (static, default is 1)
flippingBook.settings.staticShadowDepth = 2;


//sets weather or not you can see the drop shadow when fliping the pages (dafault is true)
flippingBook.settings.dropShadowHideWhenFlipping = false;

//can set the background image 
//flippingBook.settings.backgroundImage = "img/bg.jpg";



//the method starts the book 
flippingBook.create();




