// JavaScript Document
onload = function() {
a_tags=document.getElementsByTagName('a')
for (i=0;i<a_tags.length;i++) {
a_tags[i].onfocus=blur_links
}
}

function blur_links() {
this.blur()
}

function button_rand(status,id)
{
	if (status=='on'){document.getElementById(id).style.backgroundImage='url(images/rand_links/button_over.gif)';}
	else{document.getElementById(id).style.backgroundImage='url(images/rand_links/button.gif)';	}
}
function button_rand2(status,id)
{
	if (status=='on'){document.getElementById(id).style.backgroundImage='url(images/rand_rechts/button_over.gif)';}
	else{document.getElementById(id).style.backgroundImage='url(images/rand_rechts/button.gif)';	}
}