<!--

// Preload nav images

if (document.images) {

	// Healthcare Professionals Section On

	var img21on = new Image();
	img21on.src = 'lib/images/buttons/healthcare_professionals/home_on.gif';

	var img22on = new Image();
	img22on.src = 'lib/images/buttons/healthcare_professionals/latest_news_on.gif';

	var img23on = new Image();
	img23on.src = 'lib/images/buttons/healthcare_professionals/study_information_on.gif';

	var img24on = new Image();
	img24on.src = 'lib/images/buttons/healthcare_professionals/slides_and_resources_on.gif';

	var img25on = new Image();
	img25on.src = 'lib/images/buttons/healthcare_professionals/further_information_on.gif';

	var img26on = new Image();
	img26on.src = 'lib/images/buttons/healthcare_professionals/useful_links_on.gif';

	// Healthcare Professionals Section Off

	var img21off = new Image();
	img21off.src = 'lib/images/buttons/healthcare_professionals/home_off.gif';

	var img22off = new Image();
	img22off.src = 'lib/images/buttons/healthcare_professionals/latest_news_off.gif';

	var img23off = new Image();
	img23off.src = 'lib/images/buttons/healthcare_professionals/study_information_off.gif';

	var img24off = new Image();
	img24off.src = 'lib/images/buttons/healthcare_professionals/slides_and_resources_off.gif';

	var img25off = new Image();
	img25off.src = 'lib/images/buttons/healthcare_professionals/further_information_off.gif';

	var img26off = new Image();
	img26off.src = 'lib/images/buttons/healthcare_professionals/useful_links_off.gif';

}

//-->
