var flashvars = {};
flashvars.xml = "/swf/config.xml";
flashvars.font = "font.swf";
var attributes = {};
attributes.wmode = "transparent";
attributes.id = "slider";
swfobject.embedSWF("/swf/kunsziget.swf", "slideshow", "1000", "125", "9", "expressInstall.swf", flashvars, attributes);

$(function() {
    $('#category').treeview({
		animated: "slow",
		collapsed: true,
	});
	$("#accordion").accordion();
	$("a[rel='colorbox']").colorbox({slideshow:true});
	$("a[rel='colorslide']").colorbox({slideshow:true, slideshowAuto: false});
	$("a[id='colorweb']").colorbox({width:"80%", height:"80%", iframe:true});
	
	/*$("#category").treeview({
				collapsed: true,
				animated: "medium",
				persist: "cookie",
				cookieId: "category"
	});*/	
	

    $("#kunsziget-header").click(function() 
	{
		window.location = "/";
		
		    });
		    
});
