/*
	This website is powered by indual
	Copyright (c) 2009 indual GmbH (www.indual.ch)
*/

/* + On load events ------------------------------------------------------------ */
window.onload = function() {
	
	// 9ba5cce8b740c154f15a824b5091a9ff

	// init
	var box_index = 1;
	var gallery_index = 1;
	
	hs.graphicsDir = '/we/addons/highslide/graphics/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.outlineType = 'rounded-white';
	hs.wrapperClassName = 'controls-in-heading';
	hs.fadeInOut = true;
	hs.showCredits = false;
	hs.lang.loadingText = 'Laden...';
	hs.lang.restoreTitle = 'Klicken um das Fenster zu schliessen';

	// Add the controlbar
	if (hs.addSlideshow) hs.addSlideshow({
		interval: 3000,
		repeat: false,
		useControls: true,
		fixedControls: false,
		overlayOptions: {
			opacity: 1,
			position: 'top right',
			hideOnMouseOut: false
		}
	});
	
	// init box animations
	while (true == toggle_boxes(box_index)) {
		// init next box
		box_index += 1;
	}

};
