n0 = new Image(); n0.src = "h1_1.gif";
h0 = new Image(); h0.src = "g1_1.gif";
n1 = new Image(); n1.src = "h2_1.gif";
h1 = new Image(); h1.src = "g2_1.gif";
n2 = new Image(); n2.src = "h3_1.gif";
h2 = new Image(); h2.src = "g3_1.gif";
n3 = new Image(); n3.src = "h3_2.gif";
h3 = new Image(); h3.src = "g3_2.gif";
n4 = new Image(); n4.src = "h1_3.gif";
h4 = new Image(); h4.src = "g1_3.gif";
n5 = new Image(); n5.src = "h3_3.gif";
h5 = new Image(); h5.src = "g3_3.gif";
n6 = new Image(); n6.src = "h1_2.gif";
h6 = new Image(); h6.src = "g1_2.gif";

function Mausdrauf(Bild,Objekt)
{
  document[Bild].src=Objekt.src;
}

function Mausraus(Bild,Objekt)
{
  document[Bild].src=Objekt.src;
}

function AndereSeite(welche)
{
        if (welche==1) location.href="bhp1_0.htm";
        if (welche==2) location.href="ueb1_0.htm";
        if (welche==3) location.href="kbs1_0.htm";
        if (welche==4) location.href="index.htm";
        if (welche==5) location.href="index.htm";
        if (welche==6) location.href="pfp1_0.htm";
        if (welche==7) location.href="wpm1_0.html";
        if (welche==8) location.href="links.htm";
        if (welche==9) location.href="http://f14735.siteboard.de";
        if (welche==10) location.href="hps1_0.htm";
        if (welche<1 || welche>10) location.href="index.htm";
}

