﻿function Footer(name) 
{
	
var bild = "./Grafik/Footer" +name+ ".gif";
var IM	= "Footer" +name
var IMa	= "#Footer" +name
document.write('<map name="'+IM+'">');
	document.write('<area shape=rect coords="75,2,107,14" title="" a href="Index.htm"><p></a>');
	document.write('<area shape=rect coords="119,2,171,14" title="" a href="Impressum.htm"><p></a>');
	document.write('<area shape=rect coords="181,2,220,14" title="" a href="Kontakt.htm"><p></a>');
	document.write('</map><p><img src="'+bild+'" usemap="'+IMa+'" border=0></p>');
}


