$(document).ready(function() {
	if ($('#picture_container')) {
		var flashvars = {fvConfigXmlUrl:"/nl/conference/?type=801", fvCacheConfig:"true"};
		var params = {};
		var attributes = {};
		swfobject.embedSWF(
			"/fileadmin/templates/2009/flash/photocontainer.swf?r=$Rev: 56105 $", 
			"picture_container", 
			"100%", 
			"100%", 
			"9.0.115.0",
			"/fileadmin/templates/2009/flash/expressInstall.swf",
			flashvars,
			params,
			attributes);
	}
	
	$('#shortcut_nav').accordion({
		active: '.active',
		header: '.header',
		alwaysOpen: true,
		navigation: false,
		event: 'mouseover',
		fillSpace: false,
		autoheight: true,
		//animated: false
		animated: 'slide'
	}).accordion('activate', 0);
});
