//Animation
$(function() {
	$('#slideshow1').cycle();
    function onBefore() {
        $('#title').html(this.alt);
    }
});

//Lightbox
$(function() {
    $('#gallery1 a').lightBox();
});

//Datepicker
$(document).ready(function(){
	$("#anreise").addClass("anabreise");
	$("#anreise").datePicker();
	$("#anreise").after("&nbsp;");
	$("#anreise").dpSetPosition($.dpConst.POS_BOTTOM, $.dpConst.POS_RIGHT);
	$("#abreise").addClass("anabreise");
	$("#abreise").datePicker();
	$("#abreise").after("&nbsp;");
	$("#abreise").dpSetPosition($.dpConst.POS_BOTTOM, $.dpConst.POS_RIGHT);
});	

//Datepicker in der Seite Unverb. Anfrage
$(document).ready(function(){
	$("#go_frm280").addClass("anabreise");
	$("#go_frm280").datePicker();
	$("#go_frm280").after("&nbsp;&nbsp;");
	$("#go_frm300").addClass("anabreise");
	$("#go_frm300").datePicker();
	$("#go_frm300").after("&nbsp;&nbsp;");
});	 

/* Popups */

function popupWindow(URL,wich,width,height,param)
	{
	window.open(URL,wich,"width="+width+",height="+height+","+param).focus();
	}
	
function popupWindow2()
	{
	window.open("http://tomas.irs18.de/irs/TPortal/start.jsp?TOID=RIW5316&AVAIL_VALIDITY=1&MODULE=MOD_SP_PRES&SPID=DEU00000060000556065&HIDE_SP_DATA=1","PopupBelegungsplan","width=580,height=700,scrollbars=yes");
	}
function popupWindow3()
	{
	window.open("http://bergwinkl.info/webcam_popup.html","PopupWebcam","width=700,height=600,scrollbars=no");
	}