
if(document.all){
function iniS(){		
		new h("../index.html",[1])
		new h("../introductie/intro.html",[2])
		new h("../gedichten/gedichten.html",[3])
		new h("../links/links.html",[4])
		new h("../evenementen/evenementen.html",[5])
		new h("../vrouw/vrouw.html",[6])
		new h("../nwmoslimas/moslimas.html",[7])
		new h("../dagelijksleven/dagelijks.html",[8])
		new h("../familie/relaties.html",[9])
		new h("../geloof/tafsier.html",[10])
		new h("../nieuw/nieuw.html",[11])
		new h("..//evenementen/contacten.html",[12])
}
}

if(document.all){
	var els=[];var chi="#ba82cf";var clow="#a86ebe";
	function h(url,ids,nw){
		this.ids=ids;this.url=url;
		for(id in this.ids){
			els[this.ids[id]]=this;
			var obj=document.all["t"+this.ids[id]];
			obj.onmouseout=hi;obj.onmouseover=hi;
			if(nw){obj.onclick=gon;}else{obj.onclick=go;};
			obj.style.backgroundColor=clow
		}
	}
	function gon(){var a=open(els[this.id.substr(1,this.id.length-1)].url);a.focus()}
	function go(){location.href=els[this.id.substr(1,this.id.length-1)].url}
	function hi(){obj=els[this.id.substr(1,this.id.length-1)];color=(document.all[this.id].style.backgroundColor==chi)?clow:chi;curs=(color==chi)?"hand":"default";for(t in obj.ids){document.all["t"+obj.ids[t]].style.backgroundColor=color;document.all["t"+obj.ids[t]].style.cursor=curs}}
	b_iniS=(onload)?onload:0;onload=function(){if(b_iniS)b_iniS();iniS()}
}
