function UnCryptMailto(s, shift) {
	alert('test');
}
function linkTo_UnCryptMailto(s, shift)	{
	location.href=UnCryptMailto(s, shift);
}

