// (c) fjm
// Abbildung des Firmennamens

function firmenname()
{
//Navigation Fuss auf allen Seiten
document.write ("<table border=\"0\" bgcolor=\"#F3F7FA\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">");
document.write ("<tr>");
document.write ("<td width=\"100%\" height=\"1\" colspan=\"4\" bgcolor=\"#808080\" valign=\"middle\">");
document.write ("<img border=\"0\" src=\"images/spacer.gif\" height=\"1\">");
document.write ("</td>");
document.write ("</tr>");
document.write ("<tr>");
document.write ("<td width=\"100%\" height=\"2\" colspan=\"4\" valign=\"middle\">");
document.write ("<img border=\"0\" src=\"images/spacer.gif\" height=\"2\">");
document.write ("</td>");
document.write ("</tr>");
document.write ("<tr>");
document.write ("<td width=\"33%\" valign=\"middle\">");
document.write ("<p align=\"center\">");
document.write ("<a href=\"index.htm\">");
document.write ("<font face=\"Arial\" size=\"1\" color=\"#808080\">");
document.write ("[ &copy; Sportwelt Sch&auml;fer KG, 2010 ]");
document.write ("</font>");
document.write ("</a>");
document.write ("</td>"); 
document.write ("<td width=\"22%\" valign=\"middle\">");
document.write ("<p align=\"center\">");
document.write ("<a href=\"impressum.htm\">");
document.write ("<font face=\"Arial\" size=\"1\" color=\"#808080\">");
document.write ("[ Impressum ]");
document.write ("</font>");
document.write ("</a>");
document.write ("</td>");
document.write ("<td width=\"22%\" valign=\"middle\">");
document.write ("<p align=\"center\">");
document.write ("<a href=\"sitemap.htm\">");
document.write ("<font face=\"Arial\" size=\"1\" color=\"#808080\">");
document.write ("[ Sitemap ]");
document.write ("</font>");
document.write ("</a>");
document.write ("</td>");
document.write ("<td width=\"22%\" valign=\"middle\">");
document.write ("<p align=\"center\">");
document.write ("<a href=\"umfrage.htm\">");
document.write ("<font face=\"Arial\" size=\"1\" color=\"#808080\">");
document.write ("[ Ihre Meinung ]");
document.write ("</font>");
document.write ("</a>");
document.write ("</td>");
document.write ("</tr>");
document.write ("<tr>");
document.write ("<td width=\"100%\" height=\"2\" colspan=\"4\" valign=\"middle\">");
document.write ("<img border=\"0\" src=\"images/spacer.gif\" height=\"2\">");
document.write ("</td>");
document.write ("</tr>");
document.write ("<tr>");
document.write ("<td width=\"100%\" height=\"1\" colspan=\"4\" bgcolor=\"#808080\" valign=\"middle\">");
document.write ("<img border=\"0\" src=\"images/spacer.gif\" height=\"1\">");
document.write ("</td>");
document.write ("</tr>");
document.write ("</table>");
}