// *******************************
// GALLERIPOPUP SLUT
// *******************************

	hs.graphicsDir = '/cm-fotoarkiv/highslide/graphics/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.outlineType = 'rounded-white';
	hs.wrapperClassName = 'controls-in-heading';
	hs.fadeInOut = true;
	hs.dimmingOpacity = 0.85;
 
	// define the restraining box
	hs.useBox = false;
	hs.width = 640;
	hs.height = 480;
	// Add the controlbar
if (hs.addSlideshow) hs.addSlideshow({
		//slideshowGroup: 'group1',
		interval: 6000,
		repeat: true,
		useControls: true,
		fixedControls: false,
		overlayOptions: {
			opacity: 1,
			position: 'top right',
			hideOnMouseOut: false
		}
	});

// *******************************
// GALLERIPOPUP SLUT
// *******************************



// *******************************
// TOPROTATION START
// *******************************
$(document).ready(function() {
    $('.toprotation').cycle({
		fx: 'fade',
		timeout: 8000,
		speed: 4000
	});
});
// *******************************
// TOPROTATION SLUT
// *******************************

// **********************************************
// KALENDER START
// **********************************************
$(function() {
	$('#kalender5').datepicker({
	changeMonth: true,
	changeYear: true,
	showWeek: true, firstDay: 1,
	numberOfMonths: 3,
	showButtonPanel: true
	});
	$('#kalender6').datepicker({
	changeMonth: true,
	changeYear: true,
	showWeek: true, firstDay: 1,
	numberOfMonths: 3,
	showButtonPanel: true
	});

});
// **********************************************
// KALENDER SLUT
// **********************************************

