function popUp1(wintype)
{
  popUp=window.open(wintype, 'Allgemeine Geschäftsbedingungen', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=800,height=600,left=100,top=50'); 
  popUp.window.focus(); 
}
