Hello is there an easy way to accomplish there, please provide your insight.

I have a webpage that I have a banner and couple navigation menus. Its layout is like this:

Banner1 page
Navigation Menus go here
<img src=banner1.jpg />
Navigation menus go here

Banner2 page
Navigation Menus go here
<img src=banner2.jpg />
Navigation menus go here

and so on.. the navigation menus are gonig to stay the same but the banner is different according to the page.

My question is, i want to make these as common controls, which I can just register and call them so that in the future, it would be easier to modify and so forth (i.e the navigation menus on top and bottom of the banner image) Is there a way to accomplish this? Like if the page displays this, then the banner should be this? like an if statement, but I am looking for some suggestions.