Normal1 = new Image();
Normal1.src = "advent1.gif";
Highlight1 = new Image();
Highlight1.src = "advent2.gif";


function Bildwechsel(imgID,Bildobjekt)
{
window.document.images[imgID].src = Bildobjekt.src;
}

function Go(Url,Neu)
{
window.open(Url,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');
}

function Go4(Url,Neu)
{
window.open(Url,Neu,'directory=0,scrollbars=no,toolbar=no,menubar=no,status=no,resize=yes,width=550,height=300 pageXoffset=0,pageYoffset=0,left=100,top=100');
}


function Go5(Url,Neu)
{
window.open(Url,Neu,'directory=0,scrollbars=no,toolbar=no,menubar=no,status=no,resize=yes,width=550,height=460,pageXoffset=0,pageYoffset=0,left=50,top=50');
}

function Go6(Url,Neu)
{
window.open(Url,Neu,'directory=0,location=0,scrollbars=no,toolbar=no,menubar=no,status=no,resize=no,width=700,height=530,pageXoffset=0,pageYoffset=0,left=30,top=30');
}