flippingBook.pages = [
"pages/2Q10_FundGuide_Page_01.jpg",
"pages/2Q10_FundGuide_Page_02.jpg",
"pages/2Q10_FundGuide_Page_03.jpg",
"pages/2Q10_FundGuide_Page_04.jpg",
"pages/2Q10_FundGuide_Page_05.jpg",
"pages/2Q10_FundGuide_Page_06.jpg",
"pages/2Q10_FundGuide_Page_07.jpg",
"pages/2Q10_FundGuide_Page_08.jpg",
"pages/2Q10_FundGuide_Page_09.jpg",
"pages/2Q10_FundGuide_Page_10.jpg",
"pages/2Q10_FundGuide_Page_11.jpg",
"pages/2Q10_FundGuide_Page_12.jpg",
"pages/2Q10_FundGuide_Page_13.jpg",
"pages/2Q10_FundGuide_Page_14.jpg",
"pages/2Q10_FundGuide_Page_15.jpg",
"pages/2Q10_FundGuide_Page_16.jpg",
"pages/2Q10_FundGuide_Page_17.jpg",
"pages/2Q10_FundGuide_Page_18.jpg",
"pages/2Q10_FundGuide_Page_19.jpg",
"pages/2Q10_FundGuide_Page_20.jpg",
"pages/2Q10_FundGuide_Page_21.jpg",
"pages/2Q10_FundGuide_Page_22.jpg",
"pages/2Q10_FundGuide_Page_23.jpg",
"pages/2Q10_FundGuide_Page_24.jpg",
"pages/2Q10_FundGuide_Page_25.jpg",
"pages/2Q10_FundGuide_Page_26.jpg",
"pages/2Q10_FundGuide_Page_27.jpg",
"pages/2Q10_FundGuide_Page_28.jpg"
];

flippingBook.contents = [
	[ "Front Cover", 1 ],
	[ "Table of Contents", 3 ],
	[ "Do you know what's in your bond fund?", 4 ],
	[ "Eagle Investment Grade Bond Fund", 5 ],
	[ "Ealge Small Cap Core Value Fund", 6 ],
	[ "Eagle Small Cap Growth Fund", 8 ],
	[ "Eagle Mid Cap Growth Fund", 10 ],
	[ "Eagle Mid Cap Stock Fund", 12 ],
	[ "Eagle Large Cap Core Fund", 14 ],
	[ "Eagle Capital Appreciation Fund", 16 ],
	[ "Eagle Growth & Income Fund", 18 ],
	[ "Eagle International Equity Fund", 20 ],
	[ "Eagle Cash Trust", 22 ],
	[ "Equity Markets Focus - An Argument for Diversification", 23 ],
	[ "Eagle Sales Territories", 24 ],
	[ "Fixed Income Markets Focus - An Argument for Diversification", 25 ],
	[ "Disclosures", 27 ],
	[ "Back Cover", 28 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 906;
flippingBook.settings.bookHeight = 590;
flippingBook.settings.pageBackgroundColor = 0xCCD4E7;
flippingBook.settings.backgroundColor = 0xDDD9D6;
flippingBook.settings.zoomUIColor = 0xA59F9B;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 1250;
flippingBook.settings.zoomImageHeight = 1629;
flippingBook.settings.downloadURL = "http://www.eagleasset.com/pdfs/factsheets/fundguide_flipbook/files/2Q10_FundGuide.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();
