window.onload = function() {
	/*var box = $$('#nav div');
	box.each(function(element) {
		element.onmouseover = function() {
			this.className = "hover";		
		}
		element.onmouseout = function() {
			this.className = "";	
		}
	});}*/

	swfs();
}

function swfs() {
	if ($("flash_home")) {
		var flashvars = {};
		var params = {
		  wmode: "transparent"
		};
		var attributes = {};

		swfobject.embedSWF("swf/valsesia_canoa_film_festival.swf", "flash_home", "430", "600", "9.0.0","expressInstall.swf", flashvars, params, attributes);
	}
}