function CheckFrames() {
if (top==self) {
	alert('Your browser has tried to open a web page without the menu frame. You are being redirected to the home page. Please access the page you need from there.');
	top.location='http://peterellegard.co.uk/index2.asp';
}
}
CheckFrames();