Accordion links within a banner?

I have a web application, with, what I can only describe as an info banner at the top of the content. It tells people about their account as they have signed in. You can click close on this. Its not a popup or modal. At the min it displays many paragraphs, but someone else in upper management wants to add some accordion links here for headings to the paragraphs, so that the user can find the information easier. I'm thinking this is unneeded as I dont think anyone will read it anyway but also its just a waste of time. Im also wondering if its best practice from a user interface perspective? Thanks

EDIT: A banner similar to what I'm describing can be found: http://support.jawtemplates.com/goodstore/documentation/IMAGES/2.10-01x.png

With the top red being the focus. If you imagine there is a close icon there that makes the banner invisible and about 2 sentences with a "read more link "then you have something similar to what I have. The read more link opens it up further like an accordion and displays a further 3 paragraphs. However, upper management wants a few sub headings instead of the paragraphs. And then the links would do an accordian style to show each paragraph instead.

So instead of: PARAGRAPH ONE

PARAGRAPH TWO

PARAGRAPH THREE

They want: Header Header Header

where the header link would display the paragraph underneath. This, all within the banner. My question is, is this good practice? Thanks