function decryptemail_1(first,last) {
	if (arguments.length == 1 )
	var decrypted_string = "mailto:"+first+"@innotechhealthcare.com";
		else
		var decrypted_string = "mailto:"+first+"."+last+"@innotechhealthcare.com";
	parent.location = decrypted_string;
}

function decryptemail_2(first,last) {
	if (arguments.length == 1 )
	var decrypted_string = "mailto:"+first+"@tickremover.com";
		else
		var decrypted_string = "mailto:"+first+"."+last+"@tickremover.com";
	parent.location = decrypted_string;
}