
window.addEvent('domready', function() {
	$('handles').setStyle('display', 'block');
	hidemail('phlinkob9524865','linkob9524865');
	
	var slideshow = new noobSlide({
		box: $('slidebox'),
		items: $$('#slidebox div.element'),
		size: 319,
		interval: 8000,
		fxOptions: { duration: 700 },
		autoPlay: true,
		handles: $$('#handles p'),
		onWalk: function(currentItem,currentHandle){
			this.handles.removeClass('active');
			currentHandle.addClass('active');
		}
	});
	
	var data = {	
		'perplexx-fashion-videos.jpg': { caption: '<a href="arbeitsproben/offline/">Perplexx Fashion Videoanimationen</a>' },
		'zumscharfeneck.jpg': { caption: '<a href="arbeitsproben/online/">Restaurant "zum scharfen Eck"</a>' },
		'haaskunststoff.jpg': { caption: '<a href="arbeitsproben/online/">HAAS Kunststofftechnik</a>' },
		'holztuerschilder.jpg': { caption: '<a href="arbeitsproben/online/">holztuerschilder.de</a>' },
		'energieplan21.jpg': { caption: '<a href="arbeitsproben/online/">energieplan21.de</a>' },
		'perplexx-fashion.jpg': { caption: '<a href="arbeitsproben/print/">Perplexx Fashion</a>' },
		'bls.jpg': { caption: '<a href="arbeitsproben/online/">BURG Lichtspiele</a>' },
		'naghibi.jpg': { caption: '<a href="arbeitsproben/online/">Dr. Amir N. Naghibi</a>' },
		'atm.jpg': { caption: '<a href="arbeitsproben/print/">atm Car-Hifi</a>' },
		'bds2010.jpg': { caption: '<a href="arbeitsproben/offline/">Ball des Sports 2010</a>' },
		'renovent.jpg': { caption: '<a href="arbeitsproben/print/">Renovent</a>' },
		'siefert.jpg': { caption: '<a href="arbeitsproben/online/">Horst Siefert oHG</a>' },
		'rhs2009.jpg': { caption: '<a href="arbeitsproben/print/">Rock hinterm Schock 2009</a>' },
		'janitza.jpg': { caption: '<a href="arbeitsproben/online/">Janitza electronics</a>' },
		'dzm.jpg': { caption: '<a href="arbeitsproben/online/">druckzentrum mittelrhein</a>' },
		'ichmachwasichwill.jpg': { caption: '<a href="arbeitsproben/online/">ichmachwasichwill.de</a>' },
		'perplexx-banner.jpg': { caption: '<a href="arbeitsproben/print/">Perplexx Fashion</a>' }
	};
	var myShow = new Slideshow.KenBurns('show_examples', data, {controller: false, width: 354, height: 227, hu: 'portfolio/slideshow/', thumbnails: false, captions:true, delay:3000, duration:1200});
	
});


