flippingBook.pages = [
	"pages/comp_Page_01.jpg",
	"pages/comp_Page_02.jpg",
	"pages/comp_Page_03.jpg",
	"pages/comp_Page_04.jpg",
	"pages/comp_Page_05.jpg",
	"pages/comp_Page_06.jpg",
	"pages/comp_Page_07.jpg",
	"pages/comp_Page_08.jpg",
	"pages/comp_Page_09.jpg",
	"pages/comp_Page_10.jpg",
	"pages/comp_Page_11.jpg",
	"pages/comp_Page_12.jpg",
	"pages/comp_Page_13.jpg",
	"pages/comp_Page_14.jpg",
	"pages/comp_Page_15.jpg",
	"pages/comp_Page_16.jpg",
	"pages/comp_Page_17.jpg",
	"pages/comp_Page_18.jpg",
	"pages/comp_Page_19.jpg",
	"pages/comp_Page_20.jpg",
	"pages/comp_Page_21.jpg",
	"pages/comp_Page_22.jpg",
	"pages/comp_Page_23.jpg",
	"pages/comp_Page_24.jpg",
	"pages/comp_Page_25.jpg",
	"pages/comp_Page_26.jpg",
	"pages/comp_Page_27.jpg",
	"pages/comp_Page_28.jpg",
	"pages/comp_Page_29.jpg",
	"pages/comp_Page_30.jpg",
	"pages/comp_Page_31.jpg",
	"pages/comp_Page_32.jpg",
	"pages/comp_Page_33.jpg",
	"pages/comp_Page_34.jpg",
	"pages/comp_Page_35.jpg",
	"pages/comp_Page_36.jpg",
	"pages/comp_Page_37.jpg",
	"pages/comp_Page_38.jpg",
	"pages/comp_Page_39.jpg",
	"pages/comp_Page_40.jpg"
];

flippingBook.contents = [
	[ "Front Cover", 1 ],
	[ "A Raymond James Client's Bill of Rights", 5 ],
	[ "A Raymond James Client's Responsibilities", 6 ],
	[ "Understanding Investment Risk", 9 ],
	[ "Reducing Risk Through Diversification", 11 ],
	[ "Commissions and Costs Attendant to Investing", 12 ],
	[ "Indirect Compensation for Order Flow", 13 ],
	[ "Mutual Funds", 13 ],
	[ "Annuities", 17 ],
	[ "Equity Research Reports", 20 ],
	[ "Knowing What You Are Reading When You Read a Prospectus", 22 ],
	[ "Services for Your Investment and Financial Planning Needs", 23 ],
	[ "     What Raymond James' Tradition of Excellence Means to our Financial Advisors' Clients", 23 ],
	[ "     Communicating with Your Financial Advisor", 24 ],
	[ "     Communication from Our Firm", 24 ],
	[ "          Trade Confirmations", 24 ],
	[ "          Account Statements", 25 ],
	[ "     Composite Statement of 1099 Forms", 25 ],
	[ "     Mutual Fund Consolidated Statements", 25 ],
	[ "     Your Choice of Accounts", 26 ],
	[ "          Important Information About Procedures for Opening a New Account", 26 ],
	[ "     Your Account is Protected", 26 ],
	[ "     Suitability Requirements", 28 ],
	[ "     Online Access to Account Information", 28 ],
	[ "     Transferring Your Account to Raymond James", 28 ],
	[ "     Compensation to Transferring Financial Advisors", 28 ],
	[ "     Privacy Notice", 29 ],
	[ "     Placing Trades", 30 ],
	[ "     After-hours Trading", 30 ],
	[ "     Trade Date and Settlement Date", 30 ],
	[ "     Online Trading", 30 ],
	[ "     Sweeps (Transfers) to and from Income-producing Accounts", 31 ],
	[ "     The Benefits of Street Name Accounts", 34 ],
	[ "     Crediting Checks to an Account", 34 ],
	[ "     Speedy Access to Your Dividends and Interest Payments", 35 ],
	[ "     The Dividend Reinvestment Alternative", 35 ],
	[ "     Your Rights as a Shareholder", 35 ],
	[ "     The Pitfalls of Penny Stocks", 35 ],
	[ "     Understanding the OTC Market", 36 ],
	[ "Conflict Resolution", 36 ],
	[ "Client Account Services Fees and Charges", 36 ],
	[ "Ensure Your Account Information Is Up-To-Date", 37 ],
	[ "The Raymond James Mission Statement", 37 ],
	[ "Back Cover", 40 ]
];

// 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.raymondjames.com/billofrights/rights_and_responsibilities.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();
