// JavaScript Document
var pag='informatie';

window.addEvent('load', function(){
	slideshow = new SlideShow('slideswrap', 'getSlidesInformatie.php');	
	if (window.location.hash) {
		id = window.location.hash.substr(1);
		markeer(id);
		}
	var myAccordion = new Fx.Accordion($('accordion'), '.vraag', '.antwoord', {opacity: false, display: -1});
});

window.addEvent('domready', function() {
	$('zaalplattegrond').addEvent('mouseenter', function() {
		this.morph({'width': '495px', 'height': '570px'});
		//$('plattegrondwrap').morph({'left':'505px'});
		})
	$('zaalplattegrond').addEvent('mouseleave', function() {
		this.morph({'width': '198px', 'height': '228px'});
		//$('plattegrondwrap').morph({'left':'750px'});
		})
});

