/*Link zum Portal*/

if (PortalLokal==1) {
 PortalLink += "<a href=\"" + PortalRoot + "index.htm\" class=\"BreadCrumbLink\">Portal</a>";
} else {
 PortalLink += "<a href=\"http://www.modellskipper.de/index.htm\" class=\"BreadCrumbLink\">Portal</a>";
}

/*Links im Buttonbereich*/

HeaderLinks += "<a href=\"http://www.modellskipper.de/Impressum.htm\">Impressum</a>";
HeaderLinks += "<a href=\"javascript:void(0)\" onclick=\"kontaktformular()\">Kontakt</a>";
HeaderLinks += "<li><a href=\"http://www.modellskipper.de/Links.htm\" title=\"Links und Bannertausch\">Links</a>";
HeaderLinks += "<li><a href=\"http://www.modellskipper.de/CD_Bestellung.php\" title=\"Foto-CDs bestellen\">CD-Bestellung</a>";

/*Links im Footer*/

var jetzt = new Date();
var Jahr = jetzt.getFullYear();

BottomLinks += "&copy; <a href=\"http://www.modellskipper.de/Historie.htm\">Modellskipper.de</a> <a href=\"http://www.modellskipper.de/statistik\">"+ Jahr +"</a> ";
BottomLinks += "&bull; <a href=\"http://www.modellskipper.de/Impressum.htm\">Impressum</a> ";
BottomLinks += "&bull; <a href=\"http://www.modellskipper.de/Nutzungsbedingungen.htm\">Nutzungsbedingungen</a> ";
BottomLinks += "&bull; <a href=\"http://www.faq.modellskipper.de\">FAQ</a> ";
BottomLinks += "&bull; <a href=\"http://www.modellskipper.de/CD_Bestellung.php\">CD-Bestellungen</a> ";




