function bildimfenster(bildref)
{
window.open(bildref,"fenster", "menubar=0,scrollbars=1, width=640,height=480").focus();
}

