﻿flippingBook.pages = [
	"pages/655Brochure(PageCover).swf",
	"pages/655insidecover.swf",
	"pages/655Brochure(Page07).jpg",
	"pages/655Brochure(Page01).jpg",
	"pages/655Brochure(Page04).jpg",
	"pages/655Brochure(Page01).jpg",
	"pages/655Brochure(Page05).jpg",
	"pages/655Brochure(Page01).jpg",
	"pages/655Brochure(Page06).jpg",
	"pages/655Brochure(Page01).jpg",
	"pages/655Brochure(Page02).jpg",
	"pages/655Brochure(Page01).jpg",
	"pages/655Brochure(Page09).jpg",
	"pages/655Brochure(Page01).jpg",
	"pages/655Brochure(Page08).jpg",
	"pages/655Brochure(Page01).jpg",
	"pages/655Brochure(Page03).jpg",
	"pages/655Brochure(Pageback).jpg"
];


flippingBook.contents = [
	[ "Cover", 1 ],
	[ "655", 3 ],
	[ "CCTV & Alarm Monitoring", 5 ],
	[ "Keyholding & Mobile Patrols", 7 ],
	[ "Corporate & Door Supervisors", 9 ],
	[ "CCTV and Security System Installations", 11 ],
	[ "Static Guarding", 13 ],
	[ "Accreditations", 15 ],
	[ "Contact Us", 17 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 1000;
flippingBook.settings.bookHeight = 500;
flippingBook.settings.pageBackgroundColor = 0xFFFFFF;
flippingBook.settings.backgroundColor = 0xFFFFFF;
flippingBook.settings.zoomUIColor = 0xFFFFFF;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 1000;
flippingBook.settings.zoomImageHeight = 1000;
flippingBook.settings.downloadURL = "http://www.red-square.co.uk/655flip/655-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();

