$(document).ready(start);

function start(){
	window.setTimeout(igazit_footer,500);
	$('#turizmustext').click( function (){window.open('http://www.siklos.hu/turizmus');} );
	szallas();
	$('.ainline').fancybox();
	$('a[rel=csoport]').fancybox({transitionIn: 'none',transitionOut: 'none',titlePosition: 'over'});
	$('#szepsegverseny').fancybox();
	//$('#turkep2').fancybox();
	$(window).resize(igazit_footer);
	$('#slider').nivoSlider({directionNav:false,pauseOnHover:false,controlNav:false,pauseTime:5000});
	$('#slidervar').nivoSlider({directionNav:false,pauseOnHover:false,controlNav:false,pauseTime:5000});
	//window.setTimeout(initonk,3000);
	window.setTimeout(vegenvan,1000);
	//window.setTimeout(kiemeles2,5000);
	//window.setTimeout(kiemeles3,9000);
	//$('#razni').jrumble({rumbleSpeed: 300, rumbleEvent:'constant', rangeX:5, ranegY:5});
	kiemeles1();
	
	

}

function szallas(){
	$('.szkep').fancybox();
	$('.szallasdesc').hide();
	$('.szreszletek').click(function(){
			var rid=$(this).attr("rid");
			$('#'+rid).toggle();
		}
	);
}
function proba3(){
	/*30,325*/
	$('#p2, #p2 a').animate({'backgroundColor':'#B9A264',color:'white'},1000);
	
	//$('#razni').animate({'top':'-3px'},2000);
}
function vegenvan(){
	
	window.setTimeout(vegenszoveg,1000);
	
}
function vegenszoveg(){
	var v=$('#vegenanchor');
	v.delay(4000).fadeOut(1000,function(){v.html(" - Június 10 (péntek) - 11 (szombat)")}).fadeIn(1000).delay(2000);
	v.fadeOut(1000,function(){v.html(" - Siberia, Lord, Mr. Slave, Rock-on")}).fadeIn(1000).delay(2000);
	v.fadeOut(1000,function(){v.html(' - "Végen Van" Fesztivál 2011')}).fadeIn(1000).delay(2000);
	v.fadeOut(1000,function(){v.html(' - Belépő csak 600 Ft')}).fadeIn(1000).delay(2000);
	v.fadeOut(1000,function(){v.html(' - "Végen Van" Fesztivál 2011')}).fadeIn(1000).delay(2000);
	v.fadeOut(1000,function(){v.html(' - Eső esetén fedett sátor')}).fadeIn(1000).delay(2000);
	v.fadeOut(1000,function(){v.html(' - "Végen Van" Fesztivál 2011')}).fadeIn(1000).delay(2000);
	window.setTimeout(vegenvan,20);
}	


function kiemeles(){
	/*112,288*/
	var p1= $('#razni').offset();
	$('#kiemeles1 img').css('width','288px').css('height','112px');
	$('#kiemeles1').animate({top:p1.top-50,left:p1.left},2000,function(){
		$('#kiemeles1 img').animate({width:'300px',height:'130px'},1000).animate({width:'288px',height:'112px'},1000);
		});
}
function kiemeles1(){
	var p2= $('#current').offset();
	//$(body).append("<div style='position:absolute; top:"+p2.top+"px; left:"+p2.left+"px; width:100px;height:30px'>Ababa</div>");
}
function kiemeles2(){
	/*112,288*/
	var p2= $('#current').offset();
	$('#kiemeles1').animate({top:p2.top-50,left:p2.left},2000,function(){
		$('#kiemeles1 img').animate({width:'300px',height:'130px'},1000).animate({width:'288px',height:'112px'},1000);
		});
}
function kiemeles3(){
	/*112,288*/
	var ki= $('#kiemeles1').offset();
	$('#kiemeles1').animate({top:ki.top-500,left:ki.left},2000);
}
	

function igazit_kozep(){
	var screenw=$(window).width();
	var mainw=$('#main').width();
	if ($('.wg-toolbar').width()>0) {
		var c=(screenw-620)-screenw*0.1-200;
	} else {
		var c=(screenw-620)-screenw*0.1-20;
	}
	if (c<310) { c=310; }
	$('.cont-2').css('width',c);
}

function igazit_footer(){
	$('#main').css('height','');
	var screenh=$(window).height();
	var mainh=$('#main').outerHeight();
	var menuh=$('#menu').outerHeight();
	var headerh=$('#header').outerHeight();
	var onkheaderh=$('#onkheader').outerHeight();
	var footerh=$('.footer').outerHeight();

	if(mainh+headerh+footerh+menuh>screenh) {
		$('.footer').css('position','relative');
	} else {
		$('.footer').css('position','absolute');
		$('.footer').css('bottom','0px');
		$('#main').css('height',screenh-menuh-headerh-footerh-onkheaderh);
	}
}

function initonk(){
	$('#rtartalom').animate({'margin-top':'0px'},2000)
	
}

