<!-- Begin

window.defaultStatus="Martin Neame Associates";

function ChkCon() {
if (document.contact.Name.value==""){
	alert("Please enter your name");
	return false;
}else{
	if (document.contact.Email.value==""){
		alert("Please enter your email address");
		return false;
	}else{
		document.contact.click.disabled=true;
		return true;
	}
}
}

function ChkAdd() {
	if (document.mailing.email.value==""){
		alert("Please enter your email address");
		return false;
	}else{
		document.mailing.click.disabled=true;
		return true;
	}
}

function Pop(URL) {
	id = "map";
	var h = "600";
	var w = "600";
	var l = (screen.width - w) / 2;
	var t = (screen.height - h) / 2;
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=no,location=0,statusbar=0,menubar=0,resizable=0,width=' + w + ',height=' + h + ',left = ' + l + ',top = ' + t);");
}

function Screen(URL) {
	id = "screen";
	var h = "600";
	var w = "800";
	var l = (screen.width - w) / 2;
	var t = (screen.height - h) / 2;
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=no,location=0,statusbar=0,menubar=0,resizable=0,width=' + w + ',height=' + h + ',left = ' + l + ',top = ' + t);");
}

//  End -->
