function aktiv(bild) {
        document.images[bild].src = "images/marker-r.gif";
}

function inaktiv(bild) {
         document.images[bild].src = "images/empty.gif";
}

function gehezu(url_links, url_rechts) {
         parent.Inhalt.location.href = url_links;
         parent.Main.location.href = url_rechts;
}


function openw(num) {
	if (num == 1) window.open('http://www.pc-8.net/impressum.htm','Impressum','menubar=no,toolbar=no,location=no,status=no,scrollbars=yes,resizable=no,width=455,height=460');
}

function mailadresse(adressnummer) {
         // adressnummer:
         // 1 = info
         // 2 = webmaster
         // 3 = support

      if (adressnummer == 1) {
         addi = "i";
         addi += "n";
         addi += "f";
         addi += "o";
         addi += "@";
         addi += "p";
         addi += "c";
         addi += "-";
         addi += "8";
         addi += ".";
         addi += "n";
         addi += "e";
         addi += "t";
         return addi;
     }
      if (adressnummer == 2) {
         addi = "w";
         addi += "e";
         addi += "b";
         addi += "m";
         addi += "a";
         addi += "s";
         addi += "t";
         addi += "e";
         addi += "r";
         addi += "@";
         addi += "p";
         addi += "c";
         addi += "-";
         addi += "8";
         addi += ".";
         addi += "n";
         addi += "e";
         addi += "t";
         return addi;
     }
      if (adressnummer == 3) {
         addi = "s";
         addi += "u";
         addi += "p";
         addi += "p";
         addi += "o";
         addi += "r";
         addi += "t";
         addi += "@";
         addi += "p";
         addi += "c";
         addi += "-";
         addi += "8";
         addi += ".";
         addi += "n";
         addi += "e";
         addi += "t";
         return addi;
     }

}

function maillink(adressnummer) {
         var mtext;
         mtext = "<A HREF='mailto:" + mailadresse(adressnummer);
         mtext += "'>" + mailadresse(adressnummer);
         mtext += "</A>";
         return mtext;
}

