﻿ 
 

  $(document).ready(function(){ 






function superbgimage_GO2() {


	// Options for SuperBGImage
	$.fn.superbgimage.options = {
		id: 'superbgimage', // id for the containter
		z_index: 0, // z-index for the container
		inlineMode: 0, // 0-resize to browser size, 1-do not resize to browser-size
		showimage: 1, // number of first image to display
		vertical_center: 1, // 0-align top, 1-center vertical
		transition: 1, // 0-none, 1-fade, 2-slide down, 3-slide left, 4-slide top, 5-slide right, 6-blind horizontal, 7-blind vertical, 90-slide right/left, 91-slide top/down
		transitionout: 1, // 0-no transition for previous image, 1-transition for previous image
		randomtransition: 0, // 0-none, 1-use random transition (0-7)
		showtitle: 0, // 0-none, 1-show title
		slideshow: 0, // 0-none, 1-autostart slideshow
		slide_interval: 13000, // interval for the slideshow
		randomimage: 0, // 0-none, 1-random image
		speed: 1200, // animation speed
		preload: 0, // 0-none, 1-preload images
		onShow: null, // function-callback show image
		onClick: superbgimage_click, // function-callback click image
		onHide: null, // function-callback hide image
		onMouseenter: null, // function-callback mouseenter
		onMouseleave: null, // function-callback mouseleave
		onMousemove: null // function-callback mousemove
	};
	
		// options fuer altes safari
		if ($.browser.safari && $.browser.version <"525") {
	$.fn.superbgimage.options = {
		id: 'superbgimage', // id for the containter
		z_index: 0, // z-index for the container
		inlineMode: 0, // 0-resize to browser size, 1-do not resize to browser-size
		showimage: 1, // number of first image to display
		vertical_center: 0, // 0-align top, 1-center vertical
		transition: 1, // 0-none, 1-fade, 2-slide down, 3-slide left, 4-slide top, 5-slide right, 6-blind horizontal, 7-blind vertical, 90-slide right/left, 91-slide top/down
		transitionout: 1, // 0-no transition for previous image, 1-transition for previous image
		randomtransition: 0, // 0-none, 1-use random transition (0-7)
		showtitle: 0, // 0-none, 1-show title
		slideshow: 0, // 0-none, 1-autostart slideshow
		slide_interval: 13000, // interval for the slideshow
		randomimage: 0, // 0-none, 1-random image
		speed: "slow", // animation speed
		preload: 0, // 0-none, 1-preload images
		onShow: null, // function-callback show image
		onClick: superbgimage_click, // function-callback click image
		onHide: null // function-callback hide image

	};
	};
	
};


























// function callback on clicking image, show next slide
function superbgimage_click(img) {
	$('#thumbs').nextSlide();
}





	

	
	


	// load image set 2
	$('a.loadset2').click(function(){
	superbgimage_GO2();

	$('#thumbs2').superbgimage();
	return false;
	});	
	
	

	
	
	
	
	
	// function callback on clicking image, show next slide
function superbgimage_click(img) {
	$('#thumbs').nextSlide();
}
	
	
	
	
	
	

	

	
	
	
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
});
















