Can i have more than one header.php & if so

how can I swithc them them about. so page 1 & 2 will have one type of header,
but page 3 >6 will have a diff one?
thx
D

You can create custom page templates then assign each page you create to a specific template. Within each of the different templates, you will include in parts of the Wordpress page you need. For template one, the header will include the header file you wish to use for that template. For template two, you include in another header file you wish to use that you created.

http://codex.wordpress.org/Page_Templates

Read through that and you will get the idea.

Thank you! I thought you could only have one header & one footer. k.
there goes my evening!