function popup(picture)
{
 fenster = window.open("" + picture , "TITEL", "width=700,height=500,scrollbars=0");
 fenster.focus();
}
