	function EditPassword()
	{
		location.href = 'SetPassword.asp';
	}

	function EditDetails()
	{
		location.href = 'EditCustomer.asp';
	}

	function ViewCustomer()
	{
		location.href = 'ViewCustomer.asp';
	}
