// JavaScript Document
function impressum() { 
 win1=window.open('impressum.php','Impressum','resizable=no,scrollbars=no,width=430,height=416,top=90,left=150') 
}
function kontakt() { 
 win1=window.open('kontakt.php','Kontakt','resizable=no,scrollbars=no,width=430,height=416,top=90,left=150') 
}
function agb() { 
 win1=window.open('agb.php','AGB','resizable=yes,scrollbars=yes,width=450,height=416,top=90,left=150') 
}
