	ahref = document.getElementById("footer").getElementsByTagName('a');
	for (iah=0; iah<ahref.length;iah++)	{ahref[iah].className = (ahref[iah].href == document.location.href)?'sel':'';}
