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);
	}
	if ($("mediaplayer")) {
		jwplayer("mediaplayer").setup({
			'autostart': true,
			'file': "video/presentazione.flv",
			'image': 'video/anteprima_presentazione.png',
			'flashplayer': "swf/player.swf",
			'width': 381,
			'height': 310,
			'backcolor': '000000',
			'frontcolor': 'FFFFFF',
			'lightcolor': '666666',
			'controlbar': 'bottom',
			'viral.onpause': false,
			'viral.oncomplete': false,
			'viral.allowmenu': false
		});
	}
}

function change_movie(movie) {
	var file = 'video/'+movie+'.flv';
	var thumb = 'video/anteprima_'+movie+'.png';
	//if (movie == "mongolia_fiumi_armonia") file = thumb;
	jwplayer().load({'file': file, 'image': thumb, 'autostart': false });
}
