LinkSucht2 = new Image(); LinkSucht2.src = "../linkgifs/uesucht2.gif";
LinkBk2 = new Image(); LinkBk2.src = "../linkgifs/ueuns2.gif";
LinkKontakt2 = new Image(); LinkKontakt2.src = "../linkgifs/kontakt2.gif";

function Bildwechsel(BildName,ImageObjekt) {
  BildName.osrc = BildName.src;
  BildName.src = ImageObjekt.src;
}

function BildwechselZurueck(BildName) {
  BildName.src = BildName.osrc;
}

function popup1() {
 Fs1 = window.open("motive/motiv01.htm","Pop1","width=400, height=282, left=80, top=30, location=no, scrollbars=no, resizable=no");
}
function popup2() {
 Fs1 = window.open("motive/motiv02.htm","Pop2","width=400, height=282, left=81, top=31, location=no, scrollbars=no, resizable=no");
}
function popup3() {
 Fs1 = window.open("motive/motiv03.htm","Pop3","width=400, height=282, left=82, top=32, location=no, scrollbars=no, resizable=no");
}
function popup4() {
 Fs1 = window.open("motive/motiv04.htm","Pop4","width=400, height=282, left=83, top=33, location=no, scrollbars=no, resizable=no");
}
function popup5() {
 Fs1 = window.open("motive/motiv05.htm","Pop5","width=400, height=282, left=84, top=34, location=no, scrollbars=no, resizable=no");
}
function popup6() {
 Fs1 = window.open("motive/motiv06.htm","Pop6","width=400, height=282, left=85, top=35, location=no, scrollbars=no, resizable=no");
}
function popup7() {
 Fs1 = window.open("motive/motiv07.htm","Pop7","width=400, height=282, left=86, top=36, location=no, scrollbars=no, resizable=no");
}
function popup8() {
 Fs1 = window.open("motive/motiv08.htm","Pop8","width=400, height=282, left=87, top=37, location=no, scrollbars=no, resizable=no");
}
function popup9() {
 Fs1 = window.open("motive/motiv09.htm","Pop9","width=400, height=282, left=88, top=38, location=no, scrollbars=no, resizable=no");
}
function popup10() {
 Fs1 = window.open("motive/motiv10.htm","Pop10","width=400, height=282, left=89, top=39, location=no, scrollbars=no, resizable=no");
}
function popup11() {
 Fs1 = window.open("motive/motiv11.htm","Pop11","width=400, height=282, left=90, top=40, location=no, scrollbars=no, resizable=no");
}
function popup12() {
 Fs1 = window.open("motive/motiv12.htm","Pop12","width=400, height=282, left=91, top=41, location=no, scrollbars=no, resizable=no");
}

function UnCryptLink(s) {
                          var n=0;
                          var r="";
                          for(var i=0; i < s.length; i++) {
                                   n = s.charCodeAt(i);
                                   if (n>=8364) {n = 128;}
                                   r += String.fromCharCode(n - 3);
                          }
                          return r;
                 }
                 // JS function for uncrypting spam-protected emails:
                 function linkTo_UnCryptLink(s) {         
                          location.href=UnCryptLink(s);
                 } 
