
<!--Fenster öffnen-->
	
	
   function artikel(x,y)
	
    {
  Inhalt= window.open(x,"Fenster","width=645,height=500,scrollbars");
  Inhalt.focus();
  }
  

