<!--
if (document.images)
	{
		MPP_Load_Property_off = new Image();
		MPP_Load_Property_off.src = "./Images/Buttons/MPP_Load_Property.JPG";
		MPP_Load_Property_H = new Image();
		MPP_Load_Property_H.src = "./Images/Buttons/MPP_Load_Property_H.jpg";
		MPP_Amend_Property_off = new Image();
		MPP_Amend_Property_off.src = "./Images/Buttons/MPP_Amend_Property.jpg";
		MPP_Amend_Property_H = new Image();
		MPP_Amend_Property_H.src = "./Images/Buttons/MPP_Amend_Property_H.jpg";
		MPP_Delete_Property_off = new Image();
		MPP_Delete_Property_off.src = "./Images/Buttons/MPP_Delete_Property.jpg";
		MPP_Delete_Property_H = new Image();
		MPP_Delete_Property_H.src = "./Images/Buttons/MPP_Delete_Property_H.jpg";
		MPP_List_All_off = new Image();
		MPP_List_All_off.src = "./Images/Buttons/MPP_List_All.jpg";
		MPP_List_All_H = new Image();
		MPP_List_All_H.src = "./Images/Buttons/MPP_List_All_H.jpg";
		MPP_Exit_Admin_off = new Image();
		MPP_Exit_Admin_off.src = "./Images/Buttons/MPP_Exit_Admin.jpg";
		MPP_Exit_Admin_H = new Image();
		MPP_Exit_Admin_H.src = "./Images/Buttons/MPP_Exit_Admin_H.jpg";
		MPP_Clear_Subscriber_off = new Image();
		MPP_Clear_Subscriber_off.src = "./Images/Buttons/MPP_Clear_Subscriber.jpg";
		MPP_Clear_Subscriber_H = new Image();
		MPP_Clear_Subscriber_H.src = "./Images/Buttons/MPP_Clear_Subscriber_H.jpg";
		MPP_Emails_off = new Image();
		MPP_Emails_off.src = "./Images/Buttons/MPP_Emails.jpg";
		MPP_Emails_H = new Image();
		MPP_Emails_H.src = "./Images/Buttons/MPP_Emails_H.jpg";
	}
function turn_off(ImageName)
	{
		if (document.images != null)
		{
			document[ImageName].src = eval(ImageName + "_off.src");
		}
	}
function turn_over(ImageName)
	{
		if (document.images != null)
		{
			document[ImageName].src = eval(ImageName + "_H.src");
		}
	}
//-->