// JavaScript Document
var flashvars = false;
var params = {
	play: "true",
	loop: "false",
	quality: "high",
	bgcolor: "#BB161C"
};
var attributes = false;
swfobject.embedSWF("http://www.eurosys.be/images/profiel.swf?sound=0", "flash-content", "743", "181", "9.0.0","/swf/expressInstall.swf", flashvars, params, attributes);


$(function() {
	$("ul.sub,ul.subsub").hide();
	var path = location.pathname;
	if(path.indexOf(".html")== -1){
		path += "index.html";
	}
	$("a[href*='"+path+"']").parents("ul").show();
	$("a[href*='"+path+"']").next("ul").show();
	$("a[href*='"+path+"']").parents("li").toggleClass("selected");
});

