// JavaScript Document

function aktiv (Bild3)
{
  Fenster1 = window.open(Bild3, "Zweitfenster", "width=240,height=280,left=500,top=400");
  Fenster1.innerHeight = 280;
  Fenster1.focus();
}
