﻿var el = document.getElementById('m'+document.body.id);
el.style.color="#800000";
el.style.fontWeight="bold";
	if(el.id == 'mPflanzenportraits') {		
		document.getElementById('special').style.visibility="visible";
		document.getElementById('special').style.fontStyle="italic";
	} 
	
			window.addEvent('domready',function(){
				var obj = {wait: 3000,effect: 'fade',duration: 1000,loop: true,thumbnails: true,backgroundSlider: true,onClick: function(i){}
				}
				show = new SlideShow('slideshowContainer','slideshowThumbnail',obj);
				show.play();
		});

