var copy	  = "yes"	
var w3clogo	  = "no"	


document.write('<span class="footer">');

document.write('<a href="index.htm">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="about.htm">Über uns</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Kontakt</a>');

document.write('<br>');

   if (w3clogo == "yes") {
document.write('<br><a href="http://www.w3.org/"><img src="picts/w3c.gif" alt="Valid HTML 4.01 Transitional" border="0" vspace="6"></a><br>');}

document.write('<br>Alle Rechte vorbehalten &copy;Copyright ');

document.write('<a href="index.htm">Ihnenfeld GmbH</a><br>');




   if (copy == "yes") {
document.write('Site Design 2011 <a href="http://www.ihnenfeld.de" target="_blank">Ihnenfeld GmbH</a> & Realisierung <a href="http://dataform.org" target="_blank">dataform Computer Products</a><br>');
}


document.write('</span>');

