// JavaScript Document
window.onload=function(){
	var strNavigation = document.getElementById('page_foot').innerHTML;
	var strLang = "<div style=\"padding-right:10px;margin-top:-16px;position:absolute;right:0px;\">";
		strLang+= "<a href=\"http://www.boiwen.de\"><img src=\"/fileadmin/templates/pages/img/de.gif\" width=\"22\" height=\"14\" border=0 style=\"border:1px solid grey\" /></a>&nbsp;";
		strLang+= "<a href=\"http://www.boiwen.de/en/\"><img src=\"/fileadmin/templates/pages/img/gb.gif\" width=\"22\" height=\"14\" border=0 style=\"border:1px solid grey\" /></a>";
		strLang+= "</div>";
	document.getElementById('page_foot').innerHTML = strNavigation + strLang;
}
