﻿// 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();
}

$(document).ready(function () {
    $('#slideshow').cycle({
        fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
    });

    $('.slideschrift').cycle({
        timeout:       4500,
        fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
    });
	$('#bilderrechts').cycle({
		random: 1,
        fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
    });
	
	$('#bilderlinks').cycle({
		random: 1,
		 timeout:       4500,
        fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
    });
	$('#bildshowleft').cycle({
		random: 1,
		timeout:       6500,
        fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
    });
	$('#bildshowright').cycle({
		random: 1,
        fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
    });
	 $('#show_u').mouseenter(function () {
                $("#wohnenunter").slideToggle();
            });
			
			 jQuery('#wohnenunter').mouseleave(function () {
                jQuery('#wohnenunter').fadeOut();
            })
});

