function open_window(s_datei, s_width, s_height)
{
window.open(s_datei, "Mehr Bilder", "left=0,top=0,width=" + s_width + ",height=" + s_height + ",scrollbars=yes,resizable=yes");
}

