function protectEmail(domain,company,last,first){
    var emailAddress = first + last + "@" + company + "." + domain;
    window.location.replace("mailto:"+emailAddress);
}
function FindMembers(Outcode){
	if(Outcode=='LON'){
		alert('For inner London please use the sub-map on the left.');
	}else if(Outcode){
		window.open('/findamember/Companies/Check/lstCompanies.asp?PID='+Outcode,'Member','scrollbars=yes,width=650,height=450');
	}
}

