
function checkFrame(){
if(window.top==self){
if(confirm("You have arrived at this page direct but it should be viewed in a frame. Please click OK to see the site correctly."))this.location="index.html";
}else{
if(parseInt(navigator.appVersion.substring(0,1))>=3){
this.focus();
}
}
}
