function photo(pic,x,y,text)        {

   hi_farbe ="#83b5d6"
   rahmen = "1px solid #ffffff"
   x_abstand = 50
   y_abstand = 50

   msgWindow=window.open('',"displayWindow","toolbar=no,width="+(x+x_abstand)+",height="+(y+y_abstand)+",directories=no,status=no,scrollbars=no,resizable=yes,menubar=no");
   msgWindow.focus();
   msgWindow.resizeTo(x+10+x_abstand,y+29+y_abstand)
   msgWindow.document.write('<html><head><title>'+text+'</title></head><body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" bgcolor="'+hi_farbe+'"><div align="center"><center><table border="0" cellspacing="0" width="100%%" bordercolor="#FFFFFF" cellpadding="0" height="100%%"><tr><td width="100%%"><p align="center"><a href="javascript:window.close();"><img style="border: '+rahmen+'" src="'+pic+'" alt="'+text+'\n(Klicken, um das Fenster zu schließen)"></a></tr></table></center></div></html>')
   msgWindow.document.close()
   self.name="main";
   return false
   }


function album(pic)        {

   msgWindow1=window.open('album.php?pic='+pic,"displayWindow","toolbar=no,width=600,height=500,directories=no,status=no,scrollbars=no,resizable=no,menubar=no");
   msgWindow1.focus();
   msgWindow1.document.close()
   self.name="main";
   return false
 }

