$( function() {
DD_belatedPNG.fix('div, img, span');


	$('#homenavigation table th').hover(function(){
			if($(this).attr('class')=='1') {
				$('#header_block').parent().html('<div class="panelWrap"><p class="panelHead">Oursourced HR</p><p id="header_block">Clarian HR specialises in outsourced HR solutions for medium to large businesses and organisations.  We offer a unique approach to HR that gives you access to the breadth of our expertise.</p></div>');
			} else if($(this).attr('class')=='2') {
				$('#header_block').parent().html('<div class="panelWrap"><p class="panelHead">Development & Performance</p><p id="header_block">Clarian Development & Performance aims to equip HR practitioners and business leaders with the skills, knowledge and attitude to shine in their chosen field.</p></div>');
			} else if($(this).attr('class')=='3') {
				$('#header_block').parent().html('<div class="panelWrap"><p class="panelHead">Organisational Development</p><p id="header_block">We work with you in a planned and systematic way to enable sustainable organisation-wide performance and self-renewing capacity.  We help you put the right structure, process, talent and internal environment in place to help you meet your strategic goals.</p></div>');
			} else if($(this).attr('class')=='4') {
				$('#header_block').parent().html('<div class="panelWrap"><p class="panelHead">Thought Leadership</p><p id="header_block">We are driving cutting-edge HR thinking in New Zealand.  We explore and research the latest people management trends and development patterns and share our findings with HR practitioners and business leaders across the country.</p></div>');
			}
	});


});
