 function bildg(x)
 {
    window.document.bild.src=x;
 }

 function bildh(y)
 {
    window.document.bild0.src=y;
 }

