﻿function toggleMe(a)
{ 
var e=document.getElementById(a); if(!e)return true; if(e.style.display=="none"){ e.style.display="block" } else { e.style.display="none" } return true; 
}
function photo(shckp,shckti,shckte)
{ var undefined;

  if (shckte==undefined)
  {shckte='';}

  if (shckti==undefined)
  {shckti='Kanzlei H.M.Deiters';}

  shcknw = window.open('', 'xyz','width=300, height=450, left=0, top=0','resizable=1');

  with (shcknw)
  {
    	focus ();
    	document.open();
	document.write('<title>'+shckti+'</title>');
	document.write('<meta http-equiv=\"imagetoolbar\" content=\"no\">');
	document.write('<body leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\" scroll=\"no\">')
	document.write('<a href=\"javascript:self.close()\">');
	document.write('<img src=\"'+shckp+'\" border=\"0\" alt=\"'+shckte+'\">')
	document.close();
  }
}
function photo_quer(shckp,shckti,shckte)
{ var undefined;

  if (shckte==undefined)
  {shckte='';}

  if (shckti==undefined)
  {shckti='Kanzlei H.M.Deiters';}

  shcknw = window.open('', 'xyz2','width=800, height=495, left=0, top=0','resizable=1');

  with (shcknw)
  {
    	focus ();
    	document.open();
	document.write('<title>'+shckti+'</title>');
	document.write('<meta http-equiv=\"imagetoolbar\" content=\"no\">');
	document.write('<body leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\" scroll=\"no\">')
	document.write('<a href=\"javascript:self.close()\">');
	document.write('<img src=\"'+shckp+'\" border=\"0\" alt=\"'+shckte+'\">')
	document.close();
  }
}
