$(function() {
	$("ul#jbanner").jBanner({height:150,width:220,padding:50,caption:false,cheight:15,delay:5000,speed:1000});
	$.datepicker.setDefaults($.extend({showMonthAfterYear: false}, $.datepicker.regional['hu']));
	$('#datepicker').datepicker('option', {dateFormat: 'yyyy-mm-dd'});
	$("#datepicker").datepicker($.datepicker.regional['hu']);
	$('#datepicker2').datepicker('option', {dateFormat: 'yyyy-mm-dd'});
	$("#datepicker2").datepicker($.datepicker.regional['hu']);

	
	$("#header").click(function() {
		window.location = "/";
	});
	
	$("#user_name").click(function(){
		$("#user_name").val("");
	});

	$("#password").click(function(){
		$("#password").val("");
	});
	
	$("#login-submit").click(function(){
		$("#auth").submit();
	});	
	
	$("a[id='colorweb']").colorbox({width:"90%", height:"90%", iframe:true, transition:"elastic"});
	$("a[rel='colorslide']").colorbox({slideshow:true});
	
	
	$f("indulo", "/swf/flowplayer-3.1.5.swf", {	
		playlist: [ "/gfx/feketedavid.jpg", { url: "/swf/eto_indulo.mp3", autoPlay: false	}],
		plugins:  { content: { url: "/swf/flowplayer-3.1.5.swf",backgroundColor: "#002200"},
		controls: { backgroundColor:"#002200", 	height: 30, fullscreen: false } }		
	});
	
	flowplayer("flowplaya", "/swf/flowplayer-3.1.5.swf"); 
	
	
	
});

