//	Name:			FlexNavigation.js
//	Purpose:		To load the top center header for all the pages.
//	How is created:	Manually. This program is Static.
//	Where Used:		Globally.
//	How is Used:	Depending on the category a different image is loaded.

function displayHdr0(){document.write("<img src='http://www.whec.com/whecimages/FlexHeader/DefaultHeader.jpg' alt='' border='0'>");}
catid = getCatId();
wcat = wcat = catid;
//	Whether or not an id was passed.
if(wcat == 0 || doc.indexOf('/0/') >= 0) displayHdr0();
else displayHdr0();

