<!--
if (self.parent.frames.length==0){
var calling=self.location.href;
var situation=calling.lastIndexOf("/");
var caller = calling.substring(situation+1);
self.location.href="../index2.htm?"+caller+"&3";
} 
else{
var calling=top.frames[0].location.href;
var situation=calling.lastIndexOf("/");
var caller = calling.substring(situation+1);
if (caller!="sponsor2.htm" && caller!="sponsor1.htm"){top.frames.location.href=self.location.href}
}

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()}
}
// -->