function OpenWindow1()
{
 fenster=window.open("","gallery",'directories=no,location=no,titlebar=no,toolbar=no,menubar=yes,scrollbars=no,resizable=yes,width=980,height=710')
 fenster.focus();
}
