window.addEvent('domready', function(){
	    var data = {
	      'fachberatung.jpg': { caption: '' },
	     'lieferservice.jpg': { caption: '' },
	      
	     'geraeteanschluss.jpg': { caption: '' },
	     'preisgarantie.jpg': { caption: '' },
	     
	     'reparaturservice.jpg': { caption: '' },
	     'chefberatung.jpg': { caption: '' },
	     
	     'montageservice.jpg': { caption: '' },
	     'einstellservice.jpg': { caption: '' },
	     
	     'finanzierungsservice.jpg': { caption: '' },
	     'multigarantie.jpg': { caption: '' },
	     
	   	 'oekogarantie.jpg': { caption: '' },
	     'onlineservice.jpg': { caption: '' },
	     
	      'rueckgabegarantie.jpg': { caption: '' },
	      'energieberatung.jpg': { caption: '' }
	      
	    };
	    var myShow = new Slideshow('show', data, { captions: false, controller: false, delay: 2000, height: 171, href: '/service/index.php', hu: 'img/icons/', linked: false, width: 171 });
	 	// var box = new Lightbox({ 
			//  'onClose': function(){ this.pause(false); }.bind(myShow), 
			//'onOpen': function(){ this.pause(true); }.bind(myShow) 
			//});
		});
