<!--
defaultStatus = "Amicus the Union - Introducing the Dignity at Work Partnership"

if (document.images) {
	pre_image_1 = new Image();
	pre_image_2 = new Image();
	pre_image_3 = new Image();
	pre_image_4 = new Image();
	pre_image_5 = new Image();
	pre_image_6 = new Image();
	pre_image_7 = new Image();
	pre_image_8= new Image();
	pre_image_9 = new Image();
	pre_image_10 = new Image();
	pre_image_11 = new Image();
	pre_image_12 = new Image();
	pre_image_13 = new Image();
} // end if

function load_assets(path_to_root) {
	if (document.images) {
		pre_image_1.src = path_to_root + "images/menu-bg.gif";
		pre_image_2.src = path_to_root + "images/menu-bg-over.gif";
		pre_image_3.src = path_to_root + "images/menu-pop-first.gif";
		pre_image_4.src = path_to_root + "images/menu-pop-other.gif";
		pre_image_5.src = path_to_root + "images/menu-pop-first-on.gif";
		pre_image_6.src = path_to_root + "images/menu-pop-other-on.gif";
		pre_image_7.src = path_to_root + "images/menu-sub-first.gif";
		pre_image_8.src = path_to_root + "images/menu-sub-first-other.gif";
		pre_image_9.src = path_to_root + "images/sub-menu-article.gif";
		pre_image_10.src = path_to_root + "images/btn_downloads.gif";
		pre_image_11.src = path_to_root + "images/btn_contact.gif";
		pre_image_12.src = path_to_root + "images/btn_downloads_on.gif";
		pre_image_13.src = path_to_root + "images/btn_contact_on.gif";
	} // end if
} // end function

//-->