<!--
/*	header.js	- replace page header if required	*/
function BEPLheader()
{
	if(top.STORE.currID!='BEPL')
	{
		top.STORE.currID = 'BEPL'
		top.TITLE.location.href = 'BEPLheader.html'
	}
}
//-->