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", "180", "9", "expressInstall.swf", flashvars, attributes);

$(function() {
    $('#product_category').treeview({
		animated: "fast",
		collapsed: true,
		unique: true,
		persist: "cookie",
		cookieId: "category"
	});
	$("#accordion").accordion();
	$("a[rel='colorbox']").colorbox({slideshow:true});
	$("a[rel='colorslide']").colorbox({slideshow:true});
	$("a[id='colorweb']").colorbox({width:"80%", height:"80%", iframe:true});
	
	$("#category").treeview({
				collapsed: true,
				animated: "medium",
				persist: "cookie",
				cookieId: "category"
	});	
	
});
