function ProtectEmail() 
{
// protects email from bots
	a = 'cps';
	b = 'CustomPerfectSolutions.com';
	window.location.href='mailto:' + a + '@' + b +'?Subject=Message from website visitor';
}
