// JavaScript Document
<!--//--><![CDATA[//><!--



// 6-30-06 bw added from menuscriptie so teal with highlight show in footer */
var opened = null;
	function hl( obj) // hl used in header.asp for Home button, no dropdowns
        {
		if( opened != null ) 
          {
		  opened.style[ 'background' ] = '#003082'; // #003082=drk blue
		  }
	    obj.style[ 'background' ] = '#08869F';// #008869f=drk teal
	    opened = obj;
	    }

//--><!]]>