<!--

// Preload nav images

if (document.images) {

	// General Public Section On

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

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

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

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

	// General Public Section Off

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

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

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

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

}

//-->
