i1     = new Image();
ia1     = new Image();
i1.src = "images/nav/navwillkommen.gif";
ia1.src = "images/nav/navwillkommenh.gif";
n2     = new Image();
h2     = new Image();
n2.src = "images/nav/navueberuns.gif";
h2.src = "images/nav/navueberunsh.gif";
n3     = new Image();
h3     = new Image();
n3.src = "images/nav/naveisenhandlung.gif";
h3.src = "images/nav/naveisenhandlungh.gif";
n4     = new Image();
h4     = new Image();
n4.src = "images/nav/navschlosserei.gif";
h4.src = "images/nav/navschlossereih.gif";
n5     = new Image();
h5     = new Image();
n5.src = "images/nav/navschmiede.gif";
h5.src = "images/nav/navschmiedeh.gif";
n6     = new Image();
h6     = new Image();
n6.src = "images/nav/navanfrage.gif";
h6.src = "images/nav/navanfrageh.gif";
n7     = new Image();
h7     = new Image();
n7.src = "images/nav/navlinks.gif";
h7.src = "images/nav/navlinksh.gif";

function Bildwechsel(Bildnr,Bildobjekt)
{
window.document.images[Bildnr].src = Bildobjekt.src;
}

function change(URL1,URL2,URL3)
{
parent.navi.location.href=URL1;
parent.middle.location.href=URL2;
parent.navi2.location.href=URL3;
}

function say_hello ()
{
 alert("Hello");
}

function kw_resize()
{
 x=prompt( "X-Size: ","800");
 y=prompt("Y-Size: ", "600"); 
 window.resizeTo(x,y);
return 0;
}

function mailme(elem){
    var name = "firma";
    var addr = "@keyking.com";
    elem.href = "mailto:" + name + addr;
}
