if(document.layers){
	window.location='../index.htm';
}

if(top.location!=self.location){
	top.location=self.location;
}

if(location.href.indexOf('localhost')<0){
	locn='http://aberdeencamra.co.uk/version4/';
}
else{
	locn='http://localhost/CAMRA_old/version4/';
}


lnks=new Array();
lnks[lnks.length]=new Array(locn+'index.htm','Home');
//lnks[lnks.length]=new Array('news.htm','News');
lnks[lnks.length]=new Array(locn+'festival.htm','Festival');
lnks[lnks.length]=new Array(locn+'champ.htm','Champion Beers');
lnks[lnks.length]=new Array(locn+'diary.htm','Diary');
lnks[lnks.length]=new Array(locn+'contacts.htm','Contacts');
lnks[lnks.length]=new Array(locn+'gallery.htm','Gallery');
lnks[lnks.length]=new Array(locn+'poty.htm','Pub of the Year');
lnks[lnks.length]=new Array('http://aberdeencamra.co.uk/map/','Real Ale Pubs');
lnks[lnks.length]=new Array(locn+'gbghistory.htm','GBG History');
lnks[lnks.length]=new Array(locn+'breweries.htm','Breweries');
lnks[lnks.length]=new Array(locn+'links.htm','Links');
lnks[lnks.length]=new Array('http://www.camra.org.uk/page.aspx?o=about Target=new','What is CAMRA?');
lnks[lnks.length]=new Array('http://www.camra.org.uk Target=new','CAMRA Home');
lnks[lnks.length]=new Array('http://www.camra.org.uk/page.aspx?o=joinus Target=new','Join CAMRA');
lnks[lnks.length]=new Array('mailto:webmaster&#64;aberdeencamra.co.uk','Webmaster');
lnks[lnks.length]=new Array('http://groups.yahoo.com/group/CAMRA_ABERDEEN  Target=new','Yahoo Group');

function makeTD(s1,s2,w){
	for(cnt=s1;cnt<s2;cnt++){
		td1='<TR><TD Width=15><IMG Src=../images/bullet0.gif Alt=Bullet Width=12 Height=12 Name=bull'+cnt+'></TD>';
		td2='<TD BGColor=#000000><DIV Class=dv'+w+'><A Class=menu1 HRef='+lnks[cnt][0]+' onMouseOver=swapImg('+cnt+',1) onMouseOut=swapImg('+cnt+',0) onFocus=swapImg('+cnt+',1) onBlur=swapImg('+cnt+',0)>'+lnks[cnt][1]+'</A></DIV></TD></TR>';
		document.write(td1+td2);
	}
}


bul=new Array();
for(bb=0;bb<3;bb++){
	bul[bb]=new Image();
	bul[bb].src='../images/bullet'+bb+'.gif';
}

function swapImg(a,b){
	document.images["bull"+a].src=bul[b].src;
	setBull();
}

function setBull(){
	for(aa=0;aa<lnks.length;aa++){
		if(location.href.indexOf(lnks[aa][0])!=-1){
			document.images['bull'+aa].src=bul[2].src;
		}
	}
}

function stat(x,x1){
	mod=x % mess[x1].length;
	st=mess[x1].substr(0,mod+1)+'_';
	y=x+1;
	y2=x1;
	t=100;
	if(mod==mess[x1].length-1){
		st=mess[x1].substr(0,mod+1);
		t=1500;
		y2=x1+1;
		y=0;
		if(y2==mess.length){
			y2=0;
		}
	}
	window.status=st;
	z=setTimeout('stat(y,y2)',t);
}

function gbgPic(){
	//document.write('<TD RowSpan=2>&nbsp;</TD><TD><A HRef=localguide.htm><IMG Src=images/localguide.jpg Alt="Local Guide" Width=96 Border=0></A></TD></TR><TR><TD><A HRef=localguide.htm>Local Guide</A></TD></TR><TR><TD>&nbsp;</TD></TR><TR>');
	document.write('<TD RowSpan=2>&nbsp;</TD><TD><A HRef=http://www.camra.org.uk/gbg/ Target=new><IMG Src=http://www.camra.org.uk/media/attachments/192602/GBG-2010-Cover-w165-h271.jpg Alt="Good Beer Guide" Width=96 Border=0></A></TD></TR><TR><TD><A HRef=http://www.camra.org.uk/gbg/ Target=new>GBG</A></TD>');
}

function closeWin(winName){
	if(winName!=null){
		if(!winName.closed){
			winName.close();
		}
	}
}

function makeHdr(){
	document.write('<A Href=http://www.camra.org.uk/ target=new><IMG Src="../images/logo1.gif" Alt="CAMRA website link" Width=50 Border=0></A>');
}

