	var Fens;
	
	links = ((screen.width/2)-(580/2)) + 5;
  oben = ((screen.height/2)-(500/2)) + 20;

	function fncShowPicture(a) {						
			Fens = window.open('./../include/details.php?file=' + a,'ShowPicture','width=580,height=500,left='+ links +',top='+ oben +',scrollbars=yes');
			Fens.focus();
	}

  function fncFens2(a) {
    Fens2 = window.open(a,'Projekte','width=870,height=700,left=100,top=100,scrollbars=yes');
  	Fens2.focus();
  }
