﻿// JScript-Datei
function xpCMS(reportID, spracheID, page, katID) {
  if (katID == "undefined") {
    katID = 0;
  }
  
  window.open("http://xpcms.by-experience.com/Default.aspx?page=" + page + "&repID=" + reportID + "&lng=" + spracheID + "&katID=" + 0, "xpCMS", "width=800, height=770, left=300, top=100, scrollbars=yes, resizable=yes").focus();
}

function xpCMSG(katID, spracheID, page) {
  window.open("http://xpcms.by-experience.com/Default.aspx?page=" + page + "&lng=" + spracheID + "&katID=" + katID, "xpCMS", "width=800, height=770, left=300, top=100, scrollbars=yes, resizable=yes").focus();
}

function xpCMSB(bildID, spracheID, page) {
  window.open("http://xpcms.by-experience.com/Default.aspx?page=" + page + "&lng=" + spracheID + "&bildID=" + bildID, "xpCMS", "width=800, height=770, left=300, top=100, scrollbars=yes, resizable=yes").focus();
}

function Statistik(url, query, seite){
  var Fenstr = window.open("http://xpsitemanager.by-experience.com/statistik.aspx?s=" + seite, "Statistik", "width=800, height=770, left=300, top=100, scrollbars=yes, resizable=yes");
  Fenstr.focus();
}

$(function() {



  $('.thumb').click(function() {
    var bild = $(this).attr('rel').split(';');
    $('.imgTop').attr('src', bild[0]);
    $('.lightbo').attr('href', bild[1]);

    $('#mycarousel a').css('opacity', 0.6);
    $(this).css('opacity',1);
  });

  $('a.lightbox').lightBox({ fixedNavigation: true });
  /* 
  $('a.lightbox').fancybox({
  'transitionIn': 'elastic',
  'transitionOut': 'elastic',
  'speedIn': 600,
  'speedOut': 200,
  'overlayShow': false
  });
  */ 
  $('#mycarousel').jcarousel();


});



