<!--
function enforcer(){
if (self.parent.frames.length==2){
var place=parent.frames[0].location.href;
var char_len=place.length;
var sponsor_page=place.substring(char_len-12,char_len);  // The "12" to be changed if using a different length page name
if (sponsor_page!="sponsor1.htm") {top.frames[0].location.href="../sponsor1.htm"}
top.document.title="Salford and Bolton Fuchsia Society - - - - - "
if (sponsor_page!="sponsor1.htm" && sponsor_page!="sponsor2.htm"){self.parent.location="../index2.htm?"+self.location+"&1"}
}
else{self.parent.location="../index2.htm?"+self.location+"&1"}
}
enforcer()

var updates1;
function updates(){
margns=screen.availWidth-400;
lft=(margns/2)-10;
if (updates1 === undefined || updates1.closed){updates1=window.open('../updates.htm','updt','width=400,height=500,left='+lft+',top=0,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes');
updates1.focus();
updates1.opener=top.frames[1];
}
else {updates1.focus()}
}
// -->
