flippingBook.pages = [
	"pages/front.swf",
	"pages/page001.swf",
	"pages/page002.swf",
	"pages/page003.swf",
	"pages/page004.jpg",
	"pages/page005.swf",
	"pages/page006.jpg",
	"pages/page007.jpg",
	"pages/page008.jpg",
	"pages/page009.swf",
	"pages/page010.jpg",
	"pages/page011.swf",
	"pages/page012.jpg",
	"pages/page013.jpg",
	"pages/page014.jpg",
	"pages/page015.swf",
	"pages/page016.jpg",
	"pages/page017.swf",
	"pages/page018.jpg",
	"pages/page019.jpg",
	"pages/page020.jpg",
	"pages/page021.swf",
	"pages/page022.jpg",
	"pages/page023.swf",
	"pages/page024.jpg",
	"pages/page025.jpg",
	"pages/page026.jpg",
	"pages/page027.jpg",
	"pages/page028.jpg",
	"pages/page029.jpg",
	"pages/page030.jpg",
	"pages/page031.jpg",
	"pages/page032.jpg",
	"pages/page033.swf",
	"pages/page034.jpg",
	"pages/page035.jpg",
	"pages/page036.jpg",
	"pages/page037.jpg",
	"pages/page038.jpg",
	"pages/page039.jpg",
	"pages/page040.jpg",
	"pages/page041.jpg",
	"pages/page042.jpg",
	"pages/page043.jpg",
	"pages/page044.jpg",
	"pages/page045.swf",
	"pages/page046.jpg",
	"pages/page047.jpg",
	"pages/page044.jpg",
	"pages/page049.swf",
	"pages/page050.swf",
	"pages/back.swf"
];

flippingBook.contents = [
	[ "Front Cover", 2 ],
	[ "Index", 4 ],
	[ "Feature Stories - The Australian Engravers & Sign makers Association's Letter", 7 ],
	[ "Feature Stories - Finding your Niche", 21 ],
	[ "Feature Stories - One Very Sweet Ride - Soul Ryde Skateboards", 25 ],
	[ "Feature Stories - Setting New Standards with Pay-per-Use", 30 ],
    [ "Feature Stories - Visual Impact Image Expo Sydney 2009 - It's Business... But Not As Usual", 31 ],
    [ "Feature Stories - Working with Acrylic", 35 ], 
	[ "Feature Stories - New Consumables for CNC Routers", 37 ],
    [ "Feature Stories - Hand Engraving Tips - 10 Common Mistakes Made by Beginners", 39 ],
	[ "Feature Stories - Vision Engraving Systems New High Performance Series", 41 ],
	[ "Feature Stories - The New & Improved Vision VE810 Engraver", 42 ],
    [ "Feature Stories - Four New Rowmark Laserglow Products", 42 ],
	[ "Feature Stories - Laser U", 43 ],
	[ "Feature Stories - The People Theory - Part IV", 47 ],
    [ "Feature Stories - Black Pages", 50 ],
    [ "regulars - VISA News", 5 ],
	[ "regulars - Industry News", 11 ],
	[ "regulars - Information Request", 49 ],
	[ "Back Cover", 51 ],
	[ "----- Index - Select Above -----",]
];

// define custom book settings here
flippingBook.settings.bookWidth = 770;
flippingBook.settings.bookHeight = 545;
flippingBook.settings.pageBackgroundColor = 0xCCCCCC;
flippingBook.settings.backgroundColor = 0xCCCCCC;
flippingBook.settings.zoomUIColor = 0x333333;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.zoomImageWidth = 990;
flippingBook.settings.zoomImageHeight = 1400;
flippingBook.settings.downloadURL = "http://www.creativecorner.com.au/cuttingedge1009/tce_mag_spring09_web_01.pdf";
flippingBook.settings.flipSound = "sounds/02.mp3";

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

