var breite = screen.width;

function Go(Neu)
{
if (breite >= 1000) {
  window.open('journal/zeitung0.html',Neu,'directory=0,location=0,scrollbars=yes,toolbar=no,menubar=no,status=no,resize=no,width=980,height=690,pageXoffset=0,pageYoffset=0,left=10,top=10');
  }
else {
  window.open('zeitung0.html',Neu,'directory=0,location=0,scrollbars=yes,toolbar=no,menubar=no,status=no,resize=no,width=780,height=550,pageXoffset=0,pageYoffset=0,left=10,top=10');
  }
}

Highlight1 = new Image();
Highlight1.src = "satire2.gif";
Normal1 = new Image();
Normal1.src = "satire.gif";

function Bildwechsel(imgID,Bildobjekt)
{
window.document.images[imgID].src = Bildobjekt.src;
}