// Oeffnen der PopUps


function popUp1(wintype)
{
  popUp=window.open(wintype, 'Info', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=800px,height=600px,left=22px,top=22px');
  popUp.window.focus();
}














