		function ChangeObj(Obj, MailAdr,MailAdr2)
		{
			Obj.href = 'mailto:' + MailAdr + MailAdr2;
		}
