﻿// JScript-Datei
function PopUp(ziel){
	window.open(ziel, "Info", "width=550, height=660, left=0, top=0, scrollbars=yes, resizable=no");
}

function Fenster(id){
    var Fenstr = window.open("http://xpsitemanager.by-experience.com/Default.aspx?" + id, "Privacy", "width=800, height=770, left=300, top=100, scrollbars=yes, resizable=yes");
    Fenstr.focus();
}

function Statistik(url, query) {
  var Fenstr = window.open("http://xpsitemanager.by-experience.com/statistik.aspx", "Statistik", "width=800, height=770, left=300, top=100, scrollbars=yes, resizable=yes");
  Fenstr.focus();
}

$(function() {
  $(document).pngFix();

  $('.team_pics img').hide();
  $('.kofler').show();

  $('.doc').click(function() {
    $('.team_pics img').hide();
    var bild = '.' + $(this).attr('rel');
    $(bild).show();
  });
});
