
function PopIt(text, adresse, hoch, breit)
{
  var s1 = 
    "<html><head><TITLE>"+text+"</TITLE>" +"<link href='../../jacss/tree.css' rel='styleSheet' type='text/css'>"+
    "</head><BODY><center><TABLE cellspacing=1><TR>" +
        "<TD WIDTH=100% HEIGHT=100% VALIGN=center ALIGN=center>"+
        "<img SRC="+adresse+">"
  
  var s2 =  "</TD></TR><TR><TD VALIGN=top ALIGN=center><FONT size=+2><B>"
  +text+"<br></B></FONT>"
 
  var s3 =   "<P><form><INPUT TYPE='BUTTON' VALUE='Zurück'" +
                "onClick='self.close()'></form>"  +
   "</TD></TR><TR><TD><center>" +
"Alle Inhalte dieser Seite sind das geistige Eigentum des Autors bzw. des Fotografen.<br>" +
"Die Entnahme von Abbildungen, die &Uuml;bersetzung, der Nachdruck, sowie jede andere Art der Ver&ouml;ffentlichung " +
"oder Weiterverarbeitung gleich welcher Art ist nur nach vorheriger schriftlicher " +
"Zustimmung des Autors/Fotografen zul&auml;ssig! <br> Den Kontakt zum Fotografen des Fotos auf dieser Seite vermittelt:<p>" +
"OWL-Fototeam, c/o Klaus Pollmeier, B&uuml;ttendorfer Str. 319, D-32609 H&uuml;llhorst. Mail:<br>" +
"<a href='mailto:kontakt@owl-fototeam.de'>kontakt@owl-fototeam.de</a>" +
"</center></td></tr></TABLE></BODY></html>"

  popup = window.open("","popDialog","width=900,height=750,scrollbars=yes,resizable")
  popup.document.write(s1+s2+s3)
  popup.document.close()
}

function popHelp(text,adresse)
{
  PopIt(text, adresse)
}
