<!-- Popup Picture of the day -->

function Fenster1()
{
 var breite=450;
 var hoehe=485;
 var positionX=0;
 var positionY=0;
 var url='diana/pictureday/pictureoftheday.htm';
 pop=window.open('','popup1','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0,width='+breite+',height='+hoehe+',top=10000,left=10000');
 pop.resizeTo(breite,hoehe);
 pop.moveTo(positionX,positionY);
 pop.location=url;
 }
onerror = stopError;
function stopError()
{return true;}
//-->
