function bubbletoggle (obj){
	
	//alert(obj.getChildNodes());
	var children = obj.childNodes;
	//alert($('angebot_bubble_1').getHeight());
	if(obj.getHeight() == 219){
		obj.morph('height:340px;');
		//normal = $("normal1");
		children[0].hide({ duration: 1.0});
		children[1].style.visibility="visible";
		children[1].appear({ duration: 1.0 });
	}
	else if(obj.getHeight() == 342){
		obj.morph('height:217px;');
		children[1].hide({ duration: 1.0});
		children[0].appear({ duration: 1.0 });

	}

}
// blumen
if($('slideshow0')){
var pics0=new Array ('/images/gallery/slideshow0/SSH_webgal_01.jpg',
					 '/images/gallery/slideshow0/SSH_webgal_02.jpg',
					 '/images/gallery/slideshow0/SSH_webgal_03.jpg',
					 '/images/gallery/slideshow0/SSH_webgal_04.jpg',
					 '/images/gallery/slideshow0/SSH_webgal_05.jpg',
					 '/images/gallery/slideshow0/SSH_webgal_06.jpg',
					 '/images/gallery/slideshow0/SSH_webgal_07.jpg',
					 '/images/gallery/slideshow0/SSH_webgal_08.jpg',
					 '/images/gallery/slideshow0/SSH_webgal_09.jpg',
					 '/images/gallery/slideshow0/SSH_webgal_10.jpg',
					 '/images/gallery/slideshow0/SSH_webgal_12.jpg',
					 '/images/gallery/slideshow0/SSH_webgal_13.jpg',
					 '/images/gallery/slideshow0/SSH_webgal_15.jpg',
					 '/images/gallery/slideshow0/SSH_webgal_16.jpg',
					 '/images/gallery/slideshow0/SSH_webgal_17.jpg');
var buttons1=new Array ('&laquo;', '&rArr;', '&curren;', '&raquo;');
var be_0= new be_slideshow("0",pics0,"slideshow0",440,220,"#fff",3,1,20,"y","y","y",buttons1);
}

// saerge
if($('slideshow1')){
var pics1=new Array ('/images/gallery/slideshow1/sarg_01.jpg',
					 '/images/gallery/slideshow1/sarg_02.jpg',
					 '/images/gallery/slideshow1/sarg_03.jpg',
					 '/images/gallery/slideshow1/sarg_04.jpg',
					 '/images/gallery/slideshow1/sarg_05.jpg',
					 '/images/gallery/slideshow1/sarg_06.jpg',
					 '/images/gallery/slideshow1/sarg_07.jpg',
					 '/images/gallery/slideshow1/sarg_08.jpg',
					 '/images/gallery/slideshow1/sarg_09.jpg',
					 '/images/gallery/slideshow1/sarg_10.jpg',
					 '/images/gallery/slideshow1/sarg_11.jpg',
					 '/images/gallery/slideshow1/sarg_12.jpg');
var buttons1=new Array ('&laquo;', '&rArr;', '&curren;', '&raquo;');
var be_1= new be_slideshow("1",pics1,"slideshow1",440,220,"#fff",3,1,20,"y","y","y",buttons1);
}

// urnen
if($('slideshow2')){
var pics2=new Array ('/images/gallery/slideshow2/01.jpg',
					 '/images/gallery/slideshow2/02.jpg',
					 '/images/gallery/slideshow2/03.jpg',
					 '/images/gallery/slideshow2/04.jpg',
					 '/images/gallery/slideshow2/05.jpg',
					 '/images/gallery/slideshow2/06.jpg',
					 '/images/gallery/slideshow2/07.jpg',
					 '/images/gallery/slideshow2/08.jpg');
var buttons1=new Array ('&laquo;', '&rArr;', '&curren;', '&raquo;');
var be_2= new be_slideshow("2",pics2,"slideshow2",440,220,"#fff",3,1,20,"y","y","y",buttons1);
}

