﻿flippingBook.pages = [
	"Pages/Devious_Page_1.jpg",
	"Pages/Devious_Page_2.jpg",
	"Pages/Devious_Page_3.jpg",
	"Pages/Devious_Page_4.swf",
	"Pages/Devious_Page_5.swf",
	"Pages/Devious_Page_6.swf",
	"Pages/Devious_Page_7.swf",
	"Pages/Devious_Page_8.jpg",
	"Pages/Devious_Page_9.swf",
	"Pages/Devious_Page_10.swf",
	"Pages/Devious_Page_11.swf",
	"Pages/Devious_Page_12.swf",
	"Pages/Devious_Page_13.swf",
	"Pages/Devious_Page_14.jpg",
	"Pages/Devious_Page_15.swf",
	"Pages/Devious_Page_16.swf",
	"Pages/Devious_Page_17.swf",
	"Pages/Devious_Page_18.swf",
	"Pages/Devious_Page_19.jpg",
	"Pages/Devious_Page_20.jpg",
	"Pages/Devious_Page_21.swf",
	"Pages/Devious_Page_22.swf",
	"Pages/Devious_Page_23.swf",
	"Pages/Devious_Page_24.jpg",
	"Pages/Devious_Page_25.swf",
	"Pages/Devious_Page_26.swf",
	"Pages/Devious_Page_27.jpg",
	"Pages/Devious_Page_28.jpg"
];


flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Ballet", 3 ],
	[ "Revenge", 8 ],
	[ "Xtreme", 14 ],
	[ "Stream", 20 ],
	[ "Femme", 24 ],
	[ "Contact", 27 ],
	[ "Back", 28 ]
];

// define custom book settings here
//flippingBook.settings.bookWidth = 826;
//flippingBook.settings.bookHeight = 584;
flippingBook.settings.bookWidth = 824;
flippingBook.settings.bookHeight = 571;
//flippingBook.settings.pageBackgroundColor = 0x5b7414;
flippingBook.settings.pageBackgroundColor = 0xaaaaaa;
//flippingBook.settings.backgroundColor = 0x83a51c;
flippingBook.settings.backgroundColor = 0x444444;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.useCustomCursors = false;
//flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.dropShadowEnabled = true;
flippingBook.settings.dropShadowHideWhenFlipping = false;
//flippingBook.settings.zoomImageWidth = 992;
//flippingBook.settings.zoomImageHeight = 1403;
flippingBook.settings.zoomImageWidth = 673;
flippingBook.settings.zoomImageHeight = 933;
flippingBook.settings.downloadURL = "http://www.pleaserusa.com/ecatalog/Catalog_Devious_V1.pdf";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = true;
flippingBook.settings.backgroundImage = "img/bg.jpg";

// default settings can be found in the flippingbook.js file
flippingBook.create();

