flippingBook.pages = [
	"pages/1.swf",
	"pages/2.swf",
	"pages/3.swf",
        "pages/4.swf",
        "pages/5.swf",
        "pages/6.swf",
        "pages/7.swf",
        "pages/8.swf",
        "pages/9.swf",
	"pages/10.swf"
];      


flippingBook.contents = [
	[ "Stilorama Magazine February 2012 Cover", 1 ],
	[ "Promote your products in Stilorama Magazine", 2 ],
	[ "Our Magazine at a Glance", 3 ],
        [ "Stilorama Hall of Fame - Aruna Seth, Peaches Geldof, Mary Portas & Hala Di-Maio", 4 ],
        [ "Stilorama Hall of Fame - Nicole Farhi, Sir Paul Smith & Hala Di-Maio", 5 ],
        [ "Stilorama Hall of Fame - Bruce Oldfield, Zandra Rhodes & Hala Di-Maio", 6 ],
        [ "Stilorama Hall of Fame - Caroline Charles, Gok Wan, Laura Moore & Hala Di-Maio", 7 ],
        [ "Stilorama.com's Team", 8 ],
        [ "Stilorama.com's Team", 9 ],
	[ "Contact us", 10 ]
	        
];

// do not edit below here!!!

flippingBook.settings.bookWidth = 900;
flippingBook.settings.bookHeight = 578;
flippingBook.settings.pageBackgroundColor = 0x000000;
flippingBook.settings.backgroundColor = 0x000000;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = true,
flippingBook.settings.zoomImageWidth = 700;
flippingBook.settings.zoomImageHeight = 900;
flippingBook.settings.downloadURL = "http://www.stilorama.com/";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";

flippingBook.create();

