// JavaScript Document
function bilder_text_anzeig(wer) {
document.getElementById(wer).style.visibility = 'visible';
}
function bilder_text_versteck(wer) {
document.getElementById(wer).style.visibility = 'hidden';
}
function banner_start() {
 var banner = window.open("banner.php","Banner","width=450,height=600","top=80,left=80");
}
function sudoku_start() {
 var sudoku = window.open("sudoku.php","SUDOKU","width=450,height=580","top80,left80");
}
function presseberichte_start() {
 var presse = window.open("presseberichte.php","Presseberichte");
}
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
/* Functions that swaps images. */
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

/* Header - Menü */
function montre(id) {
 with (document) {
  if (getElementById) getElementById(id).style.display = 'block';
  else if (all) all[id].style.display = 'block';
  else layers[id].display = 'block';
 }
}

function cache(id) {
 with (document) {
  if (getElementById) getElementById(id).style.display = 'none';
  else if (all) all[id].style.display = 'none';
  else layers[id].display = 'none';
 }
}
/* Function for Pic-Haus */
function foto(bildurl,b,h)
{
var eigenschaft,sbreite,shoehe,fenster,b,h;

var ns6 = (!document.all && document.getElementById);
var ie4 = (document.all);
var ns4 = (document.layers);

if(ns6||ns4) {
sbreite = innerWidth;
shoehe = innerHeight;
}
else if(ie4) {
sbreite = document.body.clientWidth;
shoehe = document.body.clientHeight;
}

x = (sbreite-b)/2;
y = (shoehe-h)/2;

eigenschaften="left="+x+",top="+y+",screenX="+x+",screenY="+y+",width="+600+",height="+451+",menubar=no,toolbar=no";
fenster=window.open("","",eigenschaften);
fenster.focus();
fenster.document.open();
with (fenster) {
  document.write("<html><head>");
  document.write("<script type='text/javascript' language='JavaScript'>");
  document.write("function click() { window.close();}"); 
  document.write("document.onmousedown=click");
  document.write("</script></head>");
  document.write('<body onblur="window.close()" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">'); 
  document.write("<center>");
  document.write('<img src="'+ bildurl +'"border="0">');
  document.write("<center>");
  document.write("</body></html>");
  fenster.document.close();
}
}
