function count(dummy_name)
{
   if (document.images)
   {
      img = new Image();
      img.src = "http://www.rhein-main-24h.de/" + dummy_name;
   }
}
function newWindow_info()
{
     msgWindow=open('','InfoWindow','resizable=yes,scrollbars=yes,status=no,width=500,height=500,screenX=0,screenY=0,top=0,left=0');
     msgWindow.focus();
     if( msgWindow.opener == null )
     {
        msgWindow.opener = self;
     }
}