function rc_msn (a) {
	if(navigator.appName != "Microsoft Internet Explorer") {
		alert('Nur im Internet Explorer möglich');
		return false
	} else {
		MsgrObj.AddContact(0, a);
		return false
	}
}