﻿flippingBook.pages = [
	"pages/Venture_Page_01.jpg",
	"pages/Venture_Page_02.jpg",
	"pages/Venture_Page_03.jpg",
	"pages/Venture_Page_04.jpg",
	"pages/Venture_Page_05.jpg",
	"pages/Venture_Page_06.jpg",
	"pages/Venture_Page_07.jpg",
	"pages/Venture_Page_08.jpg",
	"pages/Venture_Page_09.jpg",
	"pages/Venture_Page_10.jpg",
	"pages/Venture_Page_11.jpg",
	"pages/Venture_Page_12.jpg",
	"pages/Venture_Page_13.jpg",
	"pages/Venture_Page_14.jpg",
	"pages/Venture_Page_15.jpg",
	"pages/Venture_Page_16.jpg",
	"pages/Venture_Page_17.jpg",
	"pages/Venture_Page_18.jpg",
	"pages/Venture_Page_19.jpg",
	"pages/Venture_Page_20.jpg",
	"pages/Venture_Page_21.jpg",
	"pages/Venture_Page_22.jpg",
	"pages/Venture_Page_23.jpg",
	"pages/Venture_Page_24.jpg",
	"pages/Venture_Page_25.jpg",
	"pages/Venture_Page_26.jpg",
	"pages/Venture_Page_27.jpg",
	"pages/Venture_Page_28.jpg",
	"pages/Venture_Page_29.jpg",
	"pages/Venture_Page_30.jpg",
	"pages/Venture_Page_31.jpg",
	"pages/Venture_Page_32.jpg"
];

flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Editorial", 2 ],	
	[ "Tourism our hidden treasure, says President Pohamba", 3 ],	
	[ "NTB prepared for World Cup", 4 ],
	[ "Forging a strong partnership", 5 ],	
	[ "Bush Telegraph...", 6 ],	
	[ "Specialising in the smile of Africa", 8 ],	
	[ "Harnas launches book", 9 ],
	[ "Namib Desert Challenge 2010 a big success ", 10 ],
	[ "2010 FIFA World Cup Special Edition stamps", 11 ],
	[ "Namibia in Scandinavia", 13 ],
	[ "Your Portuguese family welcomes you", 15 ],
	[ "The place you don’t want to leave", 16 ],
	[ "Journey back in history on a double-decker bus", 17 ],
	[ "Living intercultural exchange", 19 ],
	[ "Modern twentieth-century romanticism", 21 ],
	[ "Tsumeb's latest holiday resort", 22 ],
	[ "Spanish assist cultural tourism", 23 ],
	[ "A big welcome", 25 ],
	[ "Gondwana Mule Trails", 26 ],
	[ "Southern African genomes breakthrough", 28 ],
	[ "A must-visit community campsite", 30 ],
	[ "Back", 32 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 920;
flippingBook.settings.bookHeight = 650;
flippingBook.settings.pageBackgroundColor = 0xa92e38;
flippingBook.settings.backgroundColor = 0xa92e38;
flippingBook.settings.zoomUIColor = 0x0c3f6a;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 778;
flippingBook.settings.zoomImageHeight = 1100;
flippingBook.settings.downloadURL = "TNN-Vol16.pdf";
flippingBook.settings.flipSound = "sounds/01.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = true;

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

