function popup_bild1 ()
{
var win;
win=window.open ("popup1.html","oeffnen","width=180,height=150");
}

function popup_bild2 ()
{
var win;
win=window.open ("popup2.html","oeffnen2","width=200,height=150");
}
