

var topVal = 50, leftVal = 50;
topVal  = (screen.availHeight / 2);
leftVal = (screen.availWidth / 2);

try {
	window.status = ".. Welcome To The Bissell Wood Equestrian Centre Website ..";
}catch(e) {}



function ShowPrivacy(prefix) {
	try {
		var a = window.open(prefix+'privacy.php', 'bissellWoodPrivacyPopUp', 'width=500,height=500,top='+(topVal-280)+',left='+(leftVal-250)+',resizable,scrollbars=yes,toolbar');
	}catch(e) {
		return;
	}
	a.focus();
}


function ShowW3CValid(prefix) {
	try {
		var a = window.open(prefix+'w3c-standards.php', 'bissellWoodW3CPopUp', 'width=700,height=550,top='+(topVal-305)+',left='+(leftVal-350)+',resizable,scrollbars=yes,toolbar');
	}catch(e) {
		return;
	}
	a.focus();
}
