var MenuDEU='<div class="Logo"><img src="http://www.axelgaertner.de/html/images/logo.jpg"></div>'
MenuDEU+='<h6 class="textFooter">&copy; 2012 by A. G&auml;rtner - Letztes Update Januar 2012</h6>'

var MenuENG='<div class="Logo"><img src="http://www.axelgaertner.de/html/images/logo.jpg"></div>'
MenuENG+='<h6 class="textFooter">&copy; 2012 by A. G&auml;rtner - Last update January 2012</h6>'

if (lang=="DEU"){document.write(MenuDEU)}
else{document.write(MenuENG)}
